Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h45 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in AddTransitions() local
84 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in AddProtoTransitions() local
113 auto cachedHClass = JSHClass::Cast(transitions.GetTaggedWeakRef()); in FindTransitions() local
Djs_for_in_iterator.cpp26 …rator::IsEnumCacheValid(const JSThread *thread, JSTaggedValue receiver, JSTaggedValue cachedHClass, in IsEnumCacheValid()
Djs_array.cpp1059 JSTaggedValue cachedHClass = JSTaggedValue(thread->GetArrayInstanceHClass(newKind, false)); in UpdateTrackInfo() local
Dobject_factory.cpp860const JSHandle<JSTaggedValue> cachedHClass, in NewJSForinIterator()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp199 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject() local
Dnew_object_stub_builder.cpp1021 …StubBuilder::NewJSForinIterator(GateRef glue, GateRef receiver, GateRef keys, GateRef cachedHClass, in NewJSForinIterator()
1846 GateRef NewObjectStubBuilder::NewTrackInfo(GateRef glue, GateRef cachedHClass, GateRef cachedFunc, in NewTrackInfo()
Dslowpath_lowering.cpp2461 GateRef cachedHClass = builder_.GetCachedHClassFromForInIterator(glue_, iter); in LowerGetNextPropName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1385 auto cachedHClass = trackInfo->GetCachedHClass(thread); in DumpCreateObject() local