HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodSignature (Results 1 - 18 of 18) 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 399 TEST_F(DexFileTest, GetMethodSignature) {
401 std::unique_ptr<const DexFile> raw(OpenTestDexFile("GetMethodSignature"));
420 std::string signature(raw->GetMethodSignature(method_id).ToString());
433 std::string signature(raw->GetMethodSignature(method_id).ToString());
444 std::string signature(raw->GetMethodSignature(method_id).ToString());
451 std::unique_ptr<const DexFile> raw(OpenTestDexFile("GetMethodSignature"));
505 << java_lang_dex_file_->GetMethodSignature(to_find);
art_method.cc 184 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2);
233 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 257 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
dex_file.h 684 const Signature GetMethodSignature(const MethodId& method_id) const;
    [all...]
class_linker.cc     [all...]
dex_file.cc     [all...]