Home
last modified time | relevance | path

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

/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc168 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreImmediateToFrame() local
178 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreStackOffsetToThread() local
196 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in StoreSpanning() local
371 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrFromThread() local
380 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrToThread() local
387 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRef() local
399 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
418 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
440 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
471 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
[all …]
Djni_macro_assembler_arm64.h189 Arm64Exception(Arm64ManagedRegister scratch, size_t stack_adjust) in Arm64Exception()
Dassembler_arm64.cc97 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in JumpTo() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc277 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in StoreSpanning() local
288 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in CopyRef() local
324 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in StoreImmediateToFrame() local
351 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in CopyRawPtrFromThread() local
367 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in StoreStackOffsetToThread() local
434 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Copy() local
540 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in CreateHandleScopeEntry() local
586 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Jump() local
597 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Call() local
606 vixl::aarch32::Register scratch = AsVIXLRegister(mscratch.AsArm()); in Call() local
[all …]
Djni_macro_assembler_arm_vixl.h213 ArmException(ArmManagedRegister scratch, size_t stack_adjust) in ArmException()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc190 X86ManagedRegister scratch = mscratch.AsX86(); in StoreStackOffsetToThread() local
344 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRef() local
353 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrFromThread() local
362 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread() local
371 X86ManagedRegister scratch = mscratch.AsX86(); in Copy() local
394 ManagedRegister scratch, in Copy()
407 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
418 ManagedRegister scratch, in Copy()
432 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
471 X86ManagedRegister scratch = mscratch.AsX86(); in CreateHandleScopeEntry() local
[all …]
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc227 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in StoreStackOffsetToThread() local
392 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRef() local
401 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrFromThread() local
410 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread() local
420 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in Copy() local
443 ManagedRegister scratch, in Copy()
456 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local
467 ManagedRegister scratch, in Copy()
481 CpuRegister scratch = mscratch.AsX86_64().AsCpuRegister(); in Copy() local
526 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CreateHandleScopeEntry() local
[all …]
/art/compiler/optimizing/
Dparallel_move_resolver.cc264 int scratch = -1; in AllocateScratchRegister() local
381 for (Location scratch : scratches_) { in AddScratchLocation() local
458 Location scratch = AllocateScratchLocationFor(kind); in PerformMove() local
495 Location scratch = scratches_[i]; in PerformMove() local
Dcode_generator_vector_arm_vixl.cc903 /*out*/ vixl32::Register* scratch) { in VecAddress()
929 /*out*/ vixl32::Register* scratch) { in VecAddressUnaligned()
959 vixl32::Register scratch; in VisitVecLoad() local
1010 vixl32::Register scratch; in VisitVecStore() local
Dparallel_move_test.cc116 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
Dcode_generator_vector_arm64.cc1403 /*out*/ Register* scratch) { in VecAddress()
1440 Register scratch; in VisitVecLoad() local
1498 Register scratch; in VisitVecStore() local
Dcode_generator_arm64.cc1032 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor() local
/art/compiler/utils/
Dswap_space_test.cc37 ScratchFile scratch; in SwapTest() local
/art/dex2oat/
Ddex2oat_image_test.cc89 ScratchDir scratch; in CompileImageAndGetSizes() local
259 ScratchDir scratch; in TEST_F() local
/art/runtime/
Ddexopt_test.cc117 std::optional<ScratchDir> scratch; in GenerateOatForTest() local
/art/runtime/gc/space/
Dimage_space_test.cc57 ScratchDir scratch; in TEST_F() local