Searched refs:IsMachineCodeObject (Results 1 – 4 of 4) sorted by relevance
33 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
1285 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function1287 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
670 bool IsMachineCodeObject() const;
1353 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function