HomeSort by relevance Sort by last modified time
    Searched refs:method_id (Results 51 - 73 of 73) sorted by null

1 23

  /art/runtime/
art_method-inl.h 364 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); local
365 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
hidden_api_test.cc 58 jmethodID method_id = env->GetMethodID(klass, name, signature); local
59 ArtMethod* art_method = jni::DecodeArtMethod(method_id);
debugger.cc     [all...]
class_linker.cc 3294 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); local
5031 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); local
7933 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
8014 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(method_idx); local
    [all...]
  /external/perfetto/src/ipc/
host_impl_unittest.cc 106 MethodID method_id,
115 frame.mutable_msg_invoke_method()->set_method_id(method_id);
client_impl_unittest.cc 166 if (method.second->id != req.msg_invoke_method().method_id())
  /tools/dexter/dexter/
experimental.cc 444 ir::MethodId method_id(class_descriptor->c_str(), decl->name->c_str(), signature.c_str());
445 SLICER_CHECK(builder.FindMethod(method_id) == ir_method.get());
  /art/compiler/
verifier_deps_test.cc 384 const DexFile::MethodId& method_id = dex_dep.first->GetMethodId(entry.GetDexMethodIndex()); local
386 std::string actual_klass = dex_dep.first->StringByTypeIdx(method_id.class_idx_);
391 std::string actual_name = dex_dep.first->StringDataByIdx(method_id.name_idx_);
396 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString();
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 573 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); local
574 const char* class_name = dex_file->StringByTypeIdx(method_id.class_idx_);
575 const char* method_name = dex_file->GetMethodName(method_id);
  /art/libdexfile/dex/
dex_file_verifier.cc 2965 const DexFile::MethodId* method_id = local
3257 const DexFile::MethodId* const method_id = CheckLoadMethodId(method_index, member in class:art::DexFile
    [all...]
  /art/profman/
profman.cc 812 const DexFile::MethodId* method_id = dex_file->FindMethodId( local
    [all...]
  /art/dexdump/
dexdump.cc 1659 const DexFile::MethodId& method_id = pDexFile->GetMethodId(mh.field_or_method_idx_); local
    [all...]
  /art/compiler/dex/
inline_method_analyser.cc 514 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.index); local
515 const char* method_name = ref.dex_file->GetMethodName(method_id);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 430 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); local
434 method_id.class_idx_, dex_cache, /* class_loader */ nullptr);
  /art/tools/veridex/
flow_analysis.cc 126 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_index); local
127 const DexFile::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id);
  /external/libmojo/base/android/jni_generator/
jni_generator.py     [all...]
  /art/openjdkjvmti/
ti_redefine.cc 1419 const art::DexFile::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, local
    [all...]
  /art/runtime/jit/
profile_compilation_info.cc 335 * method_id,number_of_inline_caches,inline_cache1,inline_cache2...
423 // method_id, so the difference will always be non negative.
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 222 jmethodID method_id = env->GetMethodID(exc_class.get(), "toString", local
227 env->CallObjectMethod(error, method_id)));
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 953 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq);
    [all...]
  /art/dex2oat/linker/
image_writer.cc 1050 const DexFile::MethodId& method_id = dex_file.GetMethodId(i); local
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc 2983 const DexFile::MethodId& method_id = local
    [all...]
nodes.cc 691 const DexFile::MethodId& method_id = dex_file_.GetMethodId(method_idx_); local
692 return dex_file_.GetMethodName(method_id);
    [all...]

Completed in 440 milliseconds

1 23