| /art/compiler/utils/arm/ |
| D | jni_macro_assembler_arm_vixl.cc | 196 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in RemoveFrame() local 232 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Store() local 251 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreRef() local 258 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreRawPtr() local 270 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreSpanning() local 280 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRef() local 292 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRef() local 316 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreImmediateToFrame() local 334 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRawPtrFromThread() local 343 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRawPtrFromThread() local [all …]
|
| D | assembler_arm_vixl.cc | 249 UseScratchRegisterScope temps(&vixl_masm_); in StoreToOffset() local 318 UseScratchRegisterScope temps(&vixl_masm_); in LoadFromOffset() local 388 UseScratchRegisterScope temps(GetVIXLAssembler()); in StoreRegisterList() local 409 UseScratchRegisterScope temps(GetVIXLAssembler()); in LoadRegisterList() local
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.cc | 89 UseScratchRegisterScope temps(&vixl_masm_); in LoadRawPtr() local 100 UseScratchRegisterScope temps(&vixl_masm_); in JumpTo() local
|
| D | jni_macro_assembler_arm64.cc | 86 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in AddConstant() local 177 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackPointerToThread() local 202 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadImmediate() local 319 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRawPtr() local 665 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in EmitExceptionPoll() local 796 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in RemoveFrame() local
|
| /art/compiler/optimizing/ |
| D | code_generator_arm_vixl.cc | 199 UseScratchRegisterScope temps(down_cast<CodeGeneratorARMVIXL*>(codegen)->GetVIXLAssembler()); in SaveContiguousSRegisterList() local 247 UseScratchRegisterScope temps(down_cast<CodeGeneratorARMVIXL*>(codegen)->GetVIXLAssembler()); in RestoreContiguousSRegisterList() local 1171 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongDataProc() local 1325 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongTestConstant() local 1479 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongTest() local 1562 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateEqualLong() local 2088 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFrameEntry() local 2103 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFrameEntry() local 2157 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFrameEntry() local 2349 UseScratchRegisterScope temps(GetVIXLAssembler()); in Move32() local [all …]
|
| D | code_generator_arm64.cc | 183 UseScratchRegisterScope temps(masm); in SaveRestoreLiveRegistersHelper() local 1067 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local 1077 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local 1171 UseScratchRegisterScope temps(GetVIXLAssembler()); in MarkGCCard() local 1305 vixl::aarch64::UseScratchRegisterScope* temps, in AcquireFPOrCoreCPURegisterOfSize() 1384 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local 1414 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local 1438 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local 1501 UseScratchRegisterScope temps(masm); in LoadAcquire() local 1611 UseScratchRegisterScope temps(GetVIXLAssembler()); in StoreRelease() local [all …]
|
| D | intrinsics_arm64.cc | 434 UseScratchRegisterScope temps(masm); in GenBitCount() local 465 UseScratchRegisterScope temps(masm); in GenHighestOneBit() local 498 UseScratchRegisterScope temps(masm); in GenLowestOneBit() local 888 UseScratchRegisterScope temps(masm); in GenUnsafePut() local 1039 UseScratchRegisterScope temps(masm); in EmitNativeCode() local 1086 UseScratchRegisterScope temps(masm); in GenCas() local 1958 UseScratchRegisterScope temps(masm); in VisitStringGetCharsNoCheck() local 2246 UseScratchRegisterScope temps(masm); in VisitSystemArrayCopyChar() local 2443 UseScratchRegisterScope temps(masm); in VisitSystemArrayCopy() local 2850 UseScratchRegisterScope temps(masm); in VisitIntegerValueOf() local [all …]
|
| D | intrinsics_arm_vixl.cc | 670 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenUnsafeGet() local 838 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenUnsafePut() local 1001 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in EmitNativeCode() local 1302 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenerateStringCompareToLoop() local 2261 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitSystemArrayCopy() local 2283 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitSystemArrayCopy() local 2651 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenHighestOneBit() local 2717 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenLowestOneBit() local 2830 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitStringGetCharsNoCheck() local 2928 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitDoubleIsInfinite() local [all …]
|
| D | code_generator_vector_arm_vixl.cc | 839 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecSADAccumulate() local 958 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local 1009 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
|
| D | code_generator_vector_arm64.cc | 1439 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local 1497 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
|
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 322 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local 355 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local
|
| /art/compiler/trampolines/ |
| D | trampoline_compiler.cc | 72 vixl::aarch32::UseScratchRegisterScope temps(assembler.GetVIXLAssembler()); in CreateTrampoline() local
|