Lines Matching refs:codegen_
189 codegen_(codegen), in HGraphVisualizerPrinter()
193 codegen_.GetInstructionSet(), in HGraphVisualizerPrinter()
194 codegen_.GetAssembler().CodeBufferBaseAddress(), in HGraphVisualizerPrinter()
195 codegen_.GetAssembler().CodeBufferBaseAddress() in HGraphVisualizerPrinter()
196 + codegen_.GetAssembler().CodeSize()) in HGraphVisualizerPrinter()
286 codegen_.DumpCoreRegister(stream, location.reg()); in DumpLocation()
288 codegen_.DumpFloatingPointRegister(stream, location.reg()); in DumpLocation()
308 codegen_.DumpFloatingPointRegister(stream, location.low()); in DumpLocation()
310 codegen_.DumpFloatingPointRegister(stream, location.high()); in DumpLocation()
312 codegen_.DumpCoreRegister(stream, location.low()); in DumpLocation()
314 codegen_.DumpCoreRegister(stream, location.high()); in DumpLocation()
882 const CodeGenerator& codegen_; member in art::HGraphVisualizerPrinter
893 : output_(output), graph_(graph), codegen_(codegen) {} in HGraphVisualizer()
897 HGraphVisualizerPrinter printer(graph_, *output_, "", true, false, codegen_); in PrintHeader()
916 codegen_); in DumpGraph()
929 codegen_, in DumpGraphWithDisassembly()
930 codegen_.GetDisassemblyInformation()); in DumpGraphWithDisassembly()