HomeSort by relevance Sort by last modified time
    Searched refs:is_crankshafted (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/
codegen.cc 146 bool is_crankshafted = local
152 false, is_crankshafted,
154 info->is_debug() && !is_crankshafted);
157 isolate->heap()->IncrementCodeGeneratedBytes(is_crankshafted,
perf-jit.cc 86 uint32_t code_size = code->is_crankshafted() ? code->safepoint_table_offset()
safepoint-table.cc 40 DCHECK(code->is_crankshafted());
disassembler.cc 309 int decode_size = code->is_crankshafted()
objects-inl.h 4669 inline bool Code::is_crankshafted() { function in class:v8::internal::Code
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/heap/
heap.h     [all...]

Completed in 96 milliseconds