Lines Matching refs:ExecutionAccess
15 class ExecutionAccess;
46 void InitThread(const ExecutionAccess& lock);
112 // You should hold the ExecutionAccess lock when calling this method.
113 bool has_pending_interrupts(const ExecutionAccess& lock) {
117 // You should hold the ExecutionAccess lock when calling this method.
118 inline void set_interrupt_limits(const ExecutionAccess& lock);
121 // You should hold the ExecutionAccess lock when calling this method.
122 inline void reset_limits(const ExecutionAccess& lock);
143 void Initialize(Isolate* isolate, const ExecutionAccess& lock);
161 // Writing requires the ExecutionAccess lock.