HomeSort by relevance Sort by last modified time
    Searched refs:first_arg_reg (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 151 ShadowFrame& sf, size_t first_arg_reg) :
152 PortableArgumentVisitor(caller_mh, sp), sf_(sf), cur_reg_(first_arg_reg) { }
205 size_t first_arg_reg = code_item->registers_size_ - code_item->ins_size_; local
207 *shadow_frame, first_arg_reg);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 418 size_t first_arg_reg) :
419 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
483 size_t first_arg_reg = code_item->registers_size_ - code_item->ins_size_; local
487 shadow_frame, first_arg_reg);
    [all...]

Completed in 81 milliseconds