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

  /external/v8/src/
codegen.cc 128 bool is_crankshafted = local
134 false, is_crankshafted,
136 info->is_debug() && !is_crankshafted);
139 isolate->heap()->IncrementCodeGeneratedBytes(is_crankshafted,
eh-frame.cc 69 int code_size = code->is_crankshafted() ? code->safepoint_table_offset()
safepoint-table.cc 38 DCHECK(code->is_crankshafted());
perf-jit.cc 218 uint32_t code_size = code->is_crankshafted() ? code->safepoint_table_offset()
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/heap/
heap.h     [all...]

Completed in 587 milliseconds