Searched refs:CodeGeneratorX86 (Results 1 - 3 of 3) sorted by path

/art/compiler/optimizing/
H A Dcode_generator.cc265 return new (allocator) x86::CodeGeneratorX86(graph);
H A Dcode_generator_x86.cc100 CodeGeneratorX86* x86_codegen = reinterpret_cast<CodeGeneratorX86*>(codegen);
134 void CodeGeneratorX86::DumpCoreRegister(std::ostream& stream, int reg) const {
138 void CodeGeneratorX86::DumpFloatingPointRegister(std::ostream& stream, int reg) const {
142 CodeGeneratorX86::CodeGeneratorX86(HGraph* graph) function in class:art::x86::CodeGeneratorX86
148 size_t CodeGeneratorX86::FrameEntrySpillSize() const {
156 ManagedRegister CodeGeneratorX86::AllocateFreeRegister(Primitive::Type type,
211 void CodeGeneratorX86::SetupBlockedRegisters(bool* blocked_registers) const {
230 size_t CodeGeneratorX86
[all...]
H A Dcode_generator_x86.h30 class CodeGeneratorX86;
65 ParallelMoveResolverX86(ArenaAllocator* allocator, CodeGeneratorX86* codegen)
80 CodeGeneratorX86* const codegen_;
87 LocationsBuilderX86(HGraph* graph, CodeGeneratorX86* codegen)
98 CodeGeneratorX86* const codegen_;
106 InstructionCodeGeneratorX86(HGraph* graph, CodeGeneratorX86* codegen);
121 CodeGeneratorX86* const codegen_;
126 class CodeGeneratorX86 : public CodeGenerator { class in namespace:art::x86
128 explicit CodeGeneratorX86(HGraph* graph);
129 virtual ~CodeGeneratorX86() {}
[all...]

Completed in 38 milliseconds