Searched refs:IsMachineCodeObject (Results 1 – 12 of 12) sorted by relevance
41 bool IsMachineCodeObject(uintptr_t objPtr) in IsMachineCodeObject() function
57 PUBLIC_API bool IsMachineCodeObject(uintptr_t obj);
354 bool IsMachineCodeObject(uintptr_t objPtr) in IsMachineCodeObject() function357 return value.IsMachineCodeObject(); in IsMachineCodeObject()
597 if (jsFunc->GetMachineCode(thread).IsMachineCodeObject()) { in ResetJitHotness()621 if (func->GetMachineCode(thread).IsMachineCodeObject()) { in ClearCompiledCodeStatusWhenDeopt()643 if (func->GetMachineCode(thread_).IsMachineCodeObject()) { in UpdateAndDumpDeoptInfo()
191 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
2897 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()2908 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()
248 if (machineCode.IsMachineCodeObject() && in CheckJsFunctionStatus()
1254 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function1256 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
729 bool IsMachineCodeObject() const;
1741 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function
747 if (IsMachineCodeObject(reinterpret_cast<HeapAddress>(obj))) { in CollectLargeGarbage()
1559 while (!jsFunction->GetMachineCode(thread).IsMachineCodeObject()) { in WaitJitCompileFinish()