Home
last modified time | relevance | path

Searched refs:first_arg_reg (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc553 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) : in BuildQuickShadowFrameVisitor() argument
554 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {} in BuildQuickShadowFrameVisitor()
617 size_t first_arg_reg = code_item->registers_size_ - code_item->ins_size_; in artQuickToInterpreterBridge() local
622 shadow_frame, first_arg_reg); in artQuickToInterpreterBridge()