Home
last modified time | relevance | path

Searched refs:IsMachineCodeObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h71 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
Dheap.cpp1620 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()
1631 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1345 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function
1347 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
Djs_tagged_value.h625 bool IsMachineCodeObject() const;
Djs_hclass.h1468 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function