OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMethodId
(Results
1 - 21
of
21
) sorted by null
/art/compiler/driver/
dex_compilation_unit.h
70
const DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
75
const DexFile::MethodId& method_id = dex_file_->
GetMethodId
(dex_method_idx_);
compiler_driver_test.cc
58
mid_ = env_->
GetMethodID
(class_, method, signature);
120
<< " " << dex->GetMethodDeclaringClassDescriptor(dex->
GetMethodId
(i))
121
<< " " << dex->GetMethodName(dex->
GetMethodId
(i));
124
<< dex->GetMethodDeclaringClassDescriptor(dex->
GetMethodId
(i))
125
<< " " << dex->GetMethodName(dex->
GetMethodId
(i));
154
jmethodID constructor = env_->
GetMethodID
(c_class, "<init>", "()V");
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/
dex_file_test.cc
158
const DexFile::MethodId& method_id = raw->
GetMethodId
(it.GetMemberIndex());
171
const DexFile::MethodId& method_id = raw->
GetMethodId
(it.GetMemberIndex());
184
const DexFile::MethodId& method_id = raw->
GetMethodId
(it.GetMemberIndex());
243
const DexFile::MethodId& to_find = java_lang_dex_file_->
GetMethodId
(i);
object_utils.h
421
return dex_file.GetMethodName(dex_file.
GetMethodId
(dex_method_idx));
441
const DexFile::MethodId& method_id = dex_file.
GetMethodId
(dex_method_idx);
449
result = dex_file.GetMethodShorty(dex_file.
GetMethodId
(method_->GetDexMethodIndex()),
467
return dex_file.GetMethodSignature(dex_file.
GetMethodId
(dex_method_idx));
475
return dex_file.GetMethodPrototype(dex_file.
GetMethodId
(method_->GetDexMethodIndex()));
485
const DexFile::MethodId& method_id = dex_file.
GetMethodId
(method_->GetDexMethodIndex());
493
const DexFile::MethodId& method_id = dex_file.
GetMethodId
(method_->GetDexMethodIndex());
512
return dex_file.GetMethodDeclaringClassDescriptor(dex_file.
GetMethodId
(dex_method_idx));
574
const DexFile::MethodId& mid = dex_file.
GetMethodId
(method_->GetDexMethodIndex());
576
dex_file.
GetMethodId
(other->method_->GetDexMethodIndex())
[
all
...]
dex_file_verifier.cc
[
all
...]
dex_file.cc
414
const DexFile::MethodId& method =
GetMethodId
(mid);
677
const char* descriptor = GetMethodDeclaringClassDescriptor(
GetMethodId
(method_idx));
687
DexFileParameterIterator it(*this, GetMethodPrototype(
GetMethodId
(method_idx)));
[
all
...]
dex_file.h
532
const MethodId&
GetMethodId
(uint32_t idx) const {
[
all
...]
utils.cc
383
const DexFile::MethodId& method_id = dex_file.
GetMethodId
(method_idx);
[
all
...]
class_linker.cc
[
all
...]
/art/compiler/jni/portable/
jni_compiler.cc
68
dex_file->
GetMethodId
(dex_compilation_unit_->GetDexMethodIndex());
/art/compiler/dex/quick/
codegen_util.cc
272
cu_->dex_file->
GetMethodId
(cu_->method_idx);
371
const DexFile::MethodId& id = cu_->dex_file->
GetMethodId
(target);
387
const DexFile::MethodId& id = cu_->dex_file->
GetMethodId
(target);
[
all
...]
gen_invoke.cc
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
220
dex_file.
GetMethodId
(method_idx).class_idx_,
/art/runtime/verifier/
method_verifier.cc
[
all
...]
/art/compiler/jni/quick/
jni_compiler.cc
62
const char* shorty = dex_file.GetMethodShorty(dex_file.
GetMethodId
(method_idx));
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
522
dex_file->GetMethodShorty(dex_file->
GetMethodId
(dex_method_idx), &shorty_len);
/art/compiler/dex/
mir_graph.cc
540
cu_->shorty = dex_file.GetMethodShorty(dex_file.
GetMethodId
(method_idx));
[
all
...]
/art/compiler/
image_writer.cc
709
const DexFile::MethodId& id = patch->GetDexFile().
GetMethodId
(patch->GetTargetMethodIdx());
/art/compiler/llvm/
gbc_expander.cc
[
all
...]
Completed in 283 milliseconds