Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/common/
H A Dassert-scope.cc27 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope() function in v8::internal::PerThreadAssertScope
34 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope()
40 void PerThreadAssertScope<kType, kAllow>::Release() { in Release()
47 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in 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_ASSER
[all...]
H A Dassert-scope.h35 class V8_NODISCARD PerThreadAssertScope { class
37 V8_EXPORT_PRIVATE PerThreadAssertScope();
38 V8_EXPORT_PRIVATE ~PerThreadAssertScope();
40 PerThreadAssertScope(const PerThreadAssertScope&) = delete;
41 PerThreadAssertScope& operator=(const PerThreadAssertScope&) = delete;
190 : public PerThreadAssertScope<kType, kAllow> {
316 extern template class PerThreadAssertScope<HEAP_ALLOCATION_ASSERT, false>;
317 extern template class PerThreadAssertScope<HEAP_ALLOCATION_ASSER
[all...]

Completed in 3 milliseconds