Home
last modified time | relevance | path

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

/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc296 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
390 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in CopyRawPtrFromThread() local
404 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in StoreStackOffsetToThread() local
[all …]
H A 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
/aosp12/art/compiler/utils/arm64/
H A 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
317 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in LoadRawPtr() 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
491 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Copy() local
629 UseScratchRegisterScope temps(asm_.GetVIXLAssembler()); in Jump() local
[all …]
H A Dassembler_arm64.cc94 UseScratchRegisterScope temps(&vixl_masm_); in LoadRawPtr() local
105 UseScratchRegisterScope temps(&vixl_masm_); in JumpTo() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc2113 UseScratchRegisterScope temps(GetVIXLAssembler()); in MaybeIncrementHotness() local
4773 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateMinMaxLong() local
4811 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateMinMaxFloat() local
5647 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateWideAtomicLoad() local
5663 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateWideAtomicStore() local
6254 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateImplicitNullCheck() local
7112 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateSuspendCheck() local
7579 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateClassInitializationCheck() local
7779 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitClearException() local
8925 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateFieldLoadWithBakerReadBarrier() local
[all …]
H A 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
1623 UseScratchRegisterScope temps(masm); in LoadAcquire() local
1732 UseScratchRegisterScope temps(GetVIXLAssembler()); in StoreRelease() local
1843 UseScratchRegisterScope temps(GetVIXLAssembler()); in GenerateClassInitializationCheck() local
2522 UseScratchRegisterScope temps(masm); in VisitArrayGet() local
2704 UseScratchRegisterScope temps(masm); in VisitArraySet() local
2747 UseScratchRegisterScope temps(masm); in VisitArraySet() local
[all …]
H A Dintrinsics_arm_vixl.cc733 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenerateStringCompareToLoop() 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
2569 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitReferenceRefersTo() local
2636 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in VisitThreadInterrupted() local
2918 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenerateIntrinsicSet() local
3496 UseScratchRegisterScope temps(assembler->GetVIXLAssembler()); in GenUnsafeCas() local
[all …]
H A Dintrinsics_arm64.cc403 UseScratchRegisterScope temps(masm); in GenBitCount() local
434 UseScratchRegisterScope temps(masm); in GenHighestOneBit() local
467 UseScratchRegisterScope temps(masm); in GenLowestOneBit() 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
3184 UseScratchRegisterScope temps(masm); in VisitIntegerValueOf() local
3302 UseScratchRegisterScope temps(masm); in VisitReferenceRefersTo() local
3360 UseScratchRegisterScope temps(masm); in VisitThreadInterrupted() local
[all …]
H A 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
H A 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
H A 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
/aosp12/art/compiler/utils/
H A 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
/aosp12/art/compiler/trampolines/
H A Dtrampoline_compiler.cc64 vixl::aarch32::UseScratchRegisterScope temps(assembler.GetVIXLAssembler()); in CreateTrampoline() local
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp1153 std::vector<Temperature_2_0> temps; in thermalWatcherCallbackFunc() local