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.cc658 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) : in BuildQuickShadowFrameVisitor() argument
659 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {} in BuildQuickShadowFrameVisitor()
804 size_t first_arg_reg = accessor.RegistersSize() - accessor.InsSize(); in artQuickToInterpreterBridge() local
806 shadow_frame, first_arg_reg); in artQuickToInterpreterBridge()