Home
last modified time | relevance | path

Searched defs:newHClass (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_type_generator.h67 void UpdateProfileType(JSTaggedType oldHClass, JSTaggedType newHClass) in UpdateProfileType()
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp207JSHandle<JSHClass> &newHClass, const JSHandle<JSTaggedValue> &key) in TryMaintainTSSubtyping()
Djs_hclass.cpp245 JSHandle<JSHClass> newHClass(thread, newClass); in AddProperty() local
512 JSHandle<JSHClass> newHClass = JSHClass::Clone(thread, oldHClass); in TransitionForRepChange() local
1042 JSHandle<JSHClass> &newHClass) in CopyTSInheritInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp151 void PGOProfiler::UpdateRootProfileType(JSHClass *oldHClass, JSHClass *newHClass) in UpdateRootProfileType()
1112 auto newHClass = JSHClass::Cast(object); in DumpCreateObject() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h311 JSHClass *newHClass = nullptr; in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2329 GateRef newHClass; in StoreWithTransition() local
3310 GateRef newHClass = LoadObjectFromWeakRef(value); in FindTransitions() local
3953 void StubBuilder::NotifyHClassChanged(GateRef glue, GateRef oldHClass, GateRef newHClass) in NotifyHClassChanged()