| /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/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
|
| H A D | local-handles.cc | 45 void LocalHandles::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::LocalHandles
|
| H A D | global-handles.cc | 809 void GlobalHandles::OnStackTracedNodeSpace::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::GlobalHandles::OnStackTracedNodeSpace
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-list-inl.h | 130 void ZoneList<T>::Iterate(Visitor* visitor) { in Iterate() function in v8::internal::ZoneList
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | object-start-bitmap.h | 190 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function in cppgc::internal::ObjectStartBitmap
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-start-bitmap.h | 166 inline void ObjectStartBitmap::Iterate(Callback callback) const { in Iterate() function in v8::internal::ObjectStartBitmap
|
| H A D | remembered-set.h | 38 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 D | safepoint.cc | 263 void IsolateSafepoint::Iterate(RootVisitor* visitor) { in Iterate() function in v8::internal::IsolateSafepoint
|
| H A D | slot-set.h | 345 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 D | stack-guard.h | 102 static char* Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::final
|
| H A D | v8threads.cc | 302 void ThreadManager::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::ThreadManager
|
| H A D | frames.cc | 204 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 D | isolate.cc | 540 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 D | SubresourceStorage.h | 357 void SubresourceStorage<T>::Iterate(F&& iterateFunc) const { in Iterate() function in dawn_native::SubresourceStorage
|
| /third_party/node/deps/v8/src/codegen/ |
| 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
|
| /third_party/node/deps/v8/src/heap/base/ |
| H A D | worklist.h | 162 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 D | hashtablez_sampler.cc | 158 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
|
| /third_party/skia/src/core/ |
| H A D | SkAAClip.cpp | 222 static Iter Iterate(const SkAAClip& clip) { in Iterate() function
|
| H A D | SkPathPriv.h | 162 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 D | debug.cc | 435 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 D | bootstrapper.cc | 86 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 D | objects.cc | 2165 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 D | api.cc | 10562 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
|