Home | History | Annotate | Download | only in src

Lines Matching refs:Locker

45 // Track whether this V8 instance has ever called v8::Locker. This allows the
47 bool Locker::active_ = false;
50 // Constructor for the Locker object. Once the Locker is constructed the
52 Locker::Locker() : has_lock_(false), top_level_(true) {
53 // Record that the Locker has been used at least once.
61 // initialize here, before anyone can call ~Locker() or Unlocker().
65 // This may be a locker within an unlocker in which case we have to
82 bool Locker::IsLocked() {
87 Locker::~Locker() {
114 void Locker::StartPreemption(int every_n_ms) {
119 void Locker::StopPreemption() {
363 ASSERT(Locker::IsLocked());
402 ASSERT(Locker::IsLocked());
418 ASSERT(Locker::IsLocked());
443 ASSERT(Locker::IsLocked());