HomeSort by relevance Sort by last modified time
    Searched refs:PerThreadAssertScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
assert-scope.cc 72 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope()
85 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() {
97 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() {
133 template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, false>;
134 template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, true>;
135 template class PerThreadAssertScope<HANDLE_ALLOCATION_ASSERT, false>;
136 template class PerThreadAssertScope<HANDLE_ALLOCATION_ASSERT, true>;
137 template class PerThreadAssertScope<HANDLE_DEREFERENCE_ASSERT, false>
    [all...]
assert-scope.h 38 class PerThreadAssertScope {
40 PerThreadAssertScope();
41 ~PerThreadAssertScope();
49 DISALLOW_COPY_AND_ASSIGN(PerThreadAssertScope);
74 PerThreadAssertScope<type, allow> {

Completed in 44 milliseconds