Home
last modified time | relevance | path

Searched refs:patched_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.h36 DCHECK_EQ(patched_, false); in ImplicitlyAdvancePC()
48 patched_(false) { in LazyDebugFrameOpCodeWriter()
61 bool patched_; variable
Dlazy_debug_frame_opcode_writer.cc28 if (!patched_) { in Patch()
29 patched_ = true; in Patch()
/art/compiler/
Delf_builder.h166 patched_(false), patch_(patch), patch_base_section_(patch_base_section) { in Section()
179 DCHECK(!patched_); // Do not patch twice. in Write()
186 patched_ = true; in Write()
210 bool patched_; variable