Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h46 LayoutInfo *layoutInfo = LayoutInfo::Cast(cachedHClass->GetLayout().GetTaggedObject()); in AddTransitions() local
78 LayoutInfo *layoutInfo = LayoutInfo::Cast(cachedHClass->GetLayout().GetTaggedObject()); in AddProtoTransitions() local
102 LayoutInfo *layoutInfo = LayoutInfo::Cast(cachedHClass->GetLayout().GetTaggedObject()); in FindTransitions() local
154 LayoutInfo *layoutInfo = LayoutInfo::Cast(GetLayout().GetTaggedObject()); in UpdatePropertyMetaData() local
Dobject_operator.cpp339 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in LookupPropertyInlinedProps() local
731 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in AddPropertyInternal() local
Dobject_fast_operator-inl.h70 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in GetPropertyByName() local
141 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in SetPropertyByName() local
Ddump.cpp509 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in DumpHClass() local
1333 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in Dump() local
3424 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in Dump() local
4183 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in DumpForSnapshot() local
Djs_object.cpp219 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in IsArrayLengthWritable() local
1625 LayoutInfo *layoutInfo = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp122 JSHandle<TSObjLayoutInfo> layoutInfo(thread_, iteratorResultType->GetObjLayoutInfo()); in InitRuntimeTypeTable() local
Dts_manager.cpp168 LayoutInfo *layoutInfo = LayoutInfo::Cast(hc->GetLayout().GetTaggedObject()); in GetPropertyOffset() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp723 LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHclass->GetLayout().GetTaggedObject()); in SerializeKeys() local
749 LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHclass->GetLayout().GetTaggedObject()); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp412 LayoutInfo *layoutInfo = LayoutInfo::Cast(objClass->GetLayout().GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp167 JSHandle<LayoutInfo> layoutInfo(thread, jsHclass->GetLayout()); in ResolveExportObject() local
1263 JSHandle<LayoutInfo> layoutInfo(thread, jsHClass->GetLayout()); in ResolveElementOfObject() local
Djs_module_manager.cpp189 LayoutInfo *layoutInfo = LayoutInfo::Cast(jsHclass->GetLayout().GetTaggedObject()); in GetValueFromExportObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp104 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache()
2353 GateRef layoutInfo = GetLayoutFromHClass(transitionHClass); in FindTransitions() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1949 auto layoutInfo = LayoutInfo::Cast(cls->GetLayout().GetTaggedObject()); in FindElementWithCache() local