HomeSort by relevance Sort by last modified time
    Searched defs:RegisterIsBeneficial (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
register-allocator.h 260 bool RegisterIsBeneficial() const {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 58 bool UsePosition::RegisterIsBeneficial() const {
163 while (pos != NULL && !pos->RegisterIsBeneficial()) {
175 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]

Completed in 79 milliseconds