Searched defs:RegisterIsBeneficial (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | register-allocator.h | 257 bool RegisterIsBeneficial() const { function in class:v8::internal::compiler::final |
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.cc | 57 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