Lines Matching refs:PerThreadAssertScope
27 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope()
34 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() {
40 void PerThreadAssertScope<kType, kAllow>::Release() {
47 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() {
90 template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, false>;
91 template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, true>;
92 template class PerThreadAssertScope<SAFEPOINTS_ASSERT, false>;
93 template class PerThreadAssertScope<SAFEPOINTS_ASSERT, true>;
94 template class PerThreadAssertScope<HANDLE_ALLOCATION_ASSERT, false>;
95 template class PerThreadAssertScope<HANDLE_ALLOCATION_ASSERT, true>;
96 template class PerThreadAssertScope<HANDLE_DEREFERENCE_ASSERT, false>;
97 template class PerThreadAssertScope<HANDLE_DEREFERENCE_ASSERT, true>;
98 template class PerThreadAssertScope<CODE_DEPENDENCY_CHANGE_ASSERT, false>;
99 template class PerThreadAssertScope<CODE_DEPENDENCY_CHANGE_ASSERT, true>;
100 template class PerThreadAssertScope<CODE_ALLOCATION_ASSERT, false>;
101 template class PerThreadAssertScope<CODE_ALLOCATION_ASSERT, true>;
102 template class PerThreadAssertScope<GC_MOLE, false>;