HomeSort by relevance Sort by last modified time
    Searched defs:class_descriptor (Results 1 - 4 of 4) sorted by null

  /art/dex2oat/linker/
oat_writer.cc 1593 const char* class_descriptor = dex_file_->GetTypeDescriptor(type_id); local
    [all...]
  /art/libdexfile/dex/
test_dex_file_builder.h 53 void AddField(const std::string& class_descriptor, const std::string& type,
56 AddType(class_descriptor);
59 FieldKey key = { class_descriptor, type, name };
63 void AddMethod(const std::string& class_descriptor, const std::string& signature,
66 AddType(class_descriptor);
79 class_descriptor, name, proto
203 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
210 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type,
264 FieldKey key = { class_descriptor, type, name }
286 const std::string class_descriptor; member in struct:art::TestDexFileBuilder::FieldKey
323 std::string class_descriptor; member in struct:art::TestDexFileBuilder::MethodKey
    [all...]
  /art/runtime/
class_linker_test.cc 471 : is_static(is_static_in), class_descriptor(class_descriptor_in) {}
473 std::string class_descriptor; member in struct:art::CheckOffsets
479 Runtime::Current()->GetClassLinker()->FindSystemClass(self, class_descriptor.c_str());
480 CHECK(klass != nullptr) << class_descriptor;
494 << " class=" << class_descriptor
504 << " class=" << class_descriptor
526 << " i=" << i << " class=" << class_descriptor
546 LOG(ERROR) << "Offset: class=" << class_descriptor << " field=" << offset.java_name
    [all...]
  /art/dexlayout/
dexlayout.cc 1370 const char* class_descriptor = header_->ClassDefs()[idx]->ClassType()->GetStringId()->Data(); local
    [all...]

Completed in 477 milliseconds