| /art/compiler/utils/arm/ |
| D | jni_macro_assembler_arm_vixl.cc | 227 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in RemoveFrame() local 283 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Store() local 303 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreRawPtr() local 322 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRawPtrFromThread() local 329 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackPointerToThread() local 592 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in MoveArguments() local 608 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in MoveArguments() local 718 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Move() local 782 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Copy() local 802 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CreateJObject() local [all …]
|
| D | assembler_arm_vixl.cc | 235 UseScratchRegisterScope temps(&vixl_masm_); in StoreToOffset() local 304 UseScratchRegisterScope temps(&vixl_masm_); in LoadFromOffset() local 374 UseScratchRegisterScope temps(GetVIXLAssembler()); in StoreRegisterList() local 395 UseScratchRegisterScope temps(GetVIXLAssembler()); in LoadRegisterList() local
|
| /art/compiler/utils/arm64/ |
| D | jni_macro_assembler_arm64.cc | 131 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in AddConstant() local 204 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackPointerToThread() local 221 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadImmediate() local 545 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Move() local 591 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Copy() local 630 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Jump() local 658 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CreateJObject() local 679 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CreateJObject() local 717 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TryToTransitionFromRunnableToNative() local 749 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in TryToTransitionFromNativeToRunnable() local [all …]
|
| D | assembler_arm64.cc | 93 UseScratchRegisterScope temps(&vixl_masm_); in LoadRawPtr() local 104 UseScratchRegisterScope temps(&vixl_masm_); in JumpTo() local
|
| /art/compiler/optimizing/ |
| D | code_generator_arm_vixl.cc | 209 UseScratchRegisterScope temps(down_cast<CodeGeneratorARMVIXL*>(codegen)->GetVIXLAssembler()); in SaveContiguousSRegisterList() local 257 UseScratchRegisterScope temps(down_cast<CodeGeneratorARMVIXL*>(codegen)->GetVIXLAssembler()); in RestoreContiguousSRegisterList() local 973 UseScratchRegisterScope temps(arm_codegen->GetVIXLAssembler()); in EmitNativeCode() local 1218 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongDataProc() local 1372 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongTestConstant() local 1526 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongTest() local 1609 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateEqualLong() local 2272 UseScratchRegisterScope temps(GetVIXLAssembler()); in MaybeIncrementHotness() local 2301 UseScratchRegisterScope temps(GetVIXLAssembler()); in MaybeIncrementHotness() local 2326 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFrameEntry() local [all …]
|
| D | code_generator_arm64.cc | 923 UseScratchRegisterScope temps(arm64_codegen->GetVIXLAssembler()); in EmitNativeCode() local 1278 UseScratchRegisterScope temps(masm); in GenerateMethodEntryExitHook() local 1363 UseScratchRegisterScope temps(masm); in MaybeRecordTraceEvent() local 1379 UseScratchRegisterScope temps(masm); in MaybeIncrementHotness() local 1401 UseScratchRegisterScope temps(masm); in MaybeIncrementHotness() local 1424 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local 1470 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local 1627 UseScratchRegisterScope temps(GetVIXLAssembler()); in MarkGCCard() local 1651 UseScratchRegisterScope temps(GetVIXLAssembler()); in CheckGCCardIsValid() local 1773 vixl::aarch64::UseScratchRegisterScope* temps, in AcquireFPOrCoreCPURegisterOfSize() [all …]
|
| D | intrinsics_arm_vixl.cc | 686 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenerateStringCompareToLoop() local 1580 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitSystemArrayCopy() local 1987 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenHighestOneBit() local 2053 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenLowestOneBit() local 2164 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitStringGetCharsNoCheck() local 2262 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitDoubleIsInfinite() local 2336 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in BOXED_TYPES() local 2400 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitReferenceGetReferent() local 2410 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitReferenceGetReferent() local 2453 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitReferenceRefersTo() local [all …]
|
| D | fast_compiler_arm64.cc | 629 UseScratchRegisterScope temps(masm); in EnsureHasFrame() local 698 UseScratchRegisterScope temps(masm); in EnsureHasFrame() local 724 UseScratchRegisterScope temps(masm); in EnsureHasFrame() local 1056 UseScratchRegisterScope temps(GetVIXLAssembler()); in BuildCheckCast() local 2035 UseScratchRegisterScope temps(GetVIXLAssembler()); in ProcessDexInstruction() local
|
| D | intrinsics_arm64.cc | 453 UseScratchRegisterScope temps(masm); in GenBitCount() local 484 UseScratchRegisterScope temps(masm); in GenHighestOneBit() local 517 UseScratchRegisterScope temps(masm); in GenLowestOneBit() local 1127 UseScratchRegisterScope temps(masm); in GenUnsafePut() local 1572 UseScratchRegisterScope temps(masm); in EmitNativeCode() local 1652 UseScratchRegisterScope temps(masm); in GenUnsafeCas() local 1811 UseScratchRegisterScope temps(masm); in GenerateGetAndUpdate() local 2833 UseScratchRegisterScope temps(masm); in VisitStringGetCharsNoCheck() local 3150 UseScratchRegisterScope temps(masm); in VisitSystemArrayCopyChar() local 3489 UseScratchRegisterScope temps(masm); in VisitSystemArrayCopy() local [all …]
|
| D | code_generator_vector_arm64_sve.cc | 1042 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecDotProd() local 1099 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local 1141 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local 1448 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveToSIMDStackSlot() local
|
| D | code_generator_vector_arm_vixl.cc | 839 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecSADAccumulate() local 958 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local 1010 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
|
| D | code_generator_vector_arm64_neon.cc | 1430 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local 1490 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local 1688 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveToSIMDStackSlot() local 1721 UseScratchRegisterScope temps(masm); in SaveRestoreLiveRegistersHelperNeonImpl() local
|
| D | intrinsics_riscv64.cc | 2150 ScratchRegisterScope temps(assembler); in SystemArrayCopyPrimitive() local 5549 ScratchRegisterScope temps(assembler); in VisitStringGetCharsNoCheck() local
|
| D | code_generator_riscv64.cc | 2620 ScratchRegisterScope temps(GetAssembler()); in GenerateMethodEntryExitHook() local
|
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 279 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local 312 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local
|
| /art/compiler/trampolines/ |
| D | trampoline_compiler.cc | 65 vixl::aarch32::UseScratchRegisterScope temps(assembler.GetVIXLAssembler()); in CreateTrampoline() local
|