Home
last modified time | relevance | path

Searched refs:last_lir_insn (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.h43 explicit LazyDebugFrameOpCodeWriter(LIR** last_lir_insn, bool enable_writes, in LazyDebugFrameOpCodeWriter() argument
46 last_lir_insn_(last_lir_insn), in LazyDebugFrameOpCodeWriter()
54 LIR* last_lir_insn; member
Dlazy_debug_frame_opcode_writer.cc44 LIR* next_lir = NEXT_LIR(advance.last_lir_insn); in Patch()