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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc658 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) :
659 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
804 size_t first_arg_reg = accessor.RegistersSize() - accessor.InsSize(); local
806 shadow_frame, first_arg_reg);
657 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) argument

Completed in 26 milliseconds