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

  /external/chromium_org/v8/src/compiler/
register-allocator.cc 50 bool UsePosition::RegisterIsBeneficial() const { return register_beneficial_; }
155 while (pos != NULL && !pos->RegisterIsBeneficial()) {
167 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 54 bool UsePosition::RegisterIsBeneficial() const {
159 while (pos != NULL && !pos->RegisterIsBeneficial()) {
171 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]

Completed in 94 milliseconds