Lines Matching refs:mips64_codegen

119     CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen);  in EmitNativeCode()  local
130 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds), in EmitNativeCode()
150 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
152 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero), in EmitNativeCode()
176 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
185 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); in EmitNativeCode()
197 mips64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
228 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
235 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString), in EmitNativeCode()
241 mips64_codegen->MoveLocation(locations->Out(), in EmitNativeCode()
260 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
262 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer), in EmitNativeCode()
282 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
285 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend), in EmitNativeCode()
294 __ B(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode()
329 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
345 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial), in EmitNativeCode()
351 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
358 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc_, this); in EmitNativeCode()
386 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() local
387 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize), instruction_, dex_pc, this); in EmitNativeCode()