Home | History | Annotate | Download | only in src

Lines Matching defs:IsIndependent

55     STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) ==
138 return IsIndependent::decode(flags_);
141 flags_ = IsIndependent::update(flags_, v);
367 class IsIndependent : public BitField<bool, 3, 1> {};
613 bool GlobalHandles::IsIndependent(Object** location) {