| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_field_test.cpp | 71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfaceObjectLiteralLowering.cpp | 62 util::UString fieldName(std::string("_"), allocator); in CreateAnonClassField() local 104 util::UString fieldName(std::string("_"), allocator); in CreateAnonClassFieldGetterSetter() local
|
| D | localClassLowering.cpp | 39 util::UString fieldName(util::StringView("field#"), allocator); in CreateCapturedField() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 57 const char *fieldName = utf::Mutf8AsCString(sd.data); in CheckIsBundlePack() local 149 CString fieldName = utf::Mutf8AsCString(sd.data); in InitializeUnMergedPF() local 194 const char *fieldName = utf::Mutf8AsCString(sd.data); in InitializeMergedPF() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 204 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local 629 StringItem *fieldName = container.GetOrCreateStringItem("foreign_field"); in TEST() local 796 StringItem *fieldName = container.GetOrCreateStringItem("test_field"); in TEST() local 971 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 344 PandaString fieldName(utf::Mutf8AsCString(oldField.GetName().data)); in FieldChangesCheck() local 349 PandaString fieldName(utf::Mutf8AsCString(newField.GetName().data)); in FieldChangesCheck() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 183 ArenaString fieldName(runtime->GetFieldName(field), adapter); in FieldToString() local 187 …mpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, const ArenaString &fieldName, in DumpTypedFieldOpcode() 620 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local 700 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local 717 auto fieldName = in DumpOpcode() local 735 auto fieldName = in DumpOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg.cpp | 233 auto &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fieldNameIdx); in AppendReferenceOffsets64() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| D | disasm_ets_plugin.cpp | 187 const auto fieldName = StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 427 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(strIdx); in GenFieldOffsetMap() local 471 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(strIdx); in GenFieldOffsetMap() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 87 … std::string fieldName = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName() local 1889 std::string fieldName; in ParseOperandField() local
|
| D | assembly-emitter.cpp | 300 auto fieldName = GetItemName(enumValue); in CheckValueEnumCase() local 892 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local 961 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local 1239 auto fieldName = field.name; in MakeRecordAnnotations() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserClasses.cpp | 389 void ETSParser::ParseClassFieldDefinition(ir::Identifier *fieldName, ir::ModifierFlags modifiers, in ParseClassFieldDefinition()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 322 void TypeTable::AddFieldToStructType(MIRStructType &structType, const std::string &fieldName, const… in AddFieldToStructType()
|
| D | bin_mpl_export.cpp | 551 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fp.first); in OutputFieldPair() local
|
| D | mir_type.cpp | 1152 … const char *fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fields[i].first).c_str(); in DumpFields() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 771 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateFieldItem() local 868 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateForeignFieldItem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 543 StructTypeBuilder &Field(std::string_view fieldName, Type *fieldType) in Field()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | dump_test.cpp | 690 ArenaString fieldName("field_name", graph->GetAllocator()->Adapter()); in __anonc76b74de0e02() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 363 auto fieldName = stmt->AsClassProperty()->Id()->Name(); in BuildClassDefinitionImpl() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 1494 auto fieldName = pf.GetStringData(fieldDataAccessor.GetNameId()); in GetFieldBySignature() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | js_metadata_test.cpp | 2051 …bool CheckField(std::string &fieldName, int fieldOffset, Metadata &metadata, int offsetAlign, int … in CheckField()
|