HomeSort by relevance Sort by last modified time
    Searched defs:ScratchRegisterScope (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
parallel_move_resolver.cc 191 ParallelMoveResolver::ScratchRegisterScope::ScratchRegisterScope(
204 ParallelMoveResolver::ScratchRegisterScope::~ScratchRegisterScope() {
parallel_move_resolver.h 43 class ScratchRegisterScope : public ValueObject {
45 ScratchRegisterScope(ParallelMoveResolver* resolver,
49 ~ScratchRegisterScope();

Completed in 139 milliseconds