Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp54 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
68 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
84 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
105 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
146 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
175 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp229 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newJsHClass->GetLayout()); in SetPropertyOfObjHClass() local
266 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newJsHClass->GetLayout()); in AddProperty() local
309 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, attrs); in TransitionExtension() local
339 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, layout); in TransitionProto() local
402 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, layout); in ShouldUpdateProtoClass() local
Dobject_factory.cpp674 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(1); in CreateJSRegExpInstanceClass() local
698 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(1); in CreateJSArrayInstanceClass() local
726 …JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(JSArguments::LENGTH_OF_INLINE_PROPERTIES); in CreateJSArguments() local
1453 … JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(JSFunction::LENGTH_OF_INLINE_PROPERTIES); in CreateFunctionClass() local
2430 …JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(NewTaggedArrayWithoutInit(array… in CreateLayoutInfo() local
3096 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(length); in CreateObjectClass() local
3985 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(2); // 2 means two field in CreateIteratorResultInstanceClass() local
Djs_object.cpp153 JSHandle<LayoutInfo> layoutInfoHandle(thread, jshclass->GetLayout()); in TransitionToDictionary() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp343 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newHClassHandle->GetLayout()); in DEF_RUNTIME_STUBS() local