Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h58 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in AddTransitions() local
96 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in AddProtoTransitions() local
124 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in FindTransitions() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp208 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject() local
Dnew_object_stub_builder.cpp1574 GateRef NewObjectStubBuilder::NewTrackInfo(GateRef glue, GateRef cachedHClass, GateRef cachedFunc, in NewTrackInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1412 auto cachedHClass = trackInfo->GetCachedHClass(); in DumpCreateObject() local