Lines Matching full:break_access
540 base::RecursiveMutex* break_access() { return &break_access_; }1424 static void Lock(Isolate* isolate) { isolate->break_access()->Lock(); }1425 static void Unlock(Isolate* isolate) { isolate->break_access()->Unlock(); }1428 return isolate->break_access()->TryLock();