Home
last modified time | relevance | path

Searched defs:Iterate (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/core/
DSkPathPriv.h162 struct Iterate { struct
164 Iterate(const SkPath& path) in Iterate() function
171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() function
175 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin()
176 SkPath::RangeIter end() { return {fVerbsEnd, nullptr, nullptr}; } in end()
179 const uint8_t* fVerbsEnd;
180 const SkPoint* fPoints;
181 const SkScalar* fWeights;
DSkAAClip.cpp222 static Iter Iterate(const SkAAClip& clip) { in Iterate() function
/third_party/node/deps/v8/src/handles/
Dpersistent-handles.cc88 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
Dlocal-handles.cc45 void LocalHandles::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::LocalHandles
Dglobal-handles.cc809 void GlobalHandles::OnStackTracedNodeSpace::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::GlobalHandles::OnStackTracedNodeSpace
/third_party/node/deps/v8/src/roots/
Droots.cc24 void ReadOnlyRoots::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::ReadOnlyRoots
/third_party/node/deps/v8/src/heap/
Dremembered-set.h38 static int Iterate(SlotSet* slot_set, MemoryChunk* chunk, Callback callback, in Iterate() function
139 static void Iterate(Heap* heap, RememberedSetIterationMode mode, in Iterate() function
171 static int Iterate(MemoryChunk* chunk, Callback callback, in Iterate() function
Dobject-start-bitmap.h166 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function
Dslot-set.h345 size_t Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, in Iterate() function
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
Dsafepoint.cc263 void IsolateSafepoint::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::IsolateSafepoint
/third_party/node/deps/v8/src/heap/base/
Dworklist.h162 void Worklist<EntryType, SegmentSize>::Iterate(Callback callback) { in Iterate() function
267 void Worklist<EntryType, SegmentSize>::Segment::Iterate( in Iterate() function
/third_party/node/deps/v8/src/execution/
Dframes.cc204 void TypedFrameWithJSLinkage::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::TypedFrameWithJSLinkage
799 void ExitFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::ExitFrame
1287 void OptimizedFrame::Iterate(RootVisitor* v) const { IterateCompiledFrame(v); } in Iterate() function in v8::internal::OptimizedFrame
2161 void WasmDebugBreakFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::WasmDebugBreakFrame
2187 void JsToWasmFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::JsToWasmFrame
2222 void StackSwitchFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::StackSwitchFrame
2256 void WasmCompileLazyFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::WasmCompileLazyFrame
2394 void EntryFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::EntryFrame
2416 void JavaScriptFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::JavaScriptFrame
2421 void InternalFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::InternalFrame
Dstack-guard.h102 static char* Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function
Dv8threads.cc302 void ThreadManager::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::ThreadManager
Dframes.h540 void Iterate(RootVisitor* v) const override { IterateCompiledFrame(v); } in Iterate() function
665 void Iterate(RootVisitor* v) const override {} in Iterate() function
Disolate.cc540 char* Isolate::Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Isolate
551 void Isolate::Iterate(RootVisitor* v, ThreadLocalTop* thread) { in Iterate() function in v8::internal::Isolate
603 void Isolate::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::Isolate
/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc81 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
/third_party/skia/third_party/externals/angle2/src/common/
DCircularBuffer_unittest.cpp95 TEST(CircularBuffer, Iterate) in TEST() argument
/third_party/node/deps/v8/src/heap/cppgc/
Dobject-start-bitmap.h190 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function
/third_party/node/deps/v8/src/zone/
Dzone-list-inl.h130 void ZoneList<T>::Iterate(Visitor* visitor) { in Iterate() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc158 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h357 void SubresourceStorage<T>::Iterate(F&& iterateFunc) const { in Iterate() function
/third_party/node/deps/v8/src/debug/
Ddebug.cc435 void Debug::Iterate(RootVisitor* v) { Iterate(v, &thread_local_); } in Iterate() function in v8::internal::Debug
437 char* Debug::Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Debug
444 void Debug::Iterate(RootVisitor* v, ThreadLocal* thread_local_data) { in Iterate() function in v8::internal::Debug
/third_party/node/deps/v8/src/objects/
Dobjects.cc2165 void HeapObject::Iterate(PtrComprCageBase cage_base, ObjectVisitor* v) { in Iterate() function in v8::internal::HeapObject
4633 char* Relocatable::Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Relocatable
4639 void Relocatable::Iterate(Isolate* isolate, RootVisitor* v) { in Iterate() function in v8::internal::Relocatable
4643 void Relocatable::Iterate(RootVisitor* v, Relocatable* top) { in Iterate() function in v8::internal::Relocatable
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc86 void SourceCodeCache::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::SourceCodeCache
316 void Bootstrapper::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::Bootstrapper

12