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

  /external/libbrillo/brillo/message_loops/
base_message_loop.h 132 MessageLoop::TaskId task_id_; member in class:brillo::BaseMessageLoop::IOTask
  /external/v8/src/heap/
worklist.h 33 : worklist_(worklist), task_id_(task_id) {}
36 bool Push(EntryType entry) { return worklist_->Push(task_id_, entry); }
39 bool Pop(EntryType* entry) { return worklist_->Pop(task_id_, entry); }
42 bool IsLocalEmpty() { return worklist_->IsLocalEmpty(task_id_); }
51 return worklist_->LocalPushSegmentSize(task_id_);
56 int task_id_; member in class:v8::internal::Worklist::View
concurrent-marking.cc 85 task_id_(task_id) {}
122 weak_objects_->weak_references.Push(task_id_, std::make_pair(host, slot));
331 weak_objects_->transition_arrays.Push(task_id_, array);
341 weak_objects_->ephemeron_hash_tables.Push(task_id_, table);
365 weak_objects_->discovered_ephemerons.Push(task_id_,
385 weak_objects_->next_ephemerons.Push(task_id_, Ephemeron{key, value});
481 int task_id_; member in class:v8::internal::final
525 task_id_(task_id) {}
532 concurrent_marking_->Run(task_id_, task_state_);
537 int task_id_; member in class:v8::internal::ConcurrentMarking::Task
    [all...]

Completed in 1153 milliseconds