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 142 bool RequiresRegister() const {
560 if (use.RequiresRegister()) {
576 bool RequiresRegister() const {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 53 bool UsePosition::RequiresRegister() const {
184 while (pos != NULL && !pos->RequiresRegister()) {
462 !use_pos->RequiresRegister());
    [all...]

Completed in 149 milliseconds