Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp96 JSHandle<TSObjLayoutInfo> newLayout = ExtendTSObjLayoutInfo(thread, oldLayout); in PushBack() local
109 …JSHandle<TSObjLayoutInfo> newLayout(factory->ExtendArray(JSHandle<TaggedArray>(oldLayout), arrayLe… in ExtendTSObjLayoutInfo() local
Dts_type_parser.cpp777 JSHandle<TSObjLayoutInfo> newLayout(thread_, newObjType->GetObjLayoutInfo()); in InstantiateObjGenericsType() local
893 …JSHandle<LayoutInfo> newLayout = factory->CopyLayoutInfo(JSHandle<LayoutInfo>(thread_, hclass->Get… in ParseObjectPGOType() local
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp96 JSHandle<TSObjLayoutInfo> newLayout = factory->CreateTSObjLayoutInfo(numTypes); in MergeClassField() local
Djs_hclass.cpp516 JSHandle<LayoutInfo> newLayout(factory->CopyLayoutInfo(oldLayout)); in TransitionForRepChange() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp489 JSHandle<LayoutInfo> newLayout(factory->CopyLayoutInfo(oldLayout)); in DEF_RUNTIME_STUBS() local