HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodSignature (Results 1 - 20 of 20) sorted by null

  /art/test/GetMethodSignature/
GetMethodSignature.java 17 class GetMethodSignature {
19 GetMethodSignature m2(boolean x, short y, char z) { return null; }
  /art/runtime/
dex_file_test.cc 401 TEST_F(DexFileTest, GetMethodSignature) {
403 std::unique_ptr<const DexFile> raw(OpenTestDexFile("GetMethodSignature"));
422 std::string signature(raw->GetMethodSignature(method_id).ToString());
435 std::string signature(raw->GetMethodSignature(method_id).ToString());
446 std::string signature(raw->GetMethodSignature(method_id).ToString());
453 std::unique_ptr<const DexFile> raw(OpenTestDexFile("GetMethodSignature"));
507 << java_lang_dex_file_->GetMethodSignature(to_find);
art_method.cc 201 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2);
247 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid));
    [all...]
dex_file-inl.h 95 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const {
art_method-inl.h 261 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
dex_file.h 687 const Signature GetMethodSignature(const MethodId& method_id) const;
    [all...]
dex_file.cc     [all...]
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]
  /art/dexlist/
dexlist.cc 125 const Signature signature = pDexFile->GetMethodSignature(pMethodId);
  /art/dexdump/
dexdump.cc 856 const Signature signature = pDexFile->GetMethodSignature(pMethodId);
889 const Signature signature = pDexFile->GetMethodSignature(pMethodId);
    [all...]
  /art/runtime/verifier/
verifier_deps.cc 828 << dex_file.GetMethodSignature(method_id).ToString()
    [all...]
method_verifier.cc     [all...]
  /art/build/
Android.gtest.mk 38 GetMethodSignature \
111 ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature Main Nested MultiDex
  /art/runtime/mirror/
class.cc 463 const Signature signature = dex_file.GetMethodSignature(method_id);
589 const Signature signature = dex_file.GetMethodSignature(method_id);
    [all...]
  /art/profman/
profman.cc 487 std::string signature_string(dex_file->GetMethodSignature(id).ToString());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 106 << dex_file->GetMethodSignature(method_id) << " declared. "
    [all...]
  /art/compiler/
verifier_deps_test.cc 397 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString();
    [all...]
image_writer.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc 616 art::Signature new_method_signature = dex_file_->GetMethodSignature(new_method_id);
    [all...]

Completed in 1107 milliseconds