Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp452 JSHandle<JSHClass> newHClass = JSHClass::Clone(thread, hclass); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h316 JSHClass *newHClass = nullptr; in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp418 auto newHClass = JSHClass::Cast(object); in ConvertCreateObject() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp242 JSHandle<JSHClass> newHClass = Clone(thread, jshclass); in CloneWithElementsKind() local
296 JSHandle<JSHClass> newHClass = JSHandle<JSHClass>(thread, newClass); in AddProperty() local
634 JSHandle<JSHClass> newHClass = JSHClass::Clone(thread, oldHClass); TransitionForRepChange() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp233 void PGOProfiler::UpdateRootProfileTypeSafe(JSHClass* oldHClass, JSHClass* newHClass) in UpdateRootProfileTypeSafe() argument
1399 auto newHClass = JSHClass::Cast(object); in DumpCreateObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp3092 GateRef newHClass; in StoreWithTransition() local
4199 GateRef newHClass = LoadObjectFromWeakRef(cachedValue); in FindTransitions() local
5353 NotifyHClassChanged(GateRef glue, GateRef oldHClass, GateRef newHClass) NotifyHClassChanged() argument
[all...]

Completed in 22 milliseconds