Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h33 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1285 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function
1287 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
Djs_tagged_value.h670 bool IsMachineCodeObject() const;
Djs_hclass.h1353 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function