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

/art/compiler/dex/quick/
H A Dmir_to_lir-inl.h44 inline LIR* Mir2Lir::RawLIR(DexOffset dalvik_offset, int opcode, int op0, function in class:art::Mir2Lir
74 LIR* insn = RawLIR(current_dalvik_offset_, opcode);
84 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest);
94 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1);
104 LIR* insn = RawLIR(current_dalvik_offset_, opcode, src, info);
114 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2);
124 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info);
135 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info1, info2);

Completed in 18 milliseconds