Searched refs:IsMachineCodeObject (Results 1 – 8 of 8) sorted by relevance
131 if (machineCode.IsMachineCodeObject() && in CheckJsFunctionStatus()
544 if (jsFunc->GetMachineCode().IsMachineCodeObject()) { in ResetJitHotness()563 if (func->GetMachineCode().IsMachineCodeObject()) { in ClearCompiledCodeStatusWhenDeopt()585 if (func->GetMachineCode().IsMachineCodeObject()) { in UpdateAndDumpDeoptInfo()
189 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
2746 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()2757 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()
1215 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function1217 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
686 bool IsMachineCodeObject() const;
1690 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function
1477 while (!jsFunction->GetMachineCode().IsMachineCodeObject()) { in WaitJitCompileFinish()