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

  /external/chromium_org/v8/src/
execution.h 124 class ExecutionAccess;
143 void InitThread(const ExecutionAccess& lock);
146 void ClearThread(const ExecutionAccess& lock);
206 // You should hold the ExecutionAccess lock when calling this method.
207 bool has_pending_interrupts(const ExecutionAccess& lock) {
214 // You should hold the ExecutionAccess lock when calling this method.
215 bool should_postpone_interrupts(const ExecutionAccess& lock) {
219 // You should hold the ExecutionAccess lock when calling this method.
220 inline void set_interrupt_limits(const ExecutionAccess& lock);
223 // You should hold the ExecutionAccess lock when calling this method
    [all...]
execution.cc 21 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) {
31 void StackGuard::reset_limits(const ExecutionAccess& lock) {
311 ExecutionAccess access(isolate_);
319 ExecutionAccess access(isolate_);
335 ExecutionAccess access(isolate_);
341 ExecutionAccess access(isolate_);
347 ExecutionAccess access(isolate_);
354 ExecutionAccess access(isolate_);
363 ExecutionAccess access(isolate_);
375 ExecutionAccess access(isolate_)
    [all...]
v8threads.cc 50 internal::ExecutionAccess access(isolate_);
123 ExecutionAccess access(isolate_);
isolate.h     [all...]
isolate.cc 835 ExecutionAccess access(this);
    [all...]
heap.cc     [all...]

Completed in 164 milliseconds