HomeSort by relevance Sort by last modified time
    Searched refs:RestoreScratch (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
parallel_move_resolver.h 70 virtual void RestoreScratch(int reg) = 0;
parallel_move_test.cc 54 virtual void RestoreScratch(int reg) {}
code_generator_arm.h 71 virtual void RestoreScratch(int reg) OVERRIDE;
code_generator_x86.h 71 virtual void RestoreScratch(int reg) OVERRIDE;
code_generator_x86_64.h 67 virtual void RestoreScratch(int reg) OVERRIDE;
parallel_move_resolver.cc 206 resolver_->RestoreScratch(reg_);
code_generator_x86_64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]

Completed in 626 milliseconds