#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <algorithm>
#include "d8.h"
#include "api.h"
#include "checks.h"
#include "cpu.h"
#include "d8-debug.h"
#include "debug.h"
#include "natives.h"
#include "platform.h"
#include "v8.h"
#include <unistd.h>
Go to the source code of this file.
|
| bool | operator< (const CounterAndKey &lhs, const CounterAndKey &rhs) |
| |
| int | main (int argc, char *argv[]) |
| |
|
| const int | MB = 1024 * 1024 |
| |
| #define DUMP_TYPE |
( |
|
T | ) |
printf(" %d: \"%s\",\n", i::T, #T); |
| #define ROOT_LIST_CASE |
( |
|
type, |
|
|
|
name, |
|
|
|
camel_name |
|
) |
| if (n == NULL && o == heap->name()) n = #camel_name; |
| #define ROOT_LIST_CASE |
( |
|
type, |
|
|
|
name, |
|
|
|
camel_name |
|
) |
| if (n == NULL && o == heap->name()) n = #camel_name; |
| #define STRUCT_LIST_CASE |
( |
|
upper_name, |
|
|
|
camel_name, |
|
|
|
name |
|
) |
| if (n == NULL && o == heap->name##_map()) n = #camel_name "Map"; |
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |