Lines Matching refs:codegen_
192 codegen_(codegen), in HGraphVisualizerPrinter()
196 codegen_.GetInstructionSet(), in HGraphVisualizerPrinter()
197 codegen_.GetAssembler().CodeBufferBaseAddress(), in HGraphVisualizerPrinter()
198 codegen_.GetAssembler().CodeBufferBaseAddress() in HGraphVisualizerPrinter()
199 + codegen_.GetAssembler().CodeSize()) in HGraphVisualizerPrinter()
289 codegen_.DumpCoreRegister(stream, location.reg()); in DumpLocation()
291 codegen_.DumpFloatingPointRegister(stream, location.reg()); in DumpLocation()
311 codegen_.DumpFloatingPointRegister(stream, location.low()); in DumpLocation()
313 codegen_.DumpFloatingPointRegister(stream, location.high()); in DumpLocation()
315 codegen_.DumpCoreRegister(stream, location.low()); in DumpLocation()
317 codegen_.DumpCoreRegister(stream, location.high()); in DumpLocation()
885 const CodeGenerator& codegen_; member in art::HGraphVisualizerPrinter
896 : output_(output), graph_(graph), codegen_(codegen) {} in HGraphVisualizer()
900 HGraphVisualizerPrinter printer(graph_, *output_, "", true, false, codegen_); in PrintHeader()
919 codegen_); in DumpGraph()
932 codegen_, in DumpGraphWithDisassembly()
933 codegen_.GetDisassemblyInformation()); in DumpGraphWithDisassembly()