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.h161 MessageLoop::TaskId last_id_{kTaskIdNull};
Dglib_message_loop.cc155 res = ++last_id_; in NextTaskId()
Dbase_message_loop.cc226 res = ++last_id_; in NextTaskId()
/external/v8/src/
Dassembler.cc473 int id_delta = static_cast<int>(rinfo->data()) - last_id_; in Write()
483 last_id_ = static_cast<int>(rinfo->data()); in Write()
549 last_id_ += x; in AdvanceReadId()
550 rinfo_.data_ = last_id_; in AdvanceReadId()
606 last_id_ += signed_b >> kShortDataTypeTagBits; in ReadShortTaggedId()
607 rinfo_.data_ = last_id_; in ReadShortTaggedId()
737 last_id_ = 0; in RelocIterator()
762 last_id_ = 0; in RelocIterator()
Dassembler.h670 last_id_(0), in RelocInfoWriter()
679 last_id_(0), in RelocInfoWriter()
723 int last_id_; variable
795 int last_id_; variable