Searched defs:shorty_len_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dreflection.cc45 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
110 for (size_t i = 1; i < shorty_len_; ++i) {
146 for (size_t i = 1, args_offset = 0; i < shorty_len_; ++i, ++args_offset) {
189 for (size_t i = 1; i < shorty_len_; ++i) {
237 for (size_t i = 1, args_offset = 0; i < shorty_len_; ++i, ++args_offset) {
360 const uint32_t shorty_len_; member in class:art::__anon174::ArgArray
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc407 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
510 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) {
625 const uint32_t shorty_len_; member in class:art::QuickArgumentVisitor

Completed in 168 milliseconds