Searched refs:StoreRefIndexed (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 91 LIR* StoreRefIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, int scale) OVERRIDE;
|
D | utility_arm64.cc | 1187 LIR* Arm64Mir2Lir::StoreRefIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, in StoreRefIndexed() function in art::Arm64Mir2Lir
|
D | int_arm64.cc | 1281 StoreRefIndexed(reg_ptr, As64BitReg(rl_index.reg), rl_src.reg, scale); in GenArrayPut()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1036 virtual LIR* StoreRefIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_src, in StoreRefIndexed() function
|
D | gen_invoke.cc | 1678 StoreRefIndexed(rl_object.reg, rl_offset.reg, rl_value.reg, 0); in GenInlinedUnsafePut()
|