OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMethodId
(Results
1 - 25
of
28
) sorted by null
1
2
/art/runtime/
method_helper-inl.h
31
const DexFile::MethodId& mid = dex_file->
GetMethodId
(GetMethod()->GetDexMethodIndex());
34
dex_file->
GetMethodId
(other->GetMethod()->GetDexMethodIndex());
39
other_dex_file->
GetMethodId
(other->GetMethod()->GetDexMethodIndex());
59
const DexFile::MethodId& method_id = dex_file->
GetMethodId
(method->GetDexMethodIndex());
method_helper.cc
32
const DexFile::MethodId& method_id = dex_file->
GetMethodId
(dex_method_idx);
72
const DexFile::MethodId& mid = dexfile->
GetMethodId
(method->GetDexMethodIndex());
111
const DexFile::MethodId& mid = dexfile->
GetMethodId
(dex_method_idx);
112
const DexFile::MethodId& name_and_sig_mid = other_dexfile.
GetMethodId
(name_and_signature_idx);
dex_file_test.cc
244
const DexFile::MethodId& method_id = raw->
GetMethodId
(it.GetMemberIndex());
255
const DexFile::MethodId& method_id = raw->
GetMethodId
(it.GetMemberIndex());
266
const DexFile::MethodId& method_id = raw->
GetMethodId
(it.GetMemberIndex());
323
const DexFile::MethodId& to_find = java_lang_dex_file_->
GetMethodId
(i);
dex_file.cc
528
const DexFile::MethodId& method =
GetMethodId
(mid);
772
const char* descriptor = GetMethodDeclaringClassDescriptor(
GetMethodId
(method_idx));
782
DexFileParameterIterator it(*this, GetMethodPrototype(
GetMethodId
(method_idx)));
[
all
...]
dex_file.h
588
const MethodId&
GetMethodId
(uint32_t idx) const {
[
all
...]
class_linker.cc
[
all
...]
utils.cc
395
const DexFile::MethodId& method_id = dex_file.
GetMethodId
(method_idx);
[
all
...]
/art/compiler/driver/
dex_compilation_unit.h
72
const DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
77
const DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
compiler_driver_test.cc
61
mid_ = env_->
GetMethodID
(class_, method, signature);
126
<< " " << dex->GetMethodDeclaringClassDescriptor(dex->
GetMethodId
(i))
127
<< " " << dex->GetMethodName(dex->
GetMethodId
(i));
130
<< dex->GetMethodDeclaringClassDescriptor(dex->
GetMethodId
(i))
131
<< " " << dex->GetMethodName(dex->
GetMethodId
(i));
135
<< dex->GetMethodDeclaringClassDescriptor(dex->
GetMethodId
(i))
136
<< " " << dex->GetMethodName(dex->
GetMethodId
(i));
168
jmethodID constructor = env_->
GetMethodID
(c_class, "<init>", "()V");
compiler_driver-inl.h
49
mUnit->GetDexFile()->
GetMethodId
(mUnit->GetDexMethodIndex());
compiler_driver.cc
[
all
...]
/art/compiler/sea_ir/types/
type_inference.cc
42
const art::DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
52
const art::DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
58
const art::DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
90
dex_file_->GetMethodPrototype(dex_file_->
GetMethodId
(dex_method_idx_));
/art/runtime/mirror/
art_method-inl.h
423
return dex_file->GetMethodDeclaringClassDescriptor(dex_file->
GetMethodId
(dex_method_idx));
429
return dex_file->GetMethodShorty(dex_file->
GetMethodId
(method->GetDexMethodIndex()), out_length);
437
return dex_file->GetMethodSignature(dex_file->
GetMethodId
(dex_method_idx));
447
return dex_file->GetMethodName(dex_file->
GetMethodId
(dex_method_idx));
486
return dex_file->GetMethodPrototype(dex_file->
GetMethodId
(method->GetDexMethodIndex()));
493
dex_file->
GetMethodId
(method->GetDexMethodIndex()));
513
const DexFile::MethodId& method_id = dex_file->
GetMethodId
(method->GetDexMethodIndex());
class-inl.h
288
uint32_t class_idx = referrer_dex_cache->GetDexFile()->
GetMethodId
(method_idx).class_idx_;
/art/compiler/jni/portable/
jni_compiler.cc
68
dex_file->
GetMethodId
(dex_compilation_unit_->GetDexMethodIndex());
/art/runtime/verifier/
method_verifier.cc
[
all
...]
/art/compiler/
elf_patcher.cc
155
cpatch->GetTargetDexFile()->
GetMethodId
(cpatch->GetTargetMethodIdx());
/art/runtime/quick/
inline_method_analyser.cc
139
const DexFile::MethodId& method_id = ref.dex_file->
GetMethodId
(ref.dex_method_index);
/art/compiler/dex/
frontend.cc
570
const char* shorty = dex_file.GetMethodShorty(dex_file.
GetMethodId
(method_idx));
605
dex_file.
GetMethodId
(invoke_method_idx));
mir_graph.cc
693
cu_->shorty = dex_file.GetMethodShorty(dex_file.
GetMethodId
(method_idx));
[
all
...]
/art/compiler/dex/quick/
codegen_util.cc
344
cu_->dex_file->
GetMethodId
(cu_->method_idx);
475
const DexFile::MethodId& target_method_id = target_dex_file->
GetMethodId
(target_method_idx);
493
const DexFile::MethodId& target_method_id = target_dex_file->
GetMethodId
(target_method_idx);
[
all
...]
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
[
all
...]
/art/compiler/jni/quick/
jni_compiler.cc
64
const char* shorty = dex_file.GetMethodShorty(dex_file.
GetMethodId
(method_idx));
/art/runtime/native/
dalvik_system_VMRuntime.cc
309
const DexFile::MethodId& method_id = dex_file->
GetMethodId
(method_idx);
/art/compiler/optimizing/
builder.cc
328
const DexFile::MethodId& method_id = dex_file_->
GetMethodId
(method_idx);
Completed in 340 milliseconds
1
2