Home
last modified time | relevance | path

Searched refs:AllocateScratchLocationFor (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.h142 virtual Location AllocateScratchLocationFor(Location::Kind kind) = 0;
Dcode_generator_arm64.h206 Location AllocateScratchLocationFor(Location::Kind kind) OVERRIDE;
Dparallel_move_resolver.cc446 Location scratch = AllocateScratchLocationFor(kind); in PerformMove()
Dparallel_move_test.cc107 Location AllocateScratchLocationFor(Location::Kind kind) OVERRIDE { in AllocateScratchLocationFor() function in art::TestParallelMoveResolverNoSwap
Dcode_generator_arm64.cc448 Location ParallelMoveResolverARM64::AllocateScratchLocationFor(Location::Kind kind) { in AllocateScratchLocationFor() function in art::arm64::ParallelMoveResolverARM64