Home
last modified time | relevance | path

Searched defs:layoutInfoHandle (Results 1 – 6 of 6) 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.cpp201 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newJsHClass->GetLayout()); in SetPropertyOfObjHClass() local
238 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newJsHClass->GetLayout()); in AddProperty() local
276 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, attrs); in TransitionExtension() local
306 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, layout); in TransitionProto() local
369 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, layout); in ShouldUpdateProtoClass() local
Djs_for_in_iterator.cpp132 JSHandle<LayoutInfo> layoutInfoHandle(thread, jsHclass->GetLayout()); in FastGetAllEnumKeys() local
152 JSHandle<LayoutInfo> layoutInfoHandle(thread, jsHclass->GetLayout()); in FastGetAllEnumKeys() local
Dobject_factory.cpp658 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(1); in CreateJSRegExpInstanceClass() local
682 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(1); in CreateJSArrayInstanceClass() local
711 …JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(JSArguments::LENGTH_OF_INLINE_PROPERTIES); in CreateJSArguments() local
1426 … JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(JSFunction::LENGTH_OF_INLINE_PROPERTIES); in CreateFunctionClass() local
2435 …JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(NewTaggedArray(arrayLength, ini… in CreateLayoutInfo() local
3087 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(length); in CreateObjectClass() local
3950 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(2); // 2 means two field in CreateIteratorResultInstanceClass() local
Djs_object.cpp150 JSHandle<LayoutInfo> layoutInfoHandle(thread, jshclass->GetLayout()); in TransitionToDictionary() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp332 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newHClassHandle->GetLayout()); in DEF_RUNTIME_STUBS() local