Home
last modified time | relevance | path

Searched refs:fieldIdx (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h59 void SetFieldId(uint32 fieldIdx) in SetFieldId() argument
61 DoSetFieldId(fieldIdx); in SetFieldId()
115 virtual void DoSetFieldId(uint32 fieldIdx) in DoSetFieldId() argument
118 fieldID = fieldIdx; in DoSetFieldId()
207 void DoSetFieldId(uint32 fieldIdx) override
210 (void)fieldIdx; variable
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp27 std::string GetFieldName(size_t fieldIdx) in GetFieldName() argument
30 sstream << "field" << fieldIdx; in GetFieldName() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp36 size_t fieldIdx = 0; in GeteTSMetadata() local
38 GetETSMetadata(&pair.second.fieldList[fieldIdx++], fieldAccessor.GetFieldId()); in GeteTSMetadata()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp39 size_t fieldIdx = 0; in GeteTSMetadata() local
41 GetETSMetadata(&pair.second.fieldList[fieldIdx++], fieldAccessor.GetFieldId()); in GeteTSMetadata()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1212 int64 fieldIdx = idx >> 1; in EmitAsmLabel() local
1215 return fieldIdx; in EmitAsmLabel()
1414 uint64 fieldIdx = static_cast<uint64>(intConst->GetExtValue()); in EmitAsmLabel() local
1415 bool isDefTabIndex = fieldIdx & 0x1; in EmitAsmLabel()
1421 fieldIdx >>= 1; in EmitAsmLabel()
1422 Emit("\t// " + typeName + "\t field" + std::to_string(fieldIdx) + "\n"); in EmitAsmLabel()
1447 int64 fieldIdx = intConst->GetExtValue(); in EmitAsmLabel() local
1451 fieldIdx *= width; in EmitAsmLabel()
1453 Emit("\t" + widthFlag + "\t" + std::to_string(fieldIdx) + " + " + fieldOffset + " - .\n"); in EmitAsmLabel()
1457 Emit("\t// " + typeName + "\t field" + std::to_string(fieldIdx) in EmitAsmLabel()
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.cpp427 size_t fieldIdx = 0; in BuildJSProperties() local
430 auto wfield = &etsFieldWrappers[fieldIdx++]; in BuildJSProperties()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1449 size_t fieldIdx = 0; in SerializeFields() local
1471 os << std::setw(INFO_OFFSET) << std::left << ss.str() << " # " << recInf.fieldsInfo.at(fieldIdx) << "\n"; in SerializeFields()
1479 fieldIdx++; in SerializeFields()

Completed in 11 milliseconds