Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.cc49 bool Get(PerThreadAssertType type) const { return assert_states_[type]; } in Get()
50 void Set(PerThreadAssertType type, bool x) { assert_states_[type] = x; } in Set()
71 template <PerThreadAssertType kType, bool kAllow>
84 template <PerThreadAssertType kType, bool kAllow>
96 template <PerThreadAssertType kType, bool kAllow>
Dassert-scope.h19 enum PerThreadAssertType { enum
37 template <PerThreadAssertType kType, bool kAllow>
71 template <PerThreadAssertType type, bool allow>