Home
last modified time | relevance | path

Searched refs:IsAOTLiteralInfo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h226 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetClassLiteralFromCache()
260 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h509 inline bool JSTaggedValue::IsAOTLiteralInfo() const in IsAOTLiteralInfo() function
511 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAOTLiteralInfo(); in IsAOTLiteralInfo()
Djs_tagged_value.h524 bool IsAOTLiteralInfo() const;
Djs_hclass.h1409 inline bool IsAOTLiteralInfo() const in IsAOTLiteralInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1512 Branch(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()
1521 Branch(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()
Dcircuit_builder.h484 inline GateRef IsAOTLiteralInfo(GateRef x);
Dcircuit_builder-inl.h480 GateRef CircuitBuilder::IsAOTLiteralInfo(GateRef x) in IsAOTLiteralInfo() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h853 if (val.IsAOTLiteralInfo()) { in RuntimeCreateClassWithBuffer()