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

  /tools/dexter/slicer/export/slicer/
dex_ir_builder.h 33 const char* class_descriptor; member in struct:ir::MethodId
37 MethodId(const char* class_descriptor, const char* method_name, const char* signature = nullptr)
38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) {
39 assert(class_descriptor != nullptr);
dex_ir.h 344 String* class_descriptor = nullptr; member in struct:ir::MethodKey
  /tools/dexter/dexter/
experimental.cc 443 auto class_descriptor = decl->parent->descriptor; local
444 ir::MethodId method_id(class_descriptor->c_str(), decl->name->c_str(), signature.c_str());
  /art/libdexfile/dex/
test_dex_file_builder.h 52 void AddField(const std::string& class_descriptor, const std::string& type,
55 AddType(class_descriptor);
58 FieldKey key = { class_descriptor, type, name };
62 void AddMethod(const std::string& class_descriptor, const std::string& signature,
65 AddType(class_descriptor);
78 class_descriptor, name, proto
202 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
209 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
261 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type,
263 FieldKey key = { class_descriptor, type, name }
285 const std::string class_descriptor; member in struct:art::TestDexFileBuilder::FieldKey
322 std::string class_descriptor; member in struct:art::TestDexFileBuilder::MethodKey
    [all...]
  /art/runtime/
class_linker_test.cc 465 : is_static(is_static_in), class_descriptor(class_descriptor_in) {}
467 std::string class_descriptor; member in struct:art::CheckOffsets
473 Runtime::Current()->GetClassLinker()->FindSystemClass(self, class_descriptor.c_str());
474 CHECK(klass != nullptr) << class_descriptor;
488 << " class=" << class_descriptor
498 << " class=" << class_descriptor
520 << " i=" << i << " class=" << class_descriptor
540 LOG(ERROR) << "Offset: class=" << class_descriptor << " field=" << offset.java_name
    [all...]
  /art/dexlayout/
dexlayout.cc 1367 const char* class_descriptor = local
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 1643 const char* class_descriptor = dex_file_->GetTypeDescriptor(type_id); local
    [all...]

Completed in 139 milliseconds