/third_party/node/deps/v8/src/heap/ |
D | remembered-set.h | 38 static int Iterate(SlotSet* slot_set, MemoryChunk* chunk, Callback callback, in Iterate() function 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 143 Iterate(chunk, callback); in Iterate() 171 static int Iterate(MemoryChunk* chunk, Callback callback, in Iterate() function 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()
|
D | object-start-bitmap.h | 62 inline void Iterate(Callback) const; 166 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function
|
D | slot-set.h | 345 size_t Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, in Iterate() function 347 return Iterate(chunk_start, start_bucket, end_bucket, callback, in Iterate() 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 701 int Iterate(Callback callback, IterationMode mode) { in Iterate() function
|
/third_party/elfutils/tests/ |
D | run-unit-info.sh | 50 Iterate getting all info, compare with dwarf_cu_info. 56 Iterate no info, compare recorded info with dwarf_cu_info. 63 Iterate getting all info, compare with dwarf_cu_info. 69 Iterate no info, compare recorded info with dwarf_cu_info.
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_texture_filter_minmax.txt | 61 * Iterate through all supported targets and texture formats. 62 Iterate through TEXTURE_REDUCTION_MODE_ARB modes 76 * Iterate through all supported targets 77 Iterate through TEXTURE_REDUCTION_MODE_ARB modes (MIN, MAX) 78 Iterate through filters (NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_LINEAR)
|
D | CTS_ARB_shader_ballot.txt | 48 * Iterate through all supported shaders. 56 * Iterate through all supported shaders. 63 * Iterate through all supported shaders. 77 * Iterate through all supported shaders.
|
D | CTS_ARB_sparse_texture_clamp.txt | 50 * Iterate through all sparse supported targets. 66 Iterate through shaders, create and use program for current iteration 77 * Iterate through all sparse and non-sparse supported targets. 94 Iterate through shaders, create and use program for current iteration
|
D | CTS_ARB_shader_viewport_layer_array.txt | 44 Iterate through all supported shader pipelines 56 Iterate through all supported shader pipelines
|
/third_party/node/deps/v8/src/execution/ |
D | v8threads.cc | 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()
|
D | frames.h | 292 virtual void Iterate(RootVisitor* v) const = 0; 540 void Iterate(RootVisitor* v) const override { IterateCompiledFrame(v); } in Iterate() function 585 void Iterate(RootVisitor* v) const override; 615 void Iterate(RootVisitor* v) const override; 665 void Iterate(RootVisitor* v) const override {} in Iterate() function 684 void Iterate(RootVisitor* v) const override; 731 void Iterate(RootVisitor* v) const override; 813 void Iterate(RootVisitor* v) const override; 1014 void Iterate(RootVisitor* v) const override; 1046 void Iterate(RootVisitor* v) const override; [all …]
|
/third_party/skia/tests/ |
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()
|
/third_party/node/deps/v8/src/handles/ |
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()
|
D | persistent-handles.h | 33 V8_EXPORT_PRIVATE void Iterate(RootVisitor* visitor); 92 void Iterate(RootVisitor* visitor, Isolate* isolate);
|
/third_party/skia/src/core/ |
D | SkPathPriv.h | 162 struct Iterate { struct 164 Iterate(const SkPath& path) in Iterate() argument 165 : Iterate(path.fPathRef->verbsBegin(), in Iterate() 171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() argument
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.h | 30 void Iterate(RootVisitor* v); 84 void Iterate(RootVisitor* v);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
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/heap/base/ |
D | worklist.h | 73 void Iterate(Callback callback); 162 void Worklist<EntryType, SegmentSize>::Iterate(Callback callback) { in Iterate() function 165 current->Iterate(callback); in Iterate() 218 void Iterate(Callback callback) const; 267 void Worklist<EntryType, SegmentSize>::Segment::Iterate( in Iterate() function
|
/third_party/node/deps/v8/src/codegen/ |
D | compilation-cache.h | 53 void Iterate(RootVisitor* v); 201 void Iterate(RootVisitor* v);
|
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/skia/bench/ |
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/node/deps/v8/src/roots/ |
D | roots.cc | 24 void ReadOnlyRoots::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::ReadOnlyRoots
|
/third_party/node/deps/v8/src/snapshot/ |
D | read-only-deserializer.cc | 36 roots.Iterate(this); in DeserializeIntoIsolate()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | object-start-bitmap.h | 64 inline void Iterate(Callback) const; 190 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function
|
/third_party/skia/src/gpu/tessellate/ |
D | PathWedgeTessellator.cpp | 94 SkPathPriv::Iterate currentContour() { in currentContour() 95 return SkPathPriv::Iterate(fVerbs, fVerbs + fVerbsIdx, fPoints, fWeights); in currentContour()
|
/third_party/icu/docs/userguide/datetime/calendar/ |
D | examples.md | 43 // Iterate through the days and print it out. 84 // Iterate through the days and print it out. 123 // Iterate through the days and print it out.
|