Searched refs:IsAOTLiteralInfo (Results 1 – 8 of 8) sorted by relevance
226 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetClassLiteralFromCache()260 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetLiteralFromCache()
509 inline bool JSTaggedValue::IsAOTLiteralInfo() const in IsAOTLiteralInfo() function511 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAOTLiteralInfo(); in IsAOTLiteralInfo()
524 bool IsAOTLiteralInfo() const;
1409 inline bool IsAOTLiteralInfo() const in IsAOTLiteralInfo() function
1512 Branch(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()1521 Branch(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()
484 inline GateRef IsAOTLiteralInfo(GateRef x);
480 GateRef CircuitBuilder::IsAOTLiteralInfo(GateRef x) in IsAOTLiteralInfo() function
853 if (val.IsAOTLiteralInfo()) { in RuntimeCreateClassWithBuffer()