Searched defs:cachedHClass (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 45 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
|
| D | js_for_in_iterator.cpp | 26 …rator::IsEnumCacheValid(const JSThread *thread, JSTaggedValue receiver, JSTaggedValue cachedHClass, in IsEnumCacheValid()
|
| D | js_array.cpp | 1059 JSTaggedValue cachedHClass = JSTaggedValue(thread->GetArrayInstanceHClass(newKind, false)); in UpdateTrackInfo() local
|
| D | object_factory.cpp | 860 … const JSHandle<JSTaggedValue> cachedHClass, in NewJSForinIterator()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 199 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject() local
|
| D | new_object_stub_builder.cpp | 1021 …StubBuilder::NewJSForinIterator(GateRef glue, GateRef receiver, GateRef keys, GateRef cachedHClass, in NewJSForinIterator() 1846 GateRef NewObjectStubBuilder::NewTrackInfo(GateRef glue, GateRef cachedHClass, GateRef cachedFunc, in NewTrackInfo()
|
| D | slowpath_lowering.cpp | 2461 GateRef cachedHClass = builder_.GetCachedHClassFromForInIterator(glue_, iter); in LowerGetNextPropName() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1385 auto cachedHClass = trackInfo->GetCachedHClass(thread); in DumpCreateObject() local
|