Home
last modified time | relevance | path

Searched defs:Iterate (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/roots/
H A Droots.cc24 void ReadOnlyRoots::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::ReadOnlyRoots
/third_party/node/deps/v8/src/handles/
H A 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
H A Dlocal-handles.cc45 void LocalHandles::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::LocalHandles
H A Dglobal-handles.cc809 void GlobalHandles::OnStackTracedNodeSpace::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::GlobalHandles::OnStackTracedNodeSpace
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h130 void ZoneList<T>::Iterate(Visitor* visitor) { in Iterate() function in v8::internal::ZoneList
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-start-bitmap.h190 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function in cppgc::internal::ObjectStartBitmap
/third_party/node/deps/v8/src/heap/
H A Dobject-start-bitmap.h166 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function in v8::internal::ObjectStartBitmap
H A Dremembered-set.h38 static int Iterate(SlotSet* slot_set, MemoryChunk* chunk, Callback callback, in Iterate() function in v8::internal::RememberedSetOperations
139 static void Iterate(Heap* heap, RememberedSetIterationMode mode, in Iterate() function in v8::internal::RememberedSet
171 static int Iterate(MemoryChunk* chunk, Callback callback, in Iterate() function in v8::internal::RememberedSet
H A Dsafepoint.cc263 void IsolateSafepoint::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::IsolateSafepoint
H A Dslot-set.h345 size_t Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, in Iterate() function in v8::internal::SlotSet
471 size_t Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, in Iterate() function
[all...]
/third_party/node/deps/v8/src/execution/
H A Dstack-guard.h102 static char* Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::final
H A Dv8threads.cc302 void ThreadManager::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::ThreadManager
H A 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(RootVisito function in v8::internal::InternalFrame
[all...]
H A 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/skia/third_party/externals/dawn/src/dawn_native/
H A DSubresourceStorage.h357 void SubresourceStorage<T>::Iterate(F&& iterateFunc) const { in Iterate() function in dawn_native::SubresourceStorage
/third_party/node/deps/v8/src/codegen/
H A 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/node/deps/v8/src/heap/base/
H A Dworklist.h162 void Worklist<EntryType, SegmentSize>::Iterate(Callback callback) { in Iterate() function in heap::base::Worklist
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 Dhashtablez_sampler.cc158 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
/third_party/skia/src/core/
H A DSkAAClip.cpp222 static Iter Iterate(const SkAAClip& clip) { in Iterate() function
H A DSkPathPriv.h162 struct Iterate { struct in SkPathPriv
164 Iterate(const SkPath& path) in Iterate() function
171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() function
/third_party/node/deps/v8/src/debug/
H A 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/init/
H A 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
/third_party/node/deps/v8/src/objects/
H A 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::Relocatable
4639 void Relocatable::Iterate(Isolate* isolate, RootVisitor* v) { in Iterate() function in v8::Relocatable
4643 void Relocatable::Iterate(RootVisitor* v, Relocatable* top) { in Iterate() function in v8::Relocatable
/third_party/node/deps/v8/src/api/
H A Dapi.cc10562 void HandleScopeImplementer::Iterate(RootVisitor* v) { in Iterate() function in v8::OneByteMask::__anon13987::MapAsArrayKind::internal::HandleScopeImplementer
10568 char* HandleScopeImplementer::Iterate(RootVisitor* v, char* storage) { in Iterate() function in v8::OneByteMask::__anon13987::MapAsArrayKind::internal::HandleScopeImplementer

Completed in 77 milliseconds