HomeSort by relevance Sort by last modified time
    Searched refs:OpVstm (Results 1 - 8 of 8) sorted by null

  /art/compiler/dex/quick/mips/
codegen_mips.h 159 LIR* OpVstm(int rBase, int count);
int_mips.cc 281 LIR* MipsMir2Lir::OpVstm(int rBase, int count) {
282 LOG(FATAL) << "Unexpected use of OpVstm for Mips";
  /art/compiler/dex/quick/arm/
codegen_arm.h 158 LIR* OpVstm(int rBase, int count);
int_arm.cc 572 LIR* ArmMir2Lir::OpVstm(int rBase, int count) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 159 LIR* OpVstm(int rBase, int count);
int_x86.cc 262 LIR* X86Mir2Lir::OpVstm(int rBase, int count) {
263 LOG(FATAL) << "Unexpected use of OpVstm for x86";
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
gen_invoke.cc     [all...]

Completed in 49 milliseconds