Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A 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()); FindTransitions() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp207 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject() local
H A Dnew_object_stub_builder.cpp1526 GateRef NewObjectStubBuilder::NewTrackInfo(GateRef glue, GateRef cachedHClass, GateRef cachedFunc, in NewTrackInfo() argument
1542 Store(VariableType::JS_POINTER(), glue, *result, cachedHClassOffset, cachedHClass); in NewTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1421 auto cachedHClass = trackInfo->GetCachedHClass(); in DumpCreateObject() local

Completed in 16 milliseconds