/art/compiler/dex/quick/mips/ |
call_mips.cc | 282 StoreBaseIndexed(reg_card_base, reg_card_no, reg_card_base, 0, kUnsignedByte);
|
codegen_mips.h | 43 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
|
utility_mips.cc | 409 LIR* MipsMir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, 448 LOG(FATAL) << "Bad case in StoreBaseIndexed";
|
int_mips.cc | 620 StoreBaseIndexed(reg_ptr, rl_index.reg, rl_src.reg, scale, size);
|
/art/compiler/dex/quick/x86/ |
call_x86.cc | 199 StoreBaseIndexed(reg_card_base, reg_card_no, reg_card_base, 0, kUnsignedByte);
|
codegen_x86.h | 80 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale, [all...] |
utility_x86.cc | 865 LIR* X86Mir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, [all...] |
/art/compiler/dex/quick/arm64/ |
utility_arm64.cc | [all...] |
call_arm64.cc | 297 StoreBaseIndexed(reg_card_base, reg_card_no, As32BitReg(reg_card_base),
|
codegen_arm64.h | 89 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
|
int_arm64.cc | 862 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, kSignedHalf); 870 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, k32); 879 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, k64) [all...] |
/art/compiler/dex/quick/arm/ |
codegen_arm.h | 43 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
|
call_arm.cc | 333 StoreBaseIndexed(reg_card_base, reg_card_no, reg_card_base, 0, kUnsignedByte);
|
utility_arm.cc | 758 LIR* ArmMir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, [all...] |
int_arm.cc | [all...] |
/art/compiler/dex/quick/ |
mir_to_lir.h | [all...] |
gen_invoke.cc | [all...] |
gen_common.cc | 479 StoreBaseIndexed(r_dst, r_idx, r_val, 2, k32); [all...] |