Lines Matching refs:mips_codegen

153     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()
315 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
321 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode()
343 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
346 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode()
356 __ B(mips_codegen->GetLabelOf(successor_)); in EmitNativeCode()
387 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
403 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode()
412 mips_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
415 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), in EmitNativeCode()
439 CodeGeneratorMIPS* mips_codegen = down_cast<CodeGeneratorMIPS*>(codegen); in EmitNativeCode() local
442 mips_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), in EmitNativeCode()