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

  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; }
141 size_t GetBufferUnreadBytes() { return buffer_size_ - cursor_; }
146 cursor_ = 0;
187 size_t cursor_; member in class:BitcodeWrapperer
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 61 cursor_(0),
93 cursor_ = 0;
115 if (cursor_ > 0) {
120 if (cursor_ < buffer_size_) {
122 while (cursor_ < buffer_size_) {
123 buffer_[i++] = buffer_[cursor_++];
125 cursor_ = 0;
162 cursor_ += kWordSize;
210 &buffer_[cursor_]);
220 field.Read(&buffer_[cursor_], buffer_size_)
    [all...]
  /external/v8/src/
unicode-inl.h 140 uchar result = DecodeCharacter(buffer_, &cursor_);
142 cursor_ = 0;
225 cursor_ = 0;
unicode.h 207 unsigned cursor_; member in class:unibrow::CharacterStream
objects.h     [all...]
  /external/v8/test/cctest/
test-api.cc 5058 int cursor_; member in class:Whammy
    [all...]

Completed in 77 milliseconds