Home
last modified time | relevance | path

Searched refs:mips_codegen (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc153 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
168 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode()
189 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
195 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode()
223 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
236 mips_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this, direct); in EmitNativeCode()
248 mips_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
281 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
289 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode()
296 mips_codegen->MoveLocation(locations->Out(), in EmitNativeCode()
[all …]