Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc196 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 …]
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/
Dassembler_arm64.cc89 UseScratchRegisterScope temps(&vixl_masm_); in LoadRawPtr() local
100 UseScratchRegisterScope temps(&vixl_masm_); in JumpTo() local
Djni_macro_assembler_arm64.cc86 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/
Dcode_generator_arm_vixl.cc199 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 …]
Dintrinsics_arm64.cc434 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 …]
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
Dintrinsics_arm_vixl.cc670 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 …]
Dcode_generator_vector_arm64.cc1439 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecLoad() local
1497 UseScratchRegisterScope temps(GetVIXLAssembler()); in VisitVecStore() local
/art/compiler/utils/
Dassembler_thumb_test.cc322 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local
355 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); in TEST_F() local