Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h33 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp144 EXPECT_TRUE(constpool1->GetObjectFromCache(200).IsMachineCodeObject()); in HWTEST_F_L0()
198 EXPECT_TRUE(constpool->GetObjectFromCache(200).IsMachineCodeObject()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1243 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function
1245 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
Djs_tagged_value.h657 bool IsMachineCodeObject() const;
Djs_hclass.h1260 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function