Searched defs:oldHClass (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
D | pgo_type_generator.h | 67 void UpdateProfileType(JSTaggedType oldHClass, JSTaggedType newHClass) in UpdateProfileType()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | subtyping_operator.cpp | 206 …typingOperator::TryMaintainTSSubtyping(const JSThread *thread, const JSHandle<JSHClass> &oldHClass, in TryMaintainTSSubtyping()
|
D | js_hclass.cpp | 509 JSHandle<JSHClass> oldHClass(thread, receiver->GetJSHClass()); in TransitionForRepChange() local 1041 void JSHClass::CopyTSInheritInfo(const JSThread *thread, const JSHandle<JSHClass> &oldHClass, in CopyTSInheritInfo()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 887 JSHandle<JSHClass> oldHClass(thread_, objHandle->GetClass()); in ParseObjectPGOType() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 151 void PGOProfiler::UpdateRootProfileType(JSHClass *oldHClass, JSHClass *newHClass) in UpdateRootProfileType()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.cpp | 2339 GateRef oldHClass = LoadHClass(receiver); in StoreWithTransition() local 3277 GateRef oldHClass = LoadHClass(receiver); in FindTransitions() local 3312 GateRef oldHClass = LoadHClass(receiver); in FindTransitions() local 3953 void StubBuilder::NotifyHClassChanged(GateRef glue, GateRef oldHClass, GateRef newHClass) in NotifyHClassChanged()
|