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

12

  /art/runtime/
debugger.h 364 static std::string GetMethodName(JDWP::MethodId method_id)
375 static void OutputLineTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId method_id,
381 static void OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value,
387 static JDWP::JdwpError GetBytecodes(JDWP::RefTypeId class_id, JDWP::MethodId method_id,
564 JDWP::RefTypeId class_id, JDWP::MethodId method_id,
debugger.cc     [all...]
utils.cc 395 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
396 std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id)));
398 result += dex_file.GetMethodName(method_id);
400 const Signature signature = dex_file.GetMethodSignature(method_id);
    [all...]
class_linker.cc 2884 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); local
5684 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
5903 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 139 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); local
140 const char* method_name = ref.dex_file->GetMethodName(method_id);
  /art/runtime/verifier/
method_verifier.cc 2245 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
2268 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
2351 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
2409 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
3043 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); local
4108 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
4120 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.cc 190 jmethod.method_id = iJIT_GetNewMethodID();
  /art/runtime/mirror/
art_method-inl.h 513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); local
514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 309 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); local
310 mirror::Class* klass = dex_cache->GetResolvedType(method_id.class_idx_);
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 666 const DexFile::MethodId* method_id = local
670 if (method_id == nullptr) {
673 return dex_file->GetIndexForMethodId(*method_id);
    [all...]
codegen_util.cc 343 const DexFile::MethodId& method_id = local
345 const Signature signature = cu_->dex_file->GetMethodSignature(method_id);
346 const char* name = cu_->dex_file->GetMethodName(method_id);
347 const char* descriptor(cu_->dex_file->GetMethodDeclaringClassDescriptor(method_id));
    [all...]
  /art/compiler/optimizing/
builder.cc 328 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_);
  /art/compiler/driver/
compiler_driver.cc 891 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); local
928 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); local
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]
  /art/compiler/dex/
mir_graph.cc 1405 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx); local
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 918 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq);
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 2667 art::DexFile::MethodId const& method_id = member in class:__anon22::art::DexFile
    [all...]

Completed in 389 milliseconds

12