Home | History | Annotate | Download | only in src

Lines Matching refs:kAllow

70 template <PerThreadAssertType kType, bool kAllow>
71 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope()
79 data_->Set(kType, kAllow);
83 template <PerThreadAssertType kType, bool kAllow>
84 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() {
89 template <PerThreadAssertType kType, bool kAllow>
90 void PerThreadAssertScope<kType, kAllow>::Release() {
101 template <PerThreadAssertType kType, bool kAllow>
102 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() {
108 template <PerIsolateAssertType kType, bool kAllow>
109 class PerIsolateAssertScope<kType, kAllow>::DataBit
113 template <PerIsolateAssertType kType, bool kAllow>
114 PerIsolateAssertScope<kType, kAllow>::PerIsolateAssertScope(Isolate* isolate)
118 isolate_->set_per_isolate_assert_data(DataBit::update(old_data_, kAllow));
122 template <PerIsolateAssertType kType, bool kAllow>
123 PerIsolateAssertScope<kType, kAllow>::~PerIsolateAssertScope() {
129 template <PerIsolateAssertType kType, bool kAllow>
130 bool PerIsolateAssertScope<kType, kAllow>::IsAllowed(Isolate* isolate) {