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

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

Completed in 178 milliseconds