Home
last modified time | relevance | path

Searched refs:StoreBaseIndexed (Results 1 – 18 of 18) sorted by relevance

/art/compiler/dex/quick/mips/
Dcall_mips.cc233 StoreBaseIndexed(reg_card_base, reg_card_no, As32BitReg(reg_card_base), 0, kUnsignedByte); in UnconditionallyMarkGCCard()
238 StoreBaseIndexed(reg_card_base, reg_card_no, reg_card_base, 0, kUnsignedByte); in UnconditionallyMarkGCCard()
Dcodegen_mips.h92 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
Dint_mips.cc818 StoreBaseIndexed(reg_ptr, rl_index.reg, rl_src.reg, scale, size); in GenArrayPut()
Dutility_mips.cc643 LIR* MipsMir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, in StoreBaseIndexed() function in art::MipsMir2Lir
/art/compiler/dex/quick/x86/
Dcall_x86.cc143 StoreBaseIndexed(reg_card_base, reg_card_no, reg_card_base, 0, kUnsignedByte); in UnconditionallyMarkGCCard()
Dcodegen_x86.h101 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
Dutility_x86.cc905 LIR* X86Mir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, in StoreBaseIndexed() function in art::X86Mir2Lir
/art/compiler/dex/quick/arm64/
Dint_arm64.cc896 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, kSignedHalf); in GenInlinedArrayCopyCharArray()
903 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, k32); in GenInlinedArrayCopyCharArray()
912 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, k64); in GenInlinedArrayCopyCharArray()
1331 StoreBaseIndexed(reg_ptr, rl_index.reg, rl_src.reg, scale, size); in GenArrayPut()
Dcall_arm64.cc280 StoreBaseIndexed(reg_card_base, reg_card_no, As32BitReg(reg_card_base), in UnconditionallyMarkGCCard()
Dutility_arm64.cc1109 LIR* Arm64Mir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, in StoreBaseIndexed() function in art::Arm64Mir2Lir
1348 store = StoreBaseIndexed(r_base, r_scratch, in StoreBaseDispBody()
Dcodegen_arm64.h75 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
/art/compiler/dex/quick/arm/
Dcodegen_arm.h79 LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale,
Dutility_arm.cc814 LIR* ArmMir2Lir::StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, in StoreBaseIndexed() function in art::ArmMir2Lir
1159 store = StoreBaseIndexed(r_base, r_scratch, r_src, scale, size); in StoreBaseDispBody()
Dint_arm.cc1058 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, kSignedHalf); in GenInlinedArrayCopyCharArray()
1065 StoreBaseIndexed(rs_dst, rs_length, rs_tmp, 0, k32); in GenInlinedArrayCopyCharArray()
1538 StoreBaseIndexed(reg_ptr, rl_index.reg, rl_src.reg, scale, size); in GenArrayPut()
Dcall_arm.cc354 StoreBaseIndexed(reg_card_base, reg_card_no, reg_card_base, 0, kUnsignedByte); in UnconditionallyMarkGCCard()
/art/compiler/dex/quick/
Dmir_to_lir.h1015 return StoreBaseIndexed(r_base, r_index, r_src, scale, kReference); in StoreRefIndexed()
1159 virtual LIR* StoreBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src,
Dgen_invoke.cc1507 StoreBaseIndexed(rl_object.reg, rl_offset.reg, rl_value.reg, 0, k64); in GenInlinedUnsafePut()
1519 StoreBaseIndexed(rl_object.reg, rl_offset.reg, rl_value.reg, 0, k32); in GenInlinedUnsafePut()
Dgen_common.cc618 StoreBaseIndexed(r_dst, r_idx, r_val, 2, k32); in GenFilledNewArray()