Searched defs:fieldName (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_field_test.cpp | 71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| H A D | disasm_ets_plugin.cpp | 187 const auto fieldName = StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.cpp | 191 const auto fieldName = stringTable_->StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 205 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local 632 StringItem *fieldName = container.GetOrCreateStringItem("foreign_field"); in TEST() local 800 StringItem *fieldName = container.GetOrCreateStringItem("test_field"); in TEST() local 976 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 187 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, const ArenaString &fieldName, in DumpTypedFieldOpcode() argument 620 auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLocalAllocator()); in DumpOpcode() local 700 auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLocalAllocator()); in DumpOpcode() local 717 auto fieldName = in DumpOpcode() local 735 auto fieldName = DumpOpcode() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserClasses.cpp | 390 void ETSParser::ParseClassFieldDefinition(ir::Identifier *fieldName, ir::ModifierFlags modifiers, in ParseClassFieldDefinition() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_reader.cpp | 773 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateFieldItem() local 870 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateForeignFieldItem() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | ETSBinder.cpp | 377 auto fieldName = stmt->AsClassProperty()->Id()->Name(); in BuildClassDefinitionImpl() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-emitter.cpp | 301 auto fieldName = GetItemName(enumValue); in CheckValueEnumCase() local 898 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local 968 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local 1251 auto fieldName = field.name; in MakeRecordAnnotations() local [all...] |
| H A 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 [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | class_linker.cpp | 1494 auto fieldName = pf.GetStringData(fieldDataAccessor.GetNameId()); in GetFieldBySignature() local
|
Completed in 21 milliseconds