Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp243 JSHandle<JSHClass> newHClass = Clone(thread, jshclass); in CloneWithElementsKind() local
297 JSHandle<JSHClass> newHClass = JSHandle<JSHClass>(thread, newClass); in AddProperty() local
635 JSHandle<JSHClass> newHClass = JSHClass::Clone(thread, oldHClass); in TransitionForRepChange() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp448 JSHandle<JSHClass> newHClass = JSHClass::Clone(thread, hclass); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h307 JSHClass *newHClass = nullptr; in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp232 void PGOProfiler::UpdateRootProfileTypeSafe(JSHClass* oldHClass, JSHClass* newHClass) in UpdateRootProfileTypeSafe()
1390 auto newHClass = JSHClass::Cast(object); in DumpCreateObject() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp418 auto newHClass = JSHClass::Cast(object); in ConvertCreateObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3054 GateRef newHClass; in StoreWithTransition() local
4161 GateRef newHClass = LoadObjectFromWeakRef(cachedValue); in FindTransitions() local
5315 void StubBuilder::NotifyHClassChanged(GateRef glue, GateRef oldHClass, GateRef newHClass) in NotifyHClassChanged()