Searched refs:non_phi_uses_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2510 non_phi_uses_[rep.kind()] += 1;
2532 other->non_phi_uses_[Representation::kSmi],
2533 other->non_phi_uses_[Representation::kInteger32],
2534 other->non_phi_uses_[Representation::kDouble],
2535 other->non_phi_uses_[Representation::kTagged]);
2539 indirect_uses_[i] += other->non_phi_uses_[i];
H A Dhydrogen-instructions.h3261 non_phi_uses_[i] = 0;
3322 return non_phi_uses_[Representation::kTagged];
3325 return non_phi_uses_[Representation::kSmi];
3328 return non_phi_uses_[Representation::kInteger32];
3331 return non_phi_uses_[Representation::kDouble];
3368 int non_phi_uses_[Representation::kNumRepresentations]; member in class:v8::FINAL::FINAL

Completed in 627 milliseconds