/external/v8/src/wasm/ |
wasm-interpreter.cc | 23 if (FLAG_trace_wasm_interpreter) PrintF(__VA_ARGS__); \ [all...] |
ast-decoder.cc | 28 if (FLAG_trace_wasm_decoder) PrintF(__VA_ARGS__); \ 448 PrintF("wasm-decode %s (%0.3f ms)\n\n", ok() ? "ok" : "failed", ms); [all...] |
decoder.h | 24 if (FLAG_trace_wasm_decoder) PrintF(__VA_ARGS__); \
|
/external/v8/src/ |
isolate.cc | [all...] |
objects-debug.cc | [all...] |
string-stream.cc | 276 internal::PrintF(out, "%s", &buffer_[position]); 279 internal::PrintF(out, "%s", &buffer_[position]);
|
keys.cc | 366 PrintF("| strings=%d symbols=0 elements=%u || prototypes>=1 ||\n", 433 PrintF("| strings=%d symbols=0 elements=0 || prototypes>=1 ||\n", [all...] |
/external/v8/src/heap/ |
heap.cc | [all...] |
mark-compact.cc | 248 PrintF("[code-flushing is now on]\n"); 272 PrintF("[%s]: %d pages, %d (%.1f%%) free\n", 931 PrintF("[code-flushing clears: "); 933 PrintF(" - age: %d]\n", code->GetAge()); 978 PrintF("[code-flushing clears: "); 980 PrintF(" - age: %d]\n", code->GetAge()); [all...] |
/external/v8/src/compiler/ |
control-equivalence.cc | 10 if (FLAG_trace_turbo_ceq) PrintF(__VA_ARGS__); \
|
jump-threading.cc | 14 if (FLAG_trace_turbo_jt) PrintF(__VA_ARGS__); \
|
live-range-separator.cc | 15 if (FLAG_trace_alloc) PrintF(__VA_ARGS__); \
|
loop-variable-optimizer.cc | 22 if (FLAG_trace_turbo_loop) PrintF(__VA_ARGS__); \
|
osr.cc | 47 if (TRACE_COND) PrintF(__VA_ARGS__); \
|
raw-machine-assembler.cc | 50 PrintF("--- RAW SCHEDULE -------------------------------------------\n"); 56 PrintF("--- EDGE SPLIT AND PROPAGATED DEFERRED SCHEDULE ------------\n");
|
/external/v8/src/parsing/ |
preparser.cc | 235 PrintF(" [%s]: %i-%i\n",
|
/external/v8/src/debug/ |
debug.cc | [all...] |
/external/v8/src/crankshaft/ |
hydrogen-instructions.cc | 103 PrintF("#%d %s is used by #%d %s as %s%s\n", 125 PrintF("Changing #%d %s representation %s -> %s based on %s\n", [all...] |
/external/v8/src/regexp/ |
interpreter-irregexp.cc | 76 PrintF(format, 84 printf(", %02x", pc[i]); 86 printf(" "); 90 printf("%c", b); 92 printf("."); 95 printf("\n"); 169 PrintF("\n\nStart bytecode interpreter\n\n");
|
/external/v8/src/profiler/ |
heap-snapshot-generator.cc | 406 PrintF("Move object from %p to %p old size %6d new size %6d\n", 445 PrintF("Update object size : %p with old size %d and new size %d\n", 467 PrintF("Begin HeapObjectsMap::UpdateHeapObjectsMap. map has %d entries.\n", 478 PrintF("Update object : %p %6d. Next address is %p\n", 485 PrintF("End HeapObjectsMap::UpdateHeapObjectsMap. map has %d entries.\n", 507 PrintF("Untracked object : %p %6d. Next address is %p\n", 511 PrintF("Wrong size %6d: %p %6d. Next address is %p\n", expected_size, 515 PrintF("Good object : %p %6d. Next address is %p\n", 563 PrintF("\nBegin HeapObjectsMap::FindUntrackedObjects. %d entries in map.\n", 574 PrintF("%d objects were skipped\n", i - 1 - last_printed_object) [all...] |
/external/v8/src/ic/ |
ic.cc | 73 PrintF("[%s patching generic stub in ", type); \ 75 PrintF(" (%s)]\n", reason); \ 84 PrintF("[%s patching generic stub in ", type); \ 85 PrintF("(see below) (%s)]\n", reason); \ 105 PrintF("[%s%s in ", is_keyed() ? "Keyed" : "", type); 138 PrintF(" (%c->%c%s) map=(%p", TransitionMarkFromState(old_state), 142 PrintF(" dict=%u own=%u type=", map->is_dictionary_map(), 146 PrintF(") "); 148 PrintF("]\n"); [all...] |
/external/v8/src/x87/ |
assembler-x87.cc | 1328 PrintF("unused label\n"); 1330 PrintF("bound label to %d\n", L->pos()); 1333 PrintF("unbound label"); 1336 PrintF("@ %d ", l.pos()); 1338 PrintF("\n"); 1342 PrintF("label in inconsistent state (pos = %d)\n", L->pos_); [all...] |
/external/v8/src/asmjs/ |
asm-js.cc | 160 PrintF("Validation of asm.js module failed: %s", typer.error_message());
|
/external/v8/src/mips/ |
constants-mips.h | 11 v8::internal::PrintF("%s, \tline %d: \tfunction %s not implemented. \n", \ 17 #define UNSUPPORTED_MIPS() v8::internal::PrintF("Unsupported instruction.\n") [all...] |
/external/v8/src/mips64/ |
constants-mips64.h | 15 v8::internal::PrintF("%s, \tline %d: \tfunction %s not implemented. \n", \ 21 #define UNSUPPORTED_MIPS() v8::internal::PrintF("Unsupported instruction.\n") [all...] |