HomeSort by relevance Sort by last modified time
    Searched defs:IsPreempted (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.cc 73 if (IsPreempted())
265 bool GpuScheduler::IsPreempted() {
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 104 bool IsPreempted() const {
105 return scheduler_.get() && scheduler_->IsPreempted();
  /external/chromium_org/v8/src/
execution.cc 427 bool StackGuard::IsPreempted() {
952 if (stack_guard->IsPreempted()) RuntimePreempt(isolate);
  /external/v8/src/
execution.cc 398 bool StackGuard::IsPreempted() {
916 if (stack_guard->IsPreempted()) RuntimePreempt();

Completed in 43 milliseconds