Lines Matching refs:CodeGeneratorARM

64     CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen);  in EmitNativeCode()
80 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
97 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
140 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
177 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
223 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
259 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
307 CodeGeneratorARM* arm_codegen = down_cast<CodeGeneratorARM*>(codegen); in EmitNativeCode()
349 void CodeGeneratorARM::DumpCoreRegister(std::ostream& stream, int reg) const { in DumpCoreRegister()
353 void CodeGeneratorARM::DumpFloatingPointRegister(std::ostream& stream, int reg) const { in DumpFloatingPointRegister()
357 size_t CodeGeneratorARM::SaveCoreRegister(size_t stack_index, uint32_t reg_id) { in SaveCoreRegister()
362 size_t CodeGeneratorARM::RestoreCoreRegister(size_t stack_index, uint32_t reg_id) { in RestoreCoreRegister()
367 size_t CodeGeneratorARM::SaveFloatingPointRegister(size_t stack_index, uint32_t reg_id) { in SaveFloatingPointRegister()
372 size_t CodeGeneratorARM::RestoreFloatingPointRegister(size_t stack_index, uint32_t reg_id) { in RestoreFloatingPointRegister()
377 CodeGeneratorARM::CodeGeneratorARM(HGraph* graph, in CodeGeneratorARM() function in art::arm::CodeGeneratorARM
399 Location CodeGeneratorARM::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister()
450 void CodeGeneratorARM::SetupBlockedRegisters(bool is_baseline) const { in SetupBlockedRegisters()
480 void CodeGeneratorARM::UpdateBlockedPairRegisters() const { in UpdateBlockedPairRegisters()
491 InstructionCodeGeneratorARM::InstructionCodeGeneratorARM(HGraph* graph, CodeGeneratorARM* codegen) in InstructionCodeGeneratorARM()
496 void CodeGeneratorARM::ComputeSpillMask() { in ComputeSpillMask()
525 void CodeGeneratorARM::GenerateFrameEntry() { in GenerateFrameEntry()
559 void CodeGeneratorARM::GenerateFrameExit() { in GenerateFrameExit()
579 void CodeGeneratorARM::Bind(HBasicBlock* block) { in Bind()
583 Location CodeGeneratorARM::GetStackLocation(HLoadLocal* load) const { in GetStackLocation()
711 void CodeGeneratorARM::Move32(Location destination, Location source) { in Move32()
745 void CodeGeneratorARM::Move64(Location destination, Location source) { in Move64()
803 void CodeGeneratorARM::Move(HInstruction* instruction, Location location, HInstruction* move_for) { in Move()
887 void CodeGeneratorARM::InvokeRuntime(int32_t entry_point_offset, in InvokeRuntime()
1256 void CodeGeneratorARM::LoadCurrentMethod(Register reg) { in LoadCurrentMethod()
1261 static bool TryGenerateIntrinsicCode(HInvoke* invoke, CodeGeneratorARM* codegen) { in TryGenerateIntrinsicCode()
3495 void CodeGeneratorARM::MarkGCCard(Register temp, Register card, Register object, Register value) { in MarkGCCard()
4071 void CodeGeneratorARM::GenerateStaticOrDirectCall(HInvokeStaticOrDirect* invoke, Register temp) { in GenerateStaticOrDirectCall()