Lines Matching refs:args

85 // Note that you cannot use register corresponding to incoming args
1106 RegLocation rl_src = info->args[0];
1107 RegLocation rl_srcPos = info->args[1];
1108 RegLocation rl_dst = info->args[2];
1109 RegLocation rl_dstPos = info->args[3];
1110 RegLocation rl_length = info->args[4];
1241 RegLocation rl_obj = info->args[0];
1242 RegLocation rl_char = info->args[1];
1336 rl_start = info->args[2];
1791 uint32_t *args = mir->dalvikInsn.arg;
1794 if (args[0] == 0 && args[1] == 0 && args[2] == 0 && args[3] == 0) {
2349 int *args = reinterpret_cast<int*>(mir->dalvikInsn.arg);
2351 if (args[0] == p->operands[0] && args[1] == p->operands[1] &&
2352 args[2] == p->operands[2] && args[3] == p->operands[3]) {
2361 int *args = reinterpret_cast<int*>(mir->dalvikInsn.arg);
2362 new_value->operands[0] = args[0];
2363 new_value->operands[1] = args[1];
2364 new_value->operands[2] = args[2];
2365 new_value->operands[3] = args[3];
2375 // ------------ ABI support: mapping of args to physical registers -------------
2417 // We covered 2 args, so skip the next one
2457 // ---------End of ABI support: mapping of args to physical registers -------------
2578 * Pass args 3-18 using vldm/vstm block copy
2581 * Pass args arg19+ using memcpy block copy
2606 in_to_reg_storage_mapping.Initialize(info->args, info->num_arg_words, &mapper);
2609 info->args[last_mapped_in].wide ? 2 : 1;
2616 // Scan the rest of the args - if in phys_reg flush to memory
2618 RegLocation loc = info->args[next_arg];
2640 int start_offset = SRegOffset(info->args[last_mapped_in + size_of_the_last_mapped].s_reg_low);
2758 RegLocation rl_arg = info->args[i];
2793 RegLocation rl_arg = info->args[i];
2838 RegLocation rl_obj = info->args[0];
2839 RegLocation rl_idx = info->args[1];