Searched defs:CodeGeneratorARM (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h28 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 { class in namespace:art::arm
126 explicit CodeGeneratorARM(HGraph* graph);
127 virtual ~CodeGeneratorARM() { }
[all...]
H A Dcode_generator_arm.cc101 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) function in class:art::arm::CodeGeneratorARM
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
[all...]

Completed in 45 milliseconds