Searched refs:is_turbofanned (Results 1 – 9 of 9) sorted by relevance
607 void Code::initialize_flags(CodeKind kind, bool is_turbofanned, int stack_slots, in initialize_flags() argument612 IsTurbofannedField::encode(is_turbofanned) | in initialize_flags()659 inline bool Code::is_turbofanned() const { in is_turbofanned() function733 return is_turbofanned() || is_maglevved() || is_wasm_code(); in uses_safepoint_table()1121 DEF_PRIMITIVE_FORWARDING_CDC_GETTER(is_turbofanned, bool) in DEF_PRIMITIVE_FORWARDING_CDC_GETTER()
146 inline bool is_turbofanned() const;433 inline bool is_turbofanned() const;510 inline void initialize_flags(CodeKind kind, bool is_turbofanned,
500 << (is_turbofanned() in Disassemble()
293 DCHECK(result->is_turbofanned()); // TODO(v8:7700): Support Maglev. in RUNTIME_FUNCTION()
771 } else if (code.is_turbofanned()) { in RUNTIME_FUNCTION()
322 if (code->is_turbofanned()) { in GetSourcePositionInfo()
667 if (code_obj.is_turbofanned()) { in ComputeType()1280 DCHECK(code.is_turbofanned()); in LookupExceptionHandlerInTable()
2045 !code.has_handler_table() || !code.is_turbofanned()) { in ThrowInternal()2254 !code->has_handler_table() || !code->is_turbofanned()) { in ThrowInternal()2734 !code.has_handler_table() || !code.is_turbofanned()) { in ThrowInternal()
2316 raw_result.initialize_flags(raw_code.kind(), raw_code.is_turbofanned(), in NewOffHeapTrampolineFor()