Home
last modified time | relevance | path

Searched defs:layoutInfo (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h48 … LayoutInfo* layoutInfo = LayoutInfo::Cast(cachedHClass->GetLayout(thread).GetTaggedObject()); in AddTransitions() local
87 … LayoutInfo* layoutInfo = LayoutInfo::Cast(cachedHClass->GetLayout(thread).GetTaggedObject()); in AddProtoTransitions() local
118 … LayoutInfo *layoutInfo = LayoutInfo::Cast(cachedHClass->GetLayout(thread).GetTaggedObject()); in FindTransitions() local
181 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in CheckHClassForRep() local
201 LayoutInfo *layoutInfo = LayoutInfo::Cast(GetLayout(thread).GetTaggedObject()); in UpdatePropertyMetaData() local
Dobject_fast_operator-inl.h238 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in TryGetPropertyByNameThroughCacheAtLocal() local
313 … LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in GetPropertyByName() local
376 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in TrySetPropertyByNameThroughCacheAtLocal() local
481 … LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in SetPropertyByName() local
660 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in SetJsonPropertyByName() local
Dvtable.cpp25 LayoutInfo *layoutInfo = LayoutInfo::Cast(phcPoint->GetLayout(thread).GetTaggedObject()); in CreateTuple() local
Dobject_operator.cpp579 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in LookupPropertyInlinedProps() local
Djs_object.cpp430 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in IsArrayLengthWritable() local
2074 JSHandle<LayoutInfo> layoutInfo(thread, hclass->GetLayout(thread)); in FreezeSharedObject() local
2455 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in ToPropertyDescriptorFast() local
3022 LayoutInfo *layoutInfo = LayoutInfo::Cast(layoutHClass->GetLayout(thread).GetTaggedObject()); in CreateObjectFromPropertiesByIHClass() local
Djs_hclass.cpp1562 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in DumpChildHClassByPGO() local
1577 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in UpdateChildLayoutDescByPGO() local
Djs_array.cpp126 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in GetConstructorOrSpeciesInlinedProp() local
Ddump.cpp1613 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in Dump() local
3908 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in Dump() local
4859 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in DumpForSnapshot() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_shared_array_test.cpp203 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in HWTEST_F_L0() local
228 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in HWTEST_F_L0() local
Djs_hclass_test.cpp438 LayoutInfo *layoutInfo = LayoutInfo::Cast(objClass->GetLayout(thread).GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp76 LayoutInfo* layoutInfo = LayoutInfo::GetLayoutInfoFromHClass(thread_, hclass); in GetSymbolCountFromHClassData() local
106 LayoutInfo* layoutInfo = LayoutInfo::GetLayoutInfoFromHClass(thread_, hclass); in GenSymbolInfo() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp233 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject()); in ITERATE_INTL() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp942 … LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHClass->GetLayout(thread_).GetTaggedObject()); in SerializeKeys() local
997 … LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHClass->GetLayout(thread_).GetTaggedObject()); in SerializeKeys() local
Djson_stringifier_optimized.cpp920 … LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHClass->GetLayout(thread_).GetTaggedObject()); in SerializeKeys() local
975 … LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHClass->GetLayout(thread_).GetTaggedObject()); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp76 auto *layoutInfo = LayoutInfo::Cast(layoutValue.GetTaggedObject()); in CheckSendableProps() local
Dason_test.cpp68 auto *layoutInfo = LayoutInfo::Cast(layoutValue.GetTaggedObject()); in CheckSendableProps() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Dmodule_snapshot_test.cpp358 JSHandle<LayoutInfo> layoutInfo(thread, hClassHandle->GetLayout(thread)); in InitMockUpdateBindingModule() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp126 … LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHClass->GetLayout(thread).GetTaggedObject()); in GetBindingNameByIndex() local
166 … LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHclass->GetLayout(thread).GetTaggedObject()); in ResolveExportObject() local
1404 LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHclass->GetLayout(thread).GetTaggedObject()); in GetValueFromExportObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp615 GateRef BuiltinsObjectStubBuilder::GetNumKeysFromLayoutInfo(GateRef end, GateRef layoutInfo) in GetNumKeysFromLayoutInfo()
700 …ubBuilder::LayoutInfoGetAllEnumKeys(GateRef end, GateRef offset, GateRef array, GateRef layoutInfo) in LayoutInfoGetAllEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4230 inline GateRef StubBuilder::GetAttr(GateRef glue, GateRef layoutInfo, GateRef index) in GetAttr()
4236 inline GateRef StubBuilder::GetKey(GateRef glue, GateRef layoutInfo, GateRef index) in GetKey()
4359 inline GateRef StubBuilder::GetSortedKey(GateRef glue, GateRef layoutInfo, GateRef index) in GetSortedKey()
4365 inline GateRef StubBuilder::GetSortedIndex(GateRef glue, GateRef layoutInfo, GateRef index) in GetSortedIndex()
Dstub_builder.cpp321 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache()
453 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, … in BinarySearch()
4661 GateRef layoutInfo = GetLayoutFromHClass(glue, hclass); in IsArrayLengthWritableForNonDictMode() local
4682 GateRef layoutInfo = GetLayoutFromHClass(glue, hclass); in CheckHClassForRep() local
4747 GateRef layoutInfo = GetLayoutFromHClass(glue, transitionHClass); in FindTransitions() local
11954 GateRef layoutInfo = GetLayoutFromHClass(glue, hClass); in GetValueFromExportObject() local
12199 GateRef layoutInfo = GetLayoutFromHClass(glue, hClass); in ResolveExportObject() local