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

  /art/compiler/optimizing/
code_generator_arm.h 28 class CodeGeneratorARM;
65 ParallelMoveResolverARM(ArenaAllocator* allocator, CodeGeneratorARM* codegen)
79 CodeGeneratorARM* const codegen_;
86 explicit LocationsBuilderARM(HGraph* graph, CodeGeneratorARM* codegen)
97 CodeGeneratorARM* const codegen_;
105 InstructionCodeGeneratorARM(HGraph* graph, CodeGeneratorARM* codegen);
119 CodeGeneratorARM* const codegen_;
124 class CodeGeneratorARM : public CodeGenerator {
126 explicit CodeGeneratorARM(HGraph* graph);
127 virtual ~CodeGeneratorARM() { }
    [all...]
code_generator_arm.cc 101 CodeGeneratorARM* arm_codegen = reinterpret_cast<CodeGeneratorARM*>(codegen);
151 void CodeGeneratorARM::DumpCoreRegister(std::ostream& stream, int reg) const {
155 void CodeGeneratorARM::DumpFloatingPointRegister(std::ostream& stream, int reg) const {
159 CodeGeneratorARM::CodeGeneratorARM(HGraph* graph)
166 size_t CodeGeneratorARM::FrameEntrySpillSize() const {
174 ManagedRegister CodeGeneratorARM::AllocateFreeRegister(Primitive::Type type,
228 void CodeGeneratorARM::SetupBlockedRegisters(bool* blocked_registers) const {
258 size_t CodeGeneratorARM::GetNumberOfRegisters() const
    [all...]
code_generator.cc 260 return new (allocator) arm::CodeGeneratorARM(graph);

Completed in 194 milliseconds