Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc227 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 …]
Dassembler_arm_vixl.cc235 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/
Djni_macro_assembler_arm64.cc131 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 …]
Dassembler_arm64.cc93 UseScratchRegisterScope temps(&vixl_masm_); in LoadRawPtr() local
104 UseScratchRegisterScope temps(&vixl_masm_); in JumpTo() local
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc209 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 …]
Dcode_generator_arm64.cc923 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 …]
Dintrinsics_arm_vixl.cc686 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 …]
Dfast_compiler_arm64.cc629 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
Dintrinsics_arm64.cc453 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 …]
Dcode_generator_vector_arm64_sve.cc1042 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
Dcode_generator_vector_arm_vixl.cc839 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecSADAccumulate() local
958 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local
1010 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
Dcode_generator_vector_arm64_neon.cc1430 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
Dintrinsics_riscv64.cc2150 ScratchRegisterScope temps(assembler); in SystemArrayCopyPrimitive() local
5549 ScratchRegisterScope temps(assembler); in VisitStringGetCharsNoCheck() local
Dcode_generator_riscv64.cc2620 ScratchRegisterScope temps(GetAssembler()); in GenerateMethodEntryExitHook() local
/art/compiler/utils/
Dassembler_thumb_test.cc279 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/
Dtrampoline_compiler.cc65 vixl::aarch32::UseScratchRegisterScope temps(assembler.GetVIXLAssembler()); in CreateTrampoline() local