Searched refs:RequiresRegister (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h169 bool RequiresRegister() const;
H A Dlithium-allocator.cc53 bool UsePosition::RequiresRegister() const { function in class:v8::internal::UsePosition
184 while (pos != NULL && !pos->RequiresRegister()) {
462 !use_pos->RequiresRegister());

Completed in 90 milliseconds