Searched refs:IsMachineCodeObject (Results 1 – 5 of 5) sorted by relevance
33 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
144 EXPECT_TRUE(constpool1->GetObjectFromCache(200).IsMachineCodeObject()); in HWTEST_F_L0()198 EXPECT_TRUE(constpool->GetObjectFromCache(200).IsMachineCodeObject()); in HWTEST_F_L0()
1243 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function1245 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
657 bool IsMachineCodeObject() const;
1260 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function