Searched refs:IsMachineCodeObject (Results 1 – 5 of 5) sorted by relevance
71 ASSERT(JSTaggedValue(object).IsMachineCodeObject()); in Cast()
1620 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()1631 if (code != nullptr || !JSTaggedValue(obj).IsMachineCodeObject()) { in CalCallSiteInfo()
1345 inline bool JSTaggedValue::IsMachineCodeObject() const in IsMachineCodeObject() function1347 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMachineCodeObject(); in IsMachineCodeObject()
625 bool IsMachineCodeObject() const;
1468 inline bool IsMachineCodeObject() const in IsMachineCodeObject() function