Home
last modified time | relevance | path

Searched defs:temps (Results 1 – 13 of 13) sorted by relevance

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc234 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in RemoveFrame() local
276 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Store() local
296 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreRef() local
303 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreRawPtr() local
313 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreSpanning() local
320 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRef() local
330 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRef() local
345 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRef() local
366 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreImmediateToFrame() local
384 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRawPtrFromThread() local
[all …]
Dassembler_arm_vixl.cc249 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/
Djni_macro_assembler_arm64.cc94 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in AddConstant() local
166 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreImmediateToFrame() local
173 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackOffsetToThread() local
180 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackPointerToThread() local
200 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadImmediate() local
317 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRawPtr() local
415 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Move() local
454 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRawPtrFromThread() local
470 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRef() local
480 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRef() local
[all …]
Dassembler_arm64.cc94 UseScratchRegisterScope temps(&vixl_masm_); in LoadRawPtr() local
105 UseScratchRegisterScope temps(&vixl_masm_); in JumpTo() local
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc204 UseScratchRegisterScope temps(down_cast<CodeGeneratorARMVIXL*>(codegen)->GetVIXLAssembler()); in SaveContiguousSRegisterList() local
252 UseScratchRegisterScope temps(down_cast<CodeGeneratorARMVIXL*>(codegen)->GetVIXLAssembler()); in RestoreContiguousSRegisterList() local
1194 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongDataProc() local
1348 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongTestConstant() local
1502 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateLongTest() local
1585 UseScratchRegisterScope temps(codegen->GetVIXLAssembler()); in GenerateEqualLong() local
2113 UseScratchRegisterScope temps(GetVIXLAssembler()); in MaybeIncrementHotness() local
2140 UseScratchRegisterScope temps(GetVIXLAssembler()); in MaybeIncrementHotness() local
2200 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFrameEntry() local
2287 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFrameEntry() local
[all …]
Dcode_generator_arm64.cc1115 UseScratchRegisterScope temps(masm); in MaybeIncrementHotness() local
1135 UseScratchRegisterScope temps(masm); in MaybeIncrementHotness() local
1179 UseScratchRegisterScope temps(masm); in GenerateFrameEntry() local
1306 UseScratchRegisterScope temps(GetVIXLAssembler()); in MarkGCCard() local
1442 vixl::aarch64::UseScratchRegisterScope* temps, in AcquireFPOrCoreCPURegisterOfSize()
1535 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local
1559 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveLocation() local
1623 UseScratchRegisterScope temps(masm); in LoadAcquire() local
1732 UseScratchRegisterScope temps(GetVIXLAssembler()); in StoreRelease() local
1843 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateClassInitializationCheck() local
[all …]
Dintrinsics_arm_vixl.cc733 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenerateStringCompareToLoop() local
1692 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitSystemArrayCopy() local
1714 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitSystemArrayCopy() local
2116 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenHighestOneBit() local
2182 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenLowestOneBit() local
2295 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitStringGetCharsNoCheck() local
2393 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitDoubleIsInfinite() local
2452 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitIntegerValueOf() local
2516 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitReferenceGetReferent() local
2526 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitReferenceGetReferent() local
[all …]
Dintrinsics_arm64.cc403 UseScratchRegisterScope temps(masm); in GenBitCount() local
434 UseScratchRegisterScope temps(masm); in GenHighestOneBit() local
467 UseScratchRegisterScope temps(masm); in GenLowestOneBit() local
857 UseScratchRegisterScope temps(masm); in GenUnsafePut() local
1210 UseScratchRegisterScope temps(masm); in EmitNativeCode() local
1290 UseScratchRegisterScope temps(masm); in GenUnsafeCas() local
1402 UseScratchRegisterScope temps(masm); in GenerateGetAndUpdate() local
2265 UseScratchRegisterScope temps(masm); in VisitStringGetCharsNoCheck() local
2577 UseScratchRegisterScope temps(masm); in VisitSystemArrayCopyChar() local
2774 UseScratchRegisterScope temps(masm); in VisitSystemArrayCopy() local
[all …]
Dcode_generator_vector_arm64_sve.cc1046 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecDotProd() local
1103 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local
1145 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
1314 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveToSIMDStackSlot() local
Dcode_generator_vector_arm_vixl.cc839 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecSADAccumulate() local
958 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local
1009 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
Dcode_generator_vector_arm64_neon.cc1432 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local
1492 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
1579 UseScratchRegisterScope temps(GetVIXLAssembler()); in MoveToSIMDStackSlot() local
1612 UseScratchRegisterScope temps(masm); in SaveRestoreLiveRegistersHelperNeonImpl() local
/art/compiler/trampolines/
Dtrampoline_compiler.cc64 vixl::aarch32::UseScratchRegisterScope temps(assembler.GetVIXLAssembler()); in CreateTrampoline() local
/art/compiler/utils/
Dassembler_thumb_test.cc224 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local
257 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local