Searched defs:IsPreempted (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h102 bool IsPreempted() const { function in class:content::GpuCommandBufferStub
103 return scheduler_.get() && scheduler_->IsPreempted();
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.cc72 if (IsPreempted())
264 bool GpuScheduler::IsPreempted() { function in class:gpu::GpuScheduler
/external/chromium_org/v8/src/
H A Dexecution.cc412 bool StackGuard::IsPreempted() { function in class:v8::internal::StackGuard
917 if (stack_guard->IsPreempted()) RuntimePreempt();
/external/v8/src/
H A Dexecution.cc398 bool StackGuard::IsPreempted() { function in class:v8::internal::StackGuard
916 if (stack_guard->IsPreempted()) RuntimePreempt();

Completed in 118 milliseconds