Home
last modified time | relevance | path

Searched defs:field_name (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/templates/
H A Dcommon.rb48 def field_name method in Option
/arkcompiler/runtime_core/templates/
H A Dcommon.rb48 def field_name method in Option
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp160 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &field_name, in DumpTypedFieldOpcode() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_reader.cpp742 auto *field_name = container_.GetOrCreateStringItem(string_name); in CreateFieldItem() local
870 auto *field_name = container_.GetOrCreateStringItem(string_name); in CreateForeignFieldItem() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp381 StringItem *field_name = container.GetOrCreateStringItem("field"); in HWTEST() local
746 StringItem *field_name = container.GetOrCreateStringItem("foreign_field"); in HWTEST() local
909 StringItem *field_name = container.GetOrCreateStringItem("test_field"); in CreateItems() local
290 TestAnnotationsAndFields(ClassDataAccessor class_data_accessor, AnnotationItem* annotation_item, std::unique_ptr<const File>& panda_file, ClassItem* class_item, FieldItem* field_item, StringItem* field_name) TestAnnotationsAndFields() argument
1171 StringItem *field_name = container.GetOrCreateStringItem("field"); HWTEST() local
1233 StringItem *field_name = container.GetOrCreateStringItem("field"); HWTEST() local
[all...]
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp758 auto *field_name = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local
829 auto *field_name = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local
1085 bool AsmEmitter::CheckDuplicateField(ValueItem &value_item, FieldItem &field_item, std::string &field_name) in CheckDuplicateField() argument
1107 auto field_name = record.name + "." + field.name; in FillFields() local
[all...]
H A Dassembly-parser.cpp86 std::string field_name = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName() local
1824 std::string field_name = record_full_name.substr(pos_point + 1); in ParseOperandField() local

Completed in 21 milliseconds