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

  /external/chromium_org/v8/src/
hydrogen-uint32-analysis.h 49 INLINE(bool CheckPhiOperands(HPhi* phi));
hydrogen-uint32-analysis.cc 115 bool HUint32AnalysisPhase::CheckPhiOperands(HPhi* phi) {
178 if (CheckPhiOperands(phi) && Uint32UsesAreSafe(phi)) {
202 if (CheckPhiOperands(phi)) {

Completed in 134 milliseconds