Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.h150 virtual Location AllocateScratchLocationFor(Location::Kind kind) = 0;
Dparallel_move_resolver.cc458 Location scratch = AllocateScratchLocationFor(kind); in PerformMove()
Dparallel_move_test.cc108 Location AllocateScratchLocationFor(Location::Kind kind) override { in AllocateScratchLocationFor() function in art::TestParallelMoveResolverNoSwap
Dcode_generator_arm64.h398 Location AllocateScratchLocationFor(Location::Kind kind) override;
Dcode_generator_arm64.cc1025 Location ParallelMoveResolverARM64::AllocateScratchLocationFor(Location::Kind kind) { in AllocateScratchLocationFor() function in art::arm64::ParallelMoveResolverARM64