Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc284 uint32_t first_arg_reg, in ProcessDexFile()
293 ++stats->receiver_[(receiver - first_arg_reg) & 0xF]; in ProcessDexFile()
294 if (first_arg_reg == receiver) { in ProcessDexFile()
314 const uint32_t first_arg_reg = in ProcessDexFile() local
337 inst.Inst(), first_arg_reg, instance_field_index_map_, &iget_stats_); in ProcessDexFile()
348 inst.Inst(), first_arg_reg, instance_field_index_map_, &iput_stats_); in ProcessDexFile()
Ddexanalyze_bytecode.cc265 uint32_t first_arg_reg = code_item.RegistersSize() - code_item.InsSize(); in ProcessCodeItem() local
268 first_arg_reg == receiver && in ProcessCodeItem()
372 const uint32_t first_arg_reg = code_item.RegistersSize() - code_item.InsSize(); in ProcessCodeItem() local
409 if (args[i] == first_arg_reg) { in ProcessCodeItem()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc536 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) : in BuildQuickShadowFrameVisitor() argument
537 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {} in BuildQuickShadowFrameVisitor()
683 size_t first_arg_reg = accessor.RegistersSize() - accessor.InsSize(); in artQuickToInterpreterBridge() local
685 shadow_frame, first_arg_reg); in artQuickToInterpreterBridge()