Searched defs:layoutInfoHandle (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | layout_info_test.cpp | 54 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/ |
| D | js_hclass.cpp | 201 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
|
| D | js_for_in_iterator.cpp | 132 JSHandle<LayoutInfo> layoutInfoHandle(thread, jsHclass->GetLayout()); in FastGetAllEnumKeys() local 152 JSHandle<LayoutInfo> layoutInfoHandle(thread, jsHclass->GetLayout()); in FastGetAllEnumKeys() local
|
| D | object_factory.cpp | 658 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
|
| D | js_object.cpp | 150 JSHandle<LayoutInfo> layoutInfoHandle(thread, jshclass->GetLayout()); in TransitionToDictionary() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 332 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newHClassHandle->GetLayout()); in DEF_RUNTIME_STUBS() local
|