Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h147 V(CopyAndUpdateObjLayout) \
Druntime_stubs.cpp365 DEF_RUNTIME_STUBS(CopyAndUpdateObjLayout) in DEF_RUNTIME_STUBS() argument
367 RUNTIME_STUBS_HEADER(CopyAndUpdateObjLayout); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2579 CallRuntime(glue, RTSTUB_ID(CopyAndUpdateObjLayout), in TransitionForRepChange()