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

  /external/v8/src/compiler/
bytecode-liveness-map.h 64 bool UnionIsChanged(const BytecodeLivenessState& other) {
65 return bit_vector_.UnionIsChanged(other.bit_vector_);
  /external/v8/src/
bit-vector.h 120 bool UnionIsChanged(const BitVector& other) {

Completed in 58 milliseconds