Home
last modified time | relevance | path

Searched refs:last_id_ (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc25 MessageLoop::TaskId current_id = ++last_id_; in PostDelayedTask()
42 MessageLoop::TaskId current_id = ++last_id_; in WatchFileDescriptor()
Dglib_message_loop.h76 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
Dfake_message_loop.h92 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
Dbase_message_loop.h173 MessageLoop::TaskId last_id_{kTaskIdNull};
Dglib_message_loop.cc155 res = ++last_id_; in NextTaskId()
Dbase_message_loop.cc237 res = ++last_id_; in NextTaskId()
/external/v8/src/
Dassembler.cc459 int id_delta = static_cast<int>(rinfo->data()) - last_id_; in Write()
469 last_id_ = static_cast<int>(rinfo->data()); in Write()
519 last_id_ += x; in AdvanceReadId()
520 rinfo_.data_ = last_id_; in AdvanceReadId()
566 last_id_ += signed_b >> kShortDataTypeTagBits; in ReadShortTaggedId()
567 rinfo_.data_ = last_id_; in ReadShortTaggedId()
666 last_id_ = 0; in RelocIterator()
690 last_id_ = 0; in RelocIterator()
Dassembler.h647 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_id_(0) {} in RelocInfoWriter()
648 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), last_id_(0) {} in RelocInfoWriter()
682 int last_id_; variable
748 int last_id_; variable