HomeSort by relevance Sort by last modified time
    Searched refs:UnionIsChanged (Results 1 - 6 of 6) 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_);
liveness-analyzer.cc 125 return live_.UnionIsChanged(*working_area);
bytecode-analysis.cc 358 if (!end_liveness.out->UnionIsChanged(*header_liveness.in)) {
  /external/v8/src/
bit-vector.h 120 bool UnionIsChanged(const BitVector& other) {
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 192 if (live_at_block_start_[block_id]->UnionIsChanged(live)) {
hydrogen-infer-representation.cc 47 if (connected_phis[i]->UnionIsChanged(*connected_phis[id]))

Completed in 159 milliseconds