Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h482 bool is_phi() const { return IsPhiField::decode(bits_); } in is_phi()
483 void set_is_phi(bool value) { bits_ = IsPhiField::update(bits_, value); } in set_is_phi()
635 typedef BitField<bool, 2, 1> IsPhiField; typedef