Home
last modified time | relevance | path

Searched defs:cachedHClass (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h59 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in AddTransitions() local
97 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in AddProtoTransitions() local
125 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in FindTransitions() local
Djs_array.cpp1057 JSTaggedValue cachedHClass = JSTaggedValue(thread->GetArrayInstanceHClass(newKind, false)); in UpdateTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp199 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject() local
Dnew_object_stub_builder.cpp1585 GateRef NewObjectStubBuilder::NewTrackInfo(GateRef glue, GateRef cachedHClass, GateRef cachedFunc, in NewTrackInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1351 auto cachedHClass = trackInfo->GetCachedHClass(); in DumpCreateObject() local