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

1 23

  /art/runtime/mirror/
class-inl.h 453 uint32_t method_idx,
461 dex::TypeIndex class_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
506 uint32_t method_idx) {
507 return ResolvedMethodAccessTest<false>(access_to, method, dex_cache, method_idx, kStatic);
513 uint32_t method_idx,
516 access_to, method, dex_cache, method_idx, throw_invoke_type);
    [all...]
class.h 659 uint32_t method_idx)
664 uint32_t method_idx,
    [all...]
  /art/dexdump/
dexdump.cc 498 const u4 method_idx = static_cast<u4>(readVarWidth(data, arg, false)); local
499 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(method_idx);
690 const u4 method_idx = methods[i].method_idx_; local
691 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(method_idx);
693 fprintf(gOutFile, "Annotations on method #%u '%s'\n", method_idx, method_name);
701 const u4 method_idx = pars[i].method_idx_; local
702 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(method_idx);
704 fprintf(gOutFile, "Annotations on method #%u '%s' parameters\n", method_idx, method_name);
    [all...]
  /art/dexlayout/
dex_visualize.cc 176 uint32_t method_idx = method->GetMethodId()->GetIndex(); local
177 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) {
dexlayout.cc 753 const uint32_t method_idx = method_id->GetIndex(); local
755 fprintf(out_file_, "Annotations on method #%u '%s'\n", method_idx, method_name);
764 const uint32_t method_idx = method_id->GetIndex(); local
766 fprintf(out_file_, "Annotations on method #%u '%s' parameters\n", method_idx, method_name);
    [all...]
  /art/runtime/
art_method.cc 447 uint32_t method_idx) {
456 if (it.GetMemberIndex() == method_idx) {
463 if (it.GetMemberIndex() == method_idx) {
470 LOG(FATAL) << "Failed to find method index " << method_idx << " in " << dex_file.GetLocation();
    [all...]
class_linker.cc 6027 size_t method_idx = local_method->GetMethodIndexDuringLinking(); local
    [all...]
dex_file.h     [all...]
  /art/runtime/verifier/
verifier_deps.cc 319 uint32_t method_idx,
333 MethodResolution method_tuple(method_idx,
335 GetMethodDeclaringClassStringId(dex_file, method_idx, method));
531 uint32_t method_idx,
535 thread_deps->AddMethodResolution(dex_file, method_idx, method);
    [all...]
  /art/profman/
profman.cc 815 const uint32_t method_idx = it.GetMemberIndex(); local
    [all...]
  /art/compiler/
oat_writer.cc 816 uint32_t method_idx = it.GetMemberIndex();
818 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
    [all...]
  /art/runtime/jit/
profile_compilation_info.h 263 uint16_t method_idx,
  /art/compiler/optimizing/
nodes.h 310 uint32_t method_idx,
334 method_idx_(method_idx),
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 817 * the method_idx. This wrapper will save arg1-arg3, and call the appropriate C helper.
834 jalr $t9 # (method_idx, this, Thread*, $sp)
    [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 903 * the method_idx. This wrapper will save arg1-arg3, load the caller's Method*, align the
920 jal \cxx_name # (method_idx, this, Thread*, $sp)
    [all...]

Completed in 2175 milliseconds

1 23