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

  /external/libchrome/base/threading/
thread_collision_warner.h 111 base::ThreadCollisionWarner::ScopedCheck s_check_##obj(&obj)
159 // it doesn't leave the critical section, as opposed to ScopedCheck,
179 class BASE_EXPORT ScopedCheck {
181 explicit ScopedCheck(ThreadCollisionWarner* warner)
186 ~ScopedCheck() {
193 DISALLOW_COPY_AND_ASSIGN(ScopedCheck);
  /art/runtime/
check_jni.cc 69 // Flags passed into ScopedCheck.
277 // to be the first check, as ScopedCheck needs a ScopedObjectAccess for
313 class ScopedCheck {
315 ScopedCheck(uint16_t flags, const char* functionName, bool has_method = true)
319 ~ScopedCheck() {}
    [all...]

Completed in 57 milliseconds