Home | History | Annotate | Download | only in src

Lines Matching refs:IsIndependent

53     STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) ==
150 return IsIndependent::decode(flags_);
153 flags_ = IsIndependent::update(flags_, v);
398 class IsIndependent : public BitField<bool, 3, 1> {};
651 bool GlobalHandles::IsIndependent(Object** location) {