Home
last modified time | relevance | path

Searched defs:oldHClass (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp156 JSHandle<JSHClass> oldHClass(thread, arrayHandle->GetClass()); in LowerNTypedCreateArrayWithBuffer() local
Dstub_builder.cpp3244 void StubBuilder::NotifyHClassChanged(GateRef glue, GateRef oldHClass, GateRef newHClass) in NotifyHClassChanged()
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp206 …typingOperator::TryMaintainTSSubtyping(const JSThread *thread, const JSHandle<JSHClass> &oldHClass, in TryMaintainTSSubtyping()
Djs_hclass.cpp441 JSHandle<JSHClass> oldHClass(thread, receiver->GetJSHClass()); in TransitionForRepChange() local
772 void JSHClass::CopyTSInheritInfo(const JSThread *thread, const JSHandle<JSHClass> &oldHClass, in CopyTSInheritInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp856 JSHandle<JSHClass> oldHClass(thread_, objHandle->GetClass()); in ParseObjectPGOType() local