Home
last modified time | relevance | path

Searched defs:fieldName (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_field_test.cpp71 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 Ddisasm_ets_plugin.cpp187 const auto fieldName = StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp191 const auto fieldName = stringTable_->StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp205 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 Ddump.cpp187 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 DETSparserClasses.cpp390 void ETSParser::ParseClassFieldDefinition(ir::Identifier *fieldName, ir::ModifierFlags modifiers, in ParseClassFieldDefinition() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp773 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateFieldItem() local
870 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateForeignFieldItem() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp377 auto fieldName = stmt->AsClassProperty()->Id()->Name(); in BuildClassDefinitionImpl() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp301 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 Dassembly-parser.cpp87 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 Dclass_linker.cpp1494 auto fieldName = pf.GetStringData(fieldDataAccessor.GetNameId()); in GetFieldBySignature() local

Completed in 21 milliseconds