Searched refs:has_more (Results 1 – 15 of 15) sorted by relevance
205 while (buffer.has_more()) { in Traverse()206 CHECK(buffer2.has_more()); in Traverse()220 while (buffer.has_more() && i < chars) { in TraverseFirst()221 CHECK(buffer2.has_more()); in TraverseFirst()
75 end_ = !buffer_->has_more(); in operator ++()
133 if (stream.has_more()) PrintF("%c", stream.GetNext()); in PrintCode()
1754 var has_more = ((first_index + length) <= body.count);1756 if (has_more || (first_index != 1)) {1783 if (has_more) {1863 var has_more = ((first_index + length) <= total_count);1865 if (has_more || (first_index != 1)) {1896 if (has_more) {
187 inline bool has_more() { return remaining_ != 0; } in has_more() function
195 while (buf.has_more()) { in Run()
334 while (has_more()) { in Length()344 while (has_more()) { in Utf16Length()
316 for (int i = start; i < end && name_buffer.has_more(); i++) { in Put()
403 bool has_more() { return has_more_; } in has_more() function
1503 if (!buffer->has_more()) return false; in IsIdentifier()1507 while (buffer->has_more()) { in IsIdentifier()6056 while (buffer->has_more() && character_position++ < offset + length) { in ToCString()6074 while (buffer->has_more() && character_position++ < offset + length) { in ToCString()6134 while (buffer->has_more()) { in ToWideCString()6787 while (ia->has_more()) { in CompareStringContents()6973 for (i = 0; i < slen && decoder->has_more(); i++) { in IsEqualTo()6983 return i == slen && !decoder->has_more(); in IsEqualTo()7065 while (buffer->has_more()) { in ComputeArrayIndex()7153 while (buffer->has_more() && hasher.is_array_index()) { in ComputeHashField()[all …]
5408 while (buffer->has_more()) { in RUNTIME_FUNCTION()5440 while (buffer->has_more()) { in RUNTIME_FUNCTION()5976 bool has_next = buffer->has_more(); in ConvertCaseHelper()6007 while (buffer->has_more()) { in ConvertCaseHelper()7217 while (bufx.has_more() && bufy.has_more()) { in StringInputBufferCompare()7224 if (bufy.has_more()) return Smi::FromInt(LESS); in StringInputBufferCompare()7226 return Smi::FromInt(bufx.has_more() ? GREATER : EQUAL); in StringInputBufferCompare()9864 while (buffer.has_more()) { in RUNTIME_FUNCTION()
5100 ASSERT(!has_more()); in ParsePattern()5775 while (has_more() && current() != ']') { in ParseCharacterClass()5806 if (!has_more()) { in ParseCharacterClass()
4199 while (decoder->has_more()) { in AllocateStringFromUtf8Slow()4284 while (buffer->has_more()) { in AllocateInternalSymbol()
7564 bool has_more() { return index_ < data_.length(); } in has_more() function
253 bool has_more) OVERRIDE { in DidReadDirectory() argument463 bool has_more) OVERRIDE { in DidReadDirectory() argument