Home
last modified time | relevance | path

Searched refs:IsAOTLiteralInfo (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp32 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetClassLiteralFromCache()
198 return literalInfo.IsAOTLiteralInfo() && (AOTLiteralInfo::Cast(literalInfo.GetTaggedObject())-> in IsAotMethodLiteralInfo()
228 if (valHandle->IsAOTLiteralInfo()) { in UpdateConstpoolWhenDeserialAI()
H A Dprogram_object.h556 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetLiteralFromCache()
651 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetLiteralFromCache()
734 return pf->IsLoadedAOT() && (cachedVal.IsAOTLiteralInfo() || cachedVal.IsInt()); in IsLoadedMethodInfoFromAOT()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h276 inline bool JSTaggedValue::IsAOTLiteralInfo() const in IsAOTLiteralInfo() function in panda::ecmascript::JSTaggedValue
278 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAOTLiteralInfo(); in IsAOTLiteralInfo()
H A Djs_tagged_value.h490 bool IsAOTLiteralInfo() const;
H A Djs_hclass.h1665 inline bool IsAOTLiteralInfo() const in IsAOTLiteralInfo() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp848 BRANCH_CIR2(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()
873 BRANCH_CIR2(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()
887 BRANCH_CIR2(IsAOTLiteralInfo(*result), &isAOTLiteralInfo, &exit); in GetObjectFromConstPool()
H A Dhcr_circuit_builder.h169 GateRef CircuitBuilder::IsAOTLiteralInfo(GateRef x) in IsAOTLiteralInfo() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h3372 inline GateRef StubBuilder::IsAOTLiteralInfo(GateRef info) in IsAOTLiteralInfo() function in panda::ecmascript::kungfu::StubBuilder
3374 return env_->GetBuilder()->IsAOTLiteralInfo(info); in IsAOTLiteralInfo()
H A Dcircuit_builder.h410 inline GateRef IsAOTLiteralInfo(GateRef x);
H A Dstub_builder.h934 GateRef IsAOTLiteralInfo(GateRef info);
H A Dstub_builder.cpp10142 BRANCH(IsAOTLiteralInfo(*val), &isAOTLiteral, &afterAOTLiteral); in DefineFunc()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h954 if (val.IsAOTLiteralInfo()) { in RuntimeCreateClassWithBuffer()
2307 if (val.IsAOTLiteralInfo()) {

Completed in 54 milliseconds