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

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

Completed in 66 milliseconds