Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.cc48 bool Get(PerThreadAssertType type) const { return assert_states_[type]; } in Get()
49 void Set(PerThreadAssertType type, bool x) { assert_states_[type] = x; } in Set()
70 template <PerThreadAssertType kType, bool kAllow>
83 template <PerThreadAssertType kType, bool kAllow>
89 template <PerThreadAssertType kType, bool kAllow>
101 template <PerThreadAssertType kType, bool kAllow>
Dassert-scope.h20 enum PerThreadAssertType { enum
37 template <PerThreadAssertType kType, bool kAllow>
73 template <PerThreadAssertType type, bool allow>