Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp30 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
44 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
60 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
81 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0() local
121 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in GetAllKeysCommon() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_class_creation_helper.cpp63 JSHandle<ecmascript::LayoutInfo> layoutInfoHandle(thread, hClass->GetLayout(thread)); in TryAddOriKeyAndOriAttrToHClass() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp365 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newJsHClass->GetLayout(thread)); in AddPropertyToNewHClassWithoutTransition() local
392 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, attrs); in TransitionExtension() local
426 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, layout); in TransitionProto() local
622 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, layout); in OptimizePrototypeForIC() local
679 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(numberOfProperties); in OptimizeAsFastProperties() local
1512 JSMutableHandle<LayoutInfo> layoutInfoHandle(thread, newJsHClass->GetLayout(thread)); in CreateChildHClassFromPGO() local
Dshared_object_factory.cpp78 …JSHandle<LayoutInfo> layoutInfoHandle = CreateSLayoutInfo(JSFunction::LENGTH_OF_INLINE_PROPERTIES); in CreateSFunctionClass() local
512 …JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(NewSTaggedArrayWithoutInit(arra… in CreateSLayoutInfo() local
519 JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast( in NewSEmptyLayoutInfo() local
Djs_array.cpp991 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(inlinedProps); in CreateJSArrayPrototypeClass() local
1028 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(1); in CreateJSArrayFunctionClass() local
Dobject_factory.cpp884 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(1); in CreateJSRegExpInstanceClass() local
909 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(1); in CreateJSArrayInstanceClass() local
937 …JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(JSArguments::LENGTH_OF_INLINE_PROPERTIES); in CreateJSArguments() local
1975 JSHandle<LayoutInfo> layoutInfoHandle; in CreateFunctionClass() local
3331 …JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(NewTaggedArrayWithoutInit(array… in CreateLayoutInfo() local
4196 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(length); in CreateObjectClass() local
5185 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(2); // 2 means two field in CreateIteratorResultInstanceClass() local
5633 JSHandle<LayoutInfo> layoutInfoHandle = CreateLayoutInfo(static_cast<int>(inlinedProps)); in CreateClassFuncProtoHClass() local
Djs_object.cpp194 JSHandle<LayoutInfo> layoutInfoHandle(thread, jshclass->GetLayout(thread)); in TransitionToDictionary() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp413 …JSHandle<LayoutInfo> layoutInfoHandle = factory_->CreateLayoutInfo(JSFunction::LENGTH_OF_INLINE_PR… in InitializeBoundFunctionClass() local