Searched defs:RegisterIsBeneficial (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.h257 bool RegisterIsBeneficial() const { function in class:v8::internal::compiler::final
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc57 bool UsePosition::RegisterIsBeneficial() const { function in class:v8::internal::UsePosition
162 while (pos != NULL && !pos->RegisterIsBeneficial()) {
174 if (pos->RegisterIsBeneficial()) prev = pos;

Completed in 58 milliseconds