Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader.cc185 if (next_index_ > 0) { in Next()
196 next_index_++; in Next()
334 DCHECK_LT(0, next_index_); in ExtractCurrentEntry()
416 DCHECK_LT(0, next_index_); in ExtractCurrentEntryToFilePathAsync()
476 DCHECK_LT(0, next_index_); in ExtractCurrentEntryToString()
518 next_index_ = 0; in Reset()
Dzip_reader.h281 int next_index_; variable
/third_party/node/deps/v8/src/compiler/
Dload-elimination.h58 elements_[next_index_++] = Element(object, index, value, representation); in NON_EXPORTED_BASE()
65 that->elements_[that->next_index_] = in NON_EXPORTED_BASE()
67 that->next_index_ = (that->next_index_ + 1) % arraysize(elements_); in NON_EXPORTED_BASE()
96 size_t next_index_ = 0; in NON_EXPORTED_BASE() local
Dload-elimination.cc178 that->elements_[that->next_index_++] = element2; in Kill()
181 that->next_index_ %= arraysize(elements_); in Kill()
231 copy->elements_[copy->next_index_++] = this_element; in Merge()
236 copy->next_index_ %= arraysize(elements_); in Merge()
/third_party/node/deps/zlib/google/
Dzip_reader.cc185 if (next_index_ > 0) { in Next()
196 next_index_++; in Next()
354 DCHECK_LT(0, next_index_); in ExtractCurrentEntry()
457 DCHECK_LT(0, next_index_); in ExtractCurrentEntryToFilePathAsync()
517 DCHECK_LT(0, next_index_); in ExtractCurrentEntryToString()
559 next_index_ = 0; in Reset()
Dzip_reader.h313 int next_index_; variable
/third_party/node/deps/v8/src/snapshot/
Dserializer.h137 explicit ObjectCacheIndexMap(Heap* heap) : map_(heap), next_index_(0) {} in ObjectCacheIndexMap()
147 *find_result.entry = next_index_++; in LookupOrInsert()
167 int size() const { return next_index_; } in size()
171 int next_index_; variable
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc984 next_index_(0) {} in IndexedReferencesExtractor()
1016 generator_->SetWeakReference(parent_, next_index_++, object, {}); in VisitEmbeddedPointer()
1035 generator_->SetWeakReference(parent_, next_index_++, heap_object, {}); in VisitSlotImpl()
1045 generator_->SetHiddenReference(parent_obj_, parent_, next_index_++, in VisitHeapObjectImpl()
1054 int next_index_; member in v8::internal::IndexedReferencesExtractor