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

  /external/v8/src/snapshot/
snapshot-source-sink.h 32 bool HasMore() { return position_ < length_; }
natives-external.cc 159 DCHECK(!bytes.HasMore());
  /external/v8/test/cctest/
test-strings.cc 532 while (character_stream_1.HasMore()) {
533 CHECK(character_stream_2.HasMore());
538 CHECK(!character_stream_1.HasMore());
539 CHECK(!character_stream_2.HasMore());
549 while (character_stream_1.HasMore() && i < chars) {
550 CHECK(character_stream_2.HasMore());
621 CHECK(flat_stream.HasMore());
622 CHECK(cons_stream.HasMore());
626 CHECK(!flat_stream.HasMore());
627 CHECK(!cons_stream.HasMore());
    [all...]
  /external/v8/src/runtime/
runtime-collections.cc 128 // 0: HasMore flag
136 details->set(0, isolate->heap()->ToBoolean(holder->HasMore()));
215 // 0: HasMore flag
223 details->set(0, isolate->heap()->ToBoolean(holder->HasMore()));
runtime-test.cc 357 while (stream.HasMore()) {
runtime-strings.cc 831 bool has_next = stream.HasMore();
864 while (stream.HasMore()) {
    [all...]
runtime-debug.cc 168 result->set(1, isolate->heap()->ToBoolean(iterator->HasMore()));
    [all...]
  /external/v8/src/
codegen.cc 175 if (stream.HasMore()) {
conversions.cc 63 end_ = !stream_->HasMore();
string-stream.cc 312 for (int i = start; i < end && stream.HasMore(); i++) {
utils.h     [all...]
objects.h     [all...]
objects.cc     [all...]
objects-inl.h     [all...]
  /external/v8/src/ast/
ast-value-factory.cc 45 bool HasMore() { return pos_ < literal_bytes_.length(); }

Completed in 177 milliseconds