Lines Matching refs:kAllow
71 template <PerThreadAssertType kType, bool kAllow>
72 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope()
80 data_->Set(kType, kAllow); in PerThreadAssertScope()
84 template <PerThreadAssertType kType, bool kAllow>
85 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope()
96 template <PerThreadAssertType kType, bool kAllow>
97 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in IsAllowed()
103 template <PerIsolateAssertType kType, bool kAllow>
104 class PerIsolateAssertScope<kType, kAllow>::DataBit
108 template <PerIsolateAssertType kType, bool kAllow>
109 PerIsolateAssertScope<kType, kAllow>::PerIsolateAssertScope(Isolate* isolate) in PerIsolateAssertScope()
113 isolate_->set_per_isolate_assert_data(DataBit::update(old_data_, kAllow)); in PerIsolateAssertScope()
117 template <PerIsolateAssertType kType, bool kAllow>
118 PerIsolateAssertScope<kType, kAllow>::~PerIsolateAssertScope() { in ~PerIsolateAssertScope()
124 template <PerIsolateAssertType kType, bool kAllow>
125 bool PerIsolateAssertScope<kType, kAllow>::IsAllowed(Isolate* isolate) { in IsAllowed()