Home
last modified time | relevance | path

Searched refs:UnionIsChanged (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dbytecode-liveness-map.h64 bool UnionIsChanged(const BytecodeLivenessState& other) { in UnionIsChanged() function
65 return bit_vector_.UnionIsChanged(other.bit_vector_); in UnionIsChanged()
Dbytecode-analysis.cc476 if (!end_liveness.out->UnionIsChanged(*header_liveness.in)) { in Analyze()
513 if (switch_liveness.out->UnionIsChanged( in Analyze()
/external/v8/src/
Dbit-vector.h175 bool UnionIsChanged(const BitVector& other) { in UnionIsChanged() function