Searched refs:DumpFloatingPointRegister (Results 1 – 13 of 13) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 291 codegen_.DumpFloatingPointRegister(stream, location.reg()); in DumpLocation() 311 codegen_.DumpFloatingPointRegister(stream, location.low()); in DumpLocation() 313 codegen_.DumpFloatingPointRegister(stream, location.high()); in DumpLocation()
|
D | register_allocator.cc | 175 codegen.DumpFloatingPointRegister(message, current->GetRegister()); in ValidateIntervals()
|
D | ssa_liveness_analysis.cc | 320 codegen.DumpFloatingPointRegister(stream, GetRegister()); in DumpWithContext()
|
D | code_generator_x86_64.h | 377 void DumpFloatingPointRegister(std::ostream& stream, int reg) const override;
|
D | code_generator_x86.h | 393 void DumpFloatingPointRegister(std::ostream& stream, int reg) const override;
|
D | code_generator.h | 270 virtual void DumpFloatingPointRegister(std::ostream& stream, int reg) const = 0;
|
D | code_generator_arm_vixl.h | 473 void DumpFloatingPointRegister(std::ostream& stream, int reg) const override;
|
D | code_generator_arm64.h | 487 void DumpFloatingPointRegister(std::ostream& stream, int reg) const override;
|
D | register_allocator_linear_scan.cc | 468 codegen_->DumpFloatingPointRegister(stream, interval->GetRegister()); in DumpInterval()
|
D | code_generator_arm64.cc | 1352 void CodeGeneratorARM64::DumpFloatingPointRegister(std::ostream& stream, int reg) const { in DumpFloatingPointRegister() function in art::arm64::CodeGeneratorARM64
|
D | code_generator_x86_64.cc | 1233 void CodeGeneratorX86_64::DumpFloatingPointRegister(std::ostream& stream, int reg) const { in DumpFloatingPointRegister() function in art::x86_64::CodeGeneratorX86_64
|
D | code_generator_x86.cc | 968 void CodeGeneratorX86::DumpFloatingPointRegister(std::ostream& stream, int reg) const { in DumpFloatingPointRegister() function in art::x86::CodeGeneratorX86
|
D | code_generator_arm_vixl.cc | 1019 void CodeGeneratorARMVIXL::DumpFloatingPointRegister(std::ostream& stream, int reg) const { in DumpFloatingPointRegister() function in art::arm::CodeGeneratorARMVIXL
|