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

  /external/libbrillo/brillo/message_loops/
glib_message_loop.h 76 MessageLoop::TaskId last_id_ = kTaskIdNull; member in class:brillo::GlibMessageLoop
fake_message_loop.cc 25 MessageLoop::TaskId current_id = ++last_id_;
42 MessageLoop::TaskId current_id = ++last_id_;
fake_message_loop.h 92 MessageLoop::TaskId last_id_ = kTaskIdNull; member in class:brillo::FakeMessageLoop
base_message_loop.h 173 MessageLoop::TaskId last_id_{kTaskIdNull};
glib_message_loop.cc 155 res = ++last_id_;
base_message_loop.cc 237 res = ++last_id_;
  /external/v8/src/
assembler.cc 459 int id_delta = static_cast<int>(rinfo->data()) - last_id_;
469 last_id_ = static_cast<int>(rinfo->data());
519 last_id_ += x;
520 rinfo_.data_ = last_id_;
566 last_id_ += signed_b >> kShortDataTypeTagBits;
567 rinfo_.data_ = last_id_;
666 last_id_ = 0;
690 last_id_ = 0;
    [all...]
assembler.h 647 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_id_(0) {}
648 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), last_id_(0) {}
682 int last_id_; member in class:v8::internal::BASE_EMBEDDED
748 int last_id_; member in class:v8::internal::RelocIterator
    [all...]

Completed in 115 milliseconds