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 26 INLINE(bool CheckPhiOperands(HPhi* phi));
hydrogen-uint32-analysis.cc 119 bool HUint32AnalysisPhase::CheckPhiOperands(HPhi* phi) {
182 if (CheckPhiOperands(phi) && Uint32UsesAreSafe(phi)) {
206 if (CheckPhiOperands(phi)) {

Completed in 149 milliseconds