HomeSort by relevance Sort by last modified time
    Searched defs:StoreBaseIndexedDisp (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/mips/
utility_mips.cc 645 LIR* MipsMir2Lir::StoreBaseIndexedDisp(int rBase, int r_index, int scale, int displacement,
647 LOG(FATAL) << "Unexpected use of StoreBaseIndexedDisp for MIPS";
  /art/compiler/dex/quick/x86/
utility_x86.cc 462 LIR* X86Mir2Lir::StoreBaseIndexedDisp(int rBase, int r_index, int scale,
545 return StoreBaseIndexedDisp(rBase, r_index, scale, 0,
551 return StoreBaseIndexedDisp(rBase, INVALID_REG, 0,
558 return StoreBaseIndexedDisp(rBase, INVALID_REG, 0, displacement,
  /art/compiler/dex/quick/arm/
utility_arm.cc 1042 LIR* ArmMir2Lir::StoreBaseIndexedDisp(int rBase, int r_index, int scale,
1045 LOG(FATAL) << "Unexpected use of StoreBaseIndexedDisp for Arm";

Completed in 45 milliseconds