| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 59 const char *fieldName = utf::Mutf8AsCString(sd.data); in CheckIsBundlePack() local 147 CString fieldName = utf::Mutf8AsCString(sd.data); in InitializeUnMergedPF() local 186 const char *fieldName = utf::Mutf8AsCString(sd.data); in InitializeMergedPF() local 270 CString fieldName = utf::Mutf8AsCString(sd.data); in FindOhmUrlInPF() local
|
| /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/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() 593 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local 615 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local 632 auto fieldName = in DumpOpcode() local 650 auto fieldName = in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 198 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local 623 StringItem *fieldName = container.GetOrCreateStringItem("foreign_field"); in TEST() local 790 StringItem *fieldName = container.GetOrCreateStringItem("test_field"); in TEST() local 965 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/plugins/ets/runtime/intrinsics/ |
| D | escompat_JSON.cpp | 190 auto fieldName = reinterpret_cast<const char *>(f.GetName().data); in AddFieldsToJSON() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg.cpp | 223 auto &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fieldNameIdx); in AppendReferenceOffsets64() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| D | disasm_ets_plugin.cpp | 186 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 | 484 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(strIdx); in GenFieldOffsetMap() local 528 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 1869 std::string fieldName; in ParseOperandField() local
|
| D | assembly-emitter.cpp | 300 auto fieldName = GetItemName(enumValue); in CheckValueEnumCase() local 927 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local 996 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local 1274 auto fieldName = field.name; in MakeRecordAnnotations() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 320 void TypeTable::AddFieldToStructType(MIRStructType &structType, const std::string &fieldName, const… in AddFieldToStructType()
|
| D | bin_mpl_export.cpp | 553 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fp.first); in OutputFieldPair() local
|
| D | mir_type.cpp | 1224 … const char *fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fields[i].first).c_str(); in DumpFields() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 780 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateFieldItem() local 908 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateForeignFieldItem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 534 StructTypeBuilder &Field(std::string_view fieldName, Type *fieldType) in Field()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | dump_test.cpp | 689 ArenaString fieldName("field_name", graph->GetAllocator()->Adapter()); in __anon413cb6ff0e02() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 348 auto fieldName = stmt->AsClassProperty()->Id()->Name(); in BuildClassDefinitionImpl() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 2035 util::UString fieldName(util::StringView("field"), Allocator()); in CreateLambdaCapturedThis() local 2062 util::UString fieldName(util::StringView("field"), Allocator()); in CreateLambdaCapturedField() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 1405 auto fieldName = pf.GetStringData(fieldDataAccessor.GetNameId()); in GetFieldBySignature() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 1310 void ETSParser::ParseClassFieldDefinition(ir::Identifier *fieldName, ir::ModifierFlags modifiers, in ParseClassFieldDefinition() 1363 lexer::SourcePosition ETSParser::InitializeGlobalVariable(ir::Identifier *fieldName, ir::Expression… in InitializeGlobalVariable()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 904 std::string fieldName = g_isMergeAbc ? "moduleRecordIdx" : moduleName; in AddModuleRecord() local
|