Home
last modified time | relevance | path

Searched refs:CopyAndUpdateObjLayout (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h235 V(CopyAndUpdateObjLayout) \
Druntime_stubs.cpp570 DEF_RUNTIME_STUBS(CopyAndUpdateObjLayout) in DEF_RUNTIME_STUBS() argument
572 RUNTIME_STUBS_HEADER(CopyAndUpdateObjLayout); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3696 CallRuntime(glue, RTSTUB_ID(CopyAndUpdateObjLayout), in TransitionForRepChange()