Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h58 void SetFieldId(uint32 fieldIdx) in SetFieldId()
114 virtual void DoSetFieldId(uint32 fieldIdx) in DoSetFieldId()
204 void DoSetFieldId(uint32 fieldIdx) override in DoSetFieldId()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp35 size_t fieldIdx = 0; in GeteTSMetadata() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1284 int64 fieldIdx = idx >> 1; in GetFieldOffsetValue() local
1511 uint64 fieldIdx = intConst->GetExtValue(); in EmitIntConst() local
1544 int64 fieldIdx = intConst->GetExtValue(); in EmitIntConst() local
1786 uint32 fieldIdx = 1; in EmitStructConstant() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp368 size_t fieldIdx = 0; in BuildJSProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp80 for (uint32 fieldIdx = 0; fieldIdx < structType.GetFieldsSize(); ++fieldIdx) { in TraverseToNamedFieldWithType() local
141 for (uint32 fieldIdx = 0; fieldIdx < structType.GetFieldsSize(); ++fieldIdx) { in TraverseToNamedFieldWithTypeAndMatchStyle() local
Dmir_type.cpp2028 uint32 fieldIdx = 0; in TraverseToFieldRef() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1633 uint32 fieldIdx = structKind == kTypeUnion ? structCt.GetFieldIdItem(0) : 1; in EmitStructure() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1416 size_t fieldIdx = 0; in SerializeFields() local