Home
last modified time | relevance | path

Searched refs:PerThreadAssertScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassert-scope.cc71 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope() function in v8::internal::PerThreadAssertScope
84 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope()
90 void PerThreadAssertScope<kType, kAllow>::Release() { in Release()
102 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in IsAllowed()
138 template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, false>; variable
139 template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, true>; variable
140 template class PerThreadAssertScope<HANDLE_ALLOCATION_ASSERT, false>; variable
141 template class PerThreadAssertScope<HANDLE_ALLOCATION_ASSERT, true>; variable
142 template class PerThreadAssertScope<HANDLE_DEREFERENCE_ASSERT, false>; variable
143 template class PerThreadAssertScope<HANDLE_DEREFERENCE_ASSERT, true>; variable
[all …]
Dassert-scope.h38 class PerThreadAssertScope {
40 V8_EXPORT_PRIVATE PerThreadAssertScope();
41 V8_EXPORT_PRIVATE ~PerThreadAssertScope();
51 DISALLOW_COPY_AND_ASSIGN(PerThreadAssertScope);
76 PerThreadAssertScope<type, allow> {