Lines Matching defs:arm64_codegen

226     CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
239 arm64_codegen->InvokeRuntime(
257 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
263 arm64_codegen->InvokeRuntime(
288 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
297 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
309 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
342 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
350 arm64_codegen->InvokeRuntime(
354 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
371 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
377 arm64_codegen->InvokeRuntime(
396 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
399 arm64_codegen->InvokeRuntime(
406 __ B(arm64_codegen->GetLabelOf(successor_));
443 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
460 arm64_codegen->InvokeRuntime(
466 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
469 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this);
494 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
497 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
538 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
539 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject),
605 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
606 arm64_codegen->MoveLocation(LocationFrom(calling_convention.GetRegisterAt(0)), obj_, type);
607 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierMark),
612 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
655 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
760 arm64_codegen->MoveConstant(LocationFrom(calling_convention.GetRegisterAt(2)), offset_);
762 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierSlow),
768 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
828 CodeGeneratorARM64* arm64_codegen = down_cast<CodeGeneratorARM64*>(codegen);
833 // arm64_codegen->MoveLocation(
841 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierForRootSlow),
846 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);