/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Observer_unittest.cpp | 32 ObserverClass observer; in TEST() local
|
H A D | Observer.cpp | 61 ObserverBinding::ObserverBinding(ObserverInterface *observer, SubjectIndex index) in ObserverBinding() argument
|
H A D | Observer.h | 90 ObserverBindingBase(ObserverInterface *observer, SubjectIndex subjectIndex) in ObserverBindingBase() argument 118 ANGLE_INLINE void addObserver(ObserverBindingBase *observer) in addObserver() argument 124 ANGLE_INLINE void removeObserver(ObserverBindingBase *observer) in removeObserver() argument [all...] |
H A D | RefCountObject.h | 281 SubjectBindingPointer(angle::ObserverInterface *observer, angle::SubjectIndex index) in SubjectBindingPointer() argument
|
H A D | Buffer.cpp | 410 const ContentsObserver &observer = mContentsObservers[observerIndex]; in getContentsObserverIndex() local
|
H A D | VertexArray.cpp | 339 angle::ObserverBinding *observer = &mArrayBufferObserverBindings[bindingIndex]; in bindVertexBufferImpl() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-observer.cc | 18 void ObserveNodeManager::StartObserving(Node* node, NodeObserver* observer) { in StartObserving() argument
|
H A D | node-observer.h | 93 NodeObserver* observer; member
|
/third_party/skia/modules/skottie/tests/ |
H A D | Expression.cpp | 247 auto observer = sk_make_sp<FakePropertyObserver>(); in DEF_TEST() local 347 auto observer = sk_make_sp<FakePropertyObserver>(); in DEF_TEST() local
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.h | 91 void set_observer(CodeEventObserver* observer) { observer_ = observer; } in set_observer() argument
|
H A D | profiler-listener.cc | 30 ProfilerListener(Isolate* isolate, CodeEventObserver* observer, CodeEntryStorage& code_entry_storage, WeakCodeRegistry& weak_code_registry, CpuProfilingNamingMode naming_mode) ProfilerListener() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | allocation-observer.cc | 13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() argument 43 void AllocationCounter::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver() argument [all...] |
H A D | spaces.cc | 225 void Space::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() argument 229 void Space::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver() argument 336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() argument 346 RemoveAllocationObserver( AllocationObserver* observer) RemoveAllocationObserver() argument [all...] |
H A D | mark-compact.cc | 1581 void AddObserver(MigrationObserver* observer) { in AddObserver() argument 3611 void AddObserver(MigrationObserver* observer) { in AddObserver() argument
|
H A D | heap.cc | 1128 AddAllocationObserversToAllSpaces( AllocationObserver* observer, AllocationObserver* new_space_observer) AddAllocationObserversToAllSpaces() argument 1142 RemoveAllocationObserversFromAllSpaces( AllocationObserver* observer, AllocationObserver* new_space_observer) RemoveAllocationObserversFromAllSpaces() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register-allocator.h | 98 void set_observer(Observer* observer) { observer_ = observer; } in set_observer() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | stats-collector.cc | 26 void StatsCollector::RegisterObserver(AllocationObserver* observer) { in RegisterObserver() argument 33 void StatsCollector::UnregisterObserver(AllocationObserver* observer) { in UnregisterObserver() argument [all...] |
H A D | stats-collector.h | 381 auto* observer = allocation_observers_[i]; in ForAllAllocationObservers() local
|
/third_party/node/deps/v8/src/codegen/ |
H A D | optimized-compilation-info.h | 128 void SetNodeObserver(compiler::NodeObserver* observer) { in SetNodeObserver() argument
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 252 auto observer = sk_make_sp<TestPropertyObserver>(); in DEF_TEST() local 385 auto observer = sk_make_sp<TestMarkerObserver>(); in DEF_TEST() local [all...] |
H A D | SkottiePriv.h | 154 auto observer = builder->fPropertyObserver.get(); in AutoPropertyTracker() local
|
H A D | Skottie.cpp | 299 void AnimationBuilder::AutoPropertyTracker::updateContext(PropertyObserver* observer, in updateContext() argument
|