HomeSort by relevance Sort by last modified time
    Searched refs:CodeGeneratorX86_64 (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_x86_64.h 57 class CodeGeneratorX86_64;
61 ParallelMoveResolverX86_64(ArenaAllocator* allocator, CodeGeneratorX86_64* codegen)
77 CodeGeneratorX86_64* const codegen_;
84 LocationsBuilderX86_64(HGraph* graph, CodeGeneratorX86_64* codegen)
95 CodeGeneratorX86_64* const codegen_;
103 InstructionCodeGeneratorX86_64(HGraph* graph, CodeGeneratorX86_64* codegen);
118 CodeGeneratorX86_64* const codegen_;
123 class CodeGeneratorX86_64 : public CodeGenerator {
125 explicit CodeGeneratorX86_64(HGraph* graph);
126 virtual ~CodeGeneratorX86_64() {}
    [all...]
code_generator_x86_64.cc 106 CodeGeneratorX86_64* x64_codegen = reinterpret_cast<CodeGeneratorX86_64*>(codegen);
141 void CodeGeneratorX86_64::DumpCoreRegister(std::ostream& stream, int reg) const {
145 void CodeGeneratorX86_64::DumpFloatingPointRegister(std::ostream& stream, int reg) const {
149 CodeGeneratorX86_64::CodeGeneratorX86_64(HGraph* graph)
155 size_t CodeGeneratorX86_64::FrameEntrySpillSize() const {
160 CodeGeneratorX86_64* codegen)
165 ManagedRegister CodeGeneratorX86_64::AllocateFreeRegister(Primitive::Type type,
190 void CodeGeneratorX86_64::SetupBlockedRegisters(bool* blocked_registers) const
    [all...]
code_generator.cc 268 return new (allocator) x86_64::CodeGeneratorX86_64(graph);

Completed in 51 milliseconds