Home
last modified time | relevance | path

Searched defs:scratch_scope (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_arm64.cc2115 UseScratchRegisterScope scratch_scope(masm); in VisitStringCompareTo() local
2285 UseScratchRegisterScope scratch_scope(masm); in VisitStringEquals() local
4121 UseScratchRegisterScope scratch_scope(masm); in VisitFP16ToFloat() local
4144 UseScratchRegisterScope scratch_scope(masm); in VisitFP16ToHalf() local
4160 UseScratchRegisterScope scratch_scope(masm); in GenerateFP16Round() local
H A Dintrinsics_arm_vixl.cc976 UseScratchRegisterScope scratch_scope(assembler->GetVIXLAssembler()); in VisitStringEquals() local
1011 UseScratchRegisterScope scratch_scope(assembler->GetVIXLAssembler()); in VisitStringEquals() local
H A Dcode_generator_arm64.cc4902 UseScratchRegisterScope scratch_scope(masm); in VisitInvokeInterface() local
H A Dintrinsics_riscv64.cc3305 ScratchRegisterScope scratch_scope(assembler); in VisitStringCompareTo() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2444 UseScratchRegisterScope* scratch_scope) { in BaseMemOperandForLoadStoreCPURegList()