/third_party/node/deps/v8/src/heap/ |
H A D | remembered-set.h | 38 static int Iterate(SlotSet* slot_set, MemoryChunk* chunk, Callback callback, in Iterate() function in v8::internal::RememberedSetOperations 42 slots += slot_set->Iterate(chunk->address(), 0, chunk->buckets(), in Iterate() 76 slot_set->Iterate( in CheckNoneInRange() 139 static void Iterate(Heap* heap, RememberedSetIterationMode mode, in Iterate() function in v8::internal::RememberedSet 143 Iterate(chunk, callback); in Iterate() 171 static int Iterate(MemoryChunk* chunk, Callback callback, in Iterate() function in v8::internal::RememberedSet 174 return RememberedSetOperations::Iterate(slot_set, chunk, callback, mode); in Iterate() 239 slot_set->Iterate( in RemoveRangeTyped() 269 slot_set->Iterate(callback, TypedSlotSet::KEEP_EMPTY_CHUNKS); in IterateTyped()
|
H A D | object-start-bitmap.h | 62 inline void Iterate(Callback) const; 166 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function in v8::internal::ObjectStartBitmap
|
H A D | slot-set.h | 329 // Iterate over all slots in the set and for each slot invoke the callback. 338 // Iterate([](MaybeObjectSlot slot) { 345 size_t Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, in Iterate() function in v8::internal::SlotSet 347 return Iterate(chunk_start, start_bucket, end_bucket, callback, in Iterate() 355 // Similar to Iterate but marks potentially empty buckets internally. Stores 363 return Iterate(chunk_start, start_bucket, end_bucket, callback, in IterateAndTrackEmptyBuckets() 471 size_t Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, in Iterate() function 690 // Iterate over all slots in the set and for each slot invoke the callback. 695 // Iterate([](SlotType slot_type, Address slot_address) { 701 int Iterate(Callbac [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | v8threads.cc | 272 // in ThreadManager::Iterate(RootVisitor*). in EagerlyArchiveThread() 302 void ThreadManager::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::ThreadManager 307 data = HandleScopeImplementer::Iterate(v, data); in Iterate() 308 data = isolate_->Iterate(v, data); in Iterate() 309 data = Relocatable::Iterate(v, data); in Iterate() 310 data = StackGuard::Iterate(v, data); in Iterate() 311 data = Debug::Iterate(v, data); in Iterate()
|
H A D | frames.h | 292 virtual void Iterate(RootVisitor* v) const = 0; 522 // Iterate over expression stack including stack handlers, locals, 540 void Iterate(RootVisitor* v) const override { IterateCompiledFrame(v); } 585 void Iterate(RootVisitor* v) const override; 615 void Iterate(RootVisitor* v) const override; 665 void Iterate(RootVisitor* v) const override {} 684 void Iterate(RootVisitor* v) const override; 731 void Iterate(RootVisitor* v) const override; 813 void Iterate(RootVisitor* v) const override; 1014 void Iterate(RootVisito [all...] |
H A D | v8threads.h | 71 void Iterate(RootVisitor* v); 82 // Iterate over in-use states.
|
/third_party/skia/tests/ |
H A D | SubsetPath.cpp | 67 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in SubsetContours() 102 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in getSubsetPath() 151 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in SubsetVerbs() 183 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in getSubsetPath()
|
H A D | PathOpsTestCommon.cpp | 171 for (auto [verb, pts, w] : SkPathPriv::Iterate(cubicPath)) { 207 for (auto [verb, pts, w] : SkPathPriv::Iterate(cubicPath)) { in CubicPathToSimple()
|
/third_party/node/deps/v8/src/handles/ |
H A D | persistent-handles.cc | 88 void PersistentHandles::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::PersistentHandles 124 void PersistentHandlesList::Iterate(RootVisitor* visitor, Isolate* isolate) { in Iterate() function in v8::internal::PersistentHandlesList 129 current->Iterate(visitor); in Iterate()
|
H A D | persistent-handles.h | 33 V8_EXPORT_PRIVATE void Iterate(RootVisitor* visitor); 92 void Iterate(RootVisitor* visitor, Isolate* isolate);
|
H A D | local-handles.h | 24 void Iterate(RootVisitor* visitor);
|
/third_party/skia/src/core/ |
H A D | SkPathPriv.h | 158 * for (auto [verb, pts, weights] : SkPathPriv::Iterate(skPath)) { 162 struct Iterate { struct in SkPathPriv 164 Iterate(const SkPath& path) in Iterate() function 165 : Iterate(path.fPathRef->verbsBegin(), in Iterate() 171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() function
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.h | 30 void Iterate(RootVisitor* v); 84 void Iterate(RootVisitor* v);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compilation-cache.h | 53 void Iterate(RootVisitor* v); 201 void Iterate(RootVisitor* v);
|
H A D | compilation-cache.cc | 81 void CompilationSubCache::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::CompilationSubCache 382 void CompilationCache::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::CompilationCache 384 subcaches_[i]->Iterate(v); in Iterate()
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | persistent-node.h | 87 void Iterate(RootVisitor&); 203 void Iterate(RootVisitor&);
|
/third_party/node/deps/v8/src/heap/base/ |
H A D | worklist.h | 73 void Iterate(Callback callback); 162 void Worklist<EntryType, SegmentSize>::Iterate(Callback callback) { in Iterate() function in heap::base::Worklist 165 current->Iterate(callback); in Iterate() 218 void Iterate(Callback callback) const; 267 void Worklist<EntryType, SegmentSize>::Segment::Iterate( in Iterate() function in heap::base::Worklist::Segment
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler_test.cc | 65 s->Iterate([&](const HashtablezInfo& info) { in GetSizes() 241 sampler.Iterate([&](const HashtablezInfo& h) { in TEST() 251 sampler.Iterate([&](const HashtablezInfo& h) { in TEST() 333 sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
|
/third_party/node/deps/v8/src/roots/ |
H A D | roots.cc | 24 void ReadOnlyRoots::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::ReadOnlyRoots
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | read-only-deserializer.cc | 36 roots.Iterate(this); in DeserializeIntoIsolate()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.h | 341 void Iterate(RootVisitor* v); 409 static char* Iterate(RootVisitor* v, char* thread_storage); 576 static void Iterate(RootVisitor* v, ThreadLocal* thread_local_data);
|
/third_party/skia/bench/ |
H A D | TessellateBench.cpp | 170 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in benchmark_wangs_formula_cubic_log2() 198 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in benchmark_wangs_formula_conic() 212 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in benchmark_wangs_formula_conic_log2()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTightBounds.cpp | 14 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in TightBounds()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | object-start-bitmap.h | 64 inline void Iterate(Callback) const; 190 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function in cppgc::internal::ObjectStartBitmap
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PathWedgeTessellator.cpp | 94 SkPathPriv::Iterate currentContour() { in currentContour() 95 return SkPathPriv::Iterate(fVerbs, fVerbs + fVerbsIdx, fPoints, fWeights); in currentContour()
|