OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dex_method_index
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
method_reference.h
29
MethodReference(const DexFile* file, uint32_t index) : dex_file(file),
dex_method_index
(index) {
32
uint32_t
dex_method_index
;
member in struct:art::MethodReference
38
return mr1.
dex_method_index
< mr2.
dex_method_index
;
/art/compiler/dex/quick/
gen_invoke.cc
351
target_method.
dex_method_index
, 0);
353
data_target = cg->AddWordData(&cg->code_literal_list_, target_method.
dex_method_index
);
365
target_method.
dex_method_index
, 0);
367
data_target = cg->AddWordData(&cg->method_literal_list_, target_method.
dex_method_index
);
394
target_method.
dex_method_index
, 0);
396
data_target = cg->AddWordData(&cg->code_literal_list_, target_method.
dex_method_index
);
409
(target_method.
dex_method_index
* 4),
508
target_method.
dex_method_index
, 0);
511
target_method.
dex_method_index
);
542
(target_method.
dex_method_index
* 4)
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
/art/compiler/llvm/
gbc_expander.cc
858
EmitCallRuntimeForCalleeMethodObjectAddr(target_method.
dex_method_index
, invoke_type,
[
all
...]
/art/runtime/verifier/
method_verifier.cc
[
all
...]
Completed in 530 milliseconds