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

  /art/compiler/utils/
test_dex_file_builder.h 50 void AddField(const std::string& class_descriptor, const std::string& type,
53 AddType(class_descriptor);
56 FieldKey key = { class_descriptor, type, name };
60 void AddMethod(const std::string& class_descriptor, const std::string& signature,
63 AddType(class_descriptor);
76 class_descriptor, name, proto
200 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
207 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
258 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type,
260 FieldKey key = { class_descriptor, type, name }
282 const std::string class_descriptor; member in struct:art::TestDexFileBuilder::FieldKey
319 std::string class_descriptor; member in struct:art::TestDexFileBuilder::MethodKey
    [all...]
  /art/runtime/
class_linker_test.cc 477 : is_static(is_static_in), class_descriptor(class_descriptor_in) {}
479 std::string class_descriptor; member in struct:art::CheckOffsets
485 Runtime::Current()->GetClassLinker()->FindSystemClass(self, class_descriptor.c_str());
486 CHECK(klass != nullptr) << class_descriptor;
500 << " class=" << class_descriptor
510 << " class=" << class_descriptor
532 << " i=" << i << " class=" << class_descriptor
552 LOG(ERROR) << "Offset: class=" << class_descriptor << " field=" << offset.java_name
    [all...]
  /art/dexlayout/
dexlayout.cc 1303 const char* class_descriptor = local
    [all...]

Completed in 686 milliseconds