Searched defs:RawLIR (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir-inl.h46 inline LIR* Mir2Lir::RawLIR(DexOffset dalvik_offset, int opcode, int op0, function in class:art::Mir2Lir
76 LIR* insn = RawLIR(current_dalvik_offset_, opcode);
86 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest);
96 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1);
106 LIR* insn = RawLIR(current_dalvik_offset_, opcode, src, info);
116 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2);
126 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info);
137 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info1, info2);

Completed in 53 milliseconds