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

  /art/test/GetMethodSignature/
GetMethodSignature.java 17 class GetMethodSignature {
19 GetMethodSignature m2(boolean x, short y, char z) { return null; }
  /art/runtime/
method_helper.cc 86 dexfile->GetMethodSignature(mid).ToString(), &other_return_type_idx,
114 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid));
method_helper-inl.h 43 return dex_file->GetMethodSignature(mid) == other_dex_file->GetMethodSignature(other_mid);
dex_file_test.cc 226 TEST_F(DexFileTest, GetMethodSignature) {
228 const DexFile* raw(OpenTestDexFile("GetMethodSignature"));
247 std::string signature(raw->GetMethodSignature(method_id).ToString());
260 std::string signature(raw->GetMethodSignature(method_id).ToString());
271 std::string signature(raw->GetMethodSignature(method_id).ToString());
278 const DexFile* raw(OpenTestDexFile("GetMethodSignature"));
331 << java_lang_dex_file_->GetMethodSignature(to_find);
dex_file-inl.h 41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const {
dex_file.h 616 const Signature GetMethodSignature(const MethodId& method_id) const;
    [all...]
class_linker.cc     [all...]
utils.cc 400 const Signature signature = dex_file.GetMethodSignature(method_id);
    [all...]
  /art/build/
Android.gtest.mk 28 GetMethodSignature \
51 ART_GTEST_dex_file_test_DEX_DEPS := GetMethodSignature
  /art/runtime/mirror/
art_method-inl.h 437 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
  /art/compiler/dex/quick/
codegen_util.cc 345 const Signature signature = cu_->dex_file->GetMethodSignature(method_id);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 268 milliseconds