Searched refs:is_turbofanned (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/objects/ |
D | code-inl.h | 345 bool is_turbofanned, int stack_slots, in initialize_flags() argument 351 IsTurbofannedField::encode(is_turbofanned) | in initialize_flags() 391 inline bool Code::is_turbofanned() const { in is_turbofanned() function 471 return is_turbofanned() || is_wasm_code(); in has_safepoint_info()
|
D | code.h | 130 inline bool is_turbofanned() const; 213 bool is_turbofanned, int stack_slots,
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 151 DCHECK(deoptimizer->compiled_code()->is_turbofanned()); in RUNTIME_FUNCTION() 266 DCHECK(result->is_turbofanned()); in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 370 if (function->code()->is_turbofanned()) { in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | perf-jit.cc | 229 uint32_t code_size = code->is_turbofanned() ? code->safepoint_table_offset() in LogRecordedBuffer() 315 if (code->is_turbofanned()) { in GetSourcePositionInfo()
|
D | frames.cc | 486 if (code_obj->is_turbofanned()) { in ComputeType() 986 DCHECK(code->is_turbofanned()); in LookupExceptionHandlerInTable()
|
D | isolate.cc | 1375 !code->handler_table_offset() || !code->is_turbofanned()) { in Throw() 1566 !code->handler_table_offset() || !code->is_turbofanned()) { in Throw() 2156 !code->handler_table_offset() || !code->is_turbofanned()) { in Throw()
|
D | objects.cc | 14981 os << "compiler = " << (is_turbofanned() ? "turbofan" : "unknown") << "\n"; in Disassemble()
|
/external/v8/src/heap/ |
D | factory.h | 765 bool is_turbofanned = false, int stack_slots = 0, 780 bool is_turbofanned = false, int stack_slots = 0,
|
D | factory.cc | 63 bool is_turbofanned, int stack_slots, in InitializeCode() argument 75 code->initialize_flags(kind, has_unwinding_info, is_turbofanned, stack_slots, in InitializeCode() 2564 uint32_t stub_key, bool is_turbofanned, int stack_slots, in TryNewCode() argument 2601 data_container, stub_key, is_turbofanned, stack_slots, in TryNewCode() 2614 uint32_t stub_key, bool is_turbofanned, int stack_slots, in NewCode() argument 2649 data_container, stub_key, is_turbofanned, stack_slots, in NewCode() 2690 code->is_turbofanned(), stack_slots, in NewOffHeapTrampolineFor()
|