Searched refs:is_turbofan (Results 1 – 2 of 2) sorted by relevance
482 return isolate->heap()->ToBoolean(code && code->is_turbofan()); in RUNTIME_FUNCTION()
298 bool is_turbofan() const { return tier() == ExecutionTier::kTurbofan; } in is_turbofan() function