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

  /art/compiler/optimizing/
ssa_liveness_analysis.h 149 bool RequiresRegister() const {
498 if (use->RequiresRegister()) {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 52 bool UsePosition::RequiresRegister() const {
183 while (pos != NULL && !pos->RequiresRegister()) {
461 !use_pos->RequiresRegister());
    [all...]

Completed in 494 milliseconds