Home
last modified time | relevance | path

Searched defs:oldHClass (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.cpp206 …typingOperator::TryMaintainTSSubtyping(const JSThread *thread, const JSHandle<JSHClass> &oldHClass, in TryMaintainTSSubtyping()
Djs_hclass.cpp509 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/
Dts_type_parser.cpp887 JSHandle<JSHClass> oldHClass(thread_, objHandle->GetClass()); in ParseObjectPGOType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp151 void PGOProfiler::UpdateRootProfileType(JSHClass *oldHClass, JSHClass *newHClass) in UpdateRootProfileType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2339 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()