Searched refs:first_arg_reg (Results 1 – 3 of 3) sorted by relevance
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 284 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()
|
D | dexanalyze_bytecode.cc | 265 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/ |
D | quick_trampoline_entrypoints.cc | 621 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) : in BuildQuickShadowFrameVisitor() argument 622 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {} in BuildQuickShadowFrameVisitor() 768 size_t first_arg_reg = accessor.RegistersSize() - accessor.InsSize(); in artQuickToInterpreterBridge() local 770 shadow_frame, first_arg_reg); in artQuickToInterpreterBridge()
|