HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodId (Results 26 - 50 of 51) sorted by null

12 3

  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 148 GetMethodID(jni_, j_class_, name, signature),
156 jmethodID JavaClass::GetMethodId(
158 return GetMethodID(jni_, j_class_, name, signature);
  /art/dexdump/
dexdump_cfg.cc 361 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
  /art/runtime/verifier/
verifier_deps.cc 141 dex_file.GetMethodId(dex_method_index).class_idx_,
824 const DexFile::MethodId& method_id = dex_file.GetMethodId(method.GetDexMethodIndex());
    [all...]
method_verifier.cc 734 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 85 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_index);
502 referrer->GetDexFile()->GetMethodId(method_idx).class_idx_;
684 dex::TypeIndex method_type_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
    [all...]
  /art/dexlayout/
dex_ir.h 234 MethodId* GetMethodId(uint32_t index) {
624 const MethodId* GetMethodId() const { return method_id_; }
675 MethodId* GetMethodId() const { return u_.method_val_; }
    [all...]
  /art/runtime/
dex_file.cc 748 const DexFile::MethodId& method = GetMethodId(mid);
    [all...]
class_linker_test.cc     [all...]
dex_file.h 662 const MethodId& GetMethodId(uint32_t idx) const {
    [all...]
class_linker.cc     [all...]
dex_file_verifier.cc 188 return &dex_file_->GetMethodId(idx);
    [all...]
  /art/runtime/mirror/
class.cc 461 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
579 DCHECK_EQ(dex_type_idx_, GetDexFile().GetMethodId(dex_method_idx).class_idx_.index_);
588 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
614 const DexFile::MethodId& cmp_method_id = dex_file.GetMethodId(method.GetDexMethodIndex());
    [all...]
class-inl.h 461 dex::TypeIndex class_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 141 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index);
  /art/compiler/dex/
inline_method_analyser.cc 512 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index);
  /art/compiler/jni/quick/
jni_compiler.cc 129 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
    [all...]
  /art/profman/
profman.cc 486 const DexFile::MethodId& id = dex_file->GetMethodId(dex_method_idx);
    [all...]
  /art/runtime/interpreter/
interpreter.cc 479 const DexFile::MethodId& method_id = dex_file->GetMethodId(callee_method_idx);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 386 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx);
  /art/compiler/
verifier_deps_test.cc 385 const DexFile::MethodId& method_id = dex_dep.first->GetMethodId(entry.GetDexMethodIndex());
    [all...]
image_writer.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 457 dex_file_->GetMethodId(dex_compilation_unit_->GetDexMethodIndex());
752 dex_compilation_unit_->GetDexFile()->GetMethodId(method_idx).class_idx_,
    [all...]
nodes.cc 532 const DexFile::MethodId& method_id = dex_file_.GetMethodId(method_idx_);
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc 614 const art::DexFile::MethodId& new_method_id = dex_file_->GetMethodId(new_iter.GetMemberIndex());
    [all...]

Completed in 563 milliseconds

12 3