OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shorty_index
(Results
1 - 3
of
3
) sorted by null
/art/runtime/arch/arm/
quick_entrypoints_cc_arm.cc
44
for (uint32_t
shorty_index
= 1; shorty[
shorty_index
] != '\0'; ++
shorty_index
, ++arg_index) {
45
char arg_type = shorty[
shorty_index
];
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
473
for (uint32_t
shorty_index
= 1;
shorty_index
< shorty_len_; ++
shorty_index
) {
474
cur_type_ = Primitive::GetType(shorty_[
shorty_index
]);
[
all
...]
/art/compiler/optimizing/
instruction_builder.cc
1388
uint32_t
shorty_index
= 1; \/\/ Skip the return type.
local
[
all
...]
Completed in 205 milliseconds