Home
last modified time | relevance | path

Searched defs:observer (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DsymbolObserverMismatchingPolyfillsWorkTogether.ts4 readonly observer: symbol; property
7 readonly observer: unique symbol; property
DclassMergedWithInterfaceMultipleBasesNoError.ts8 readonly observer = this.handleIntersection; property in extends
/third_party/node/deps/v8/src/heap/cppgc/
Dstats-collector.cc26 void StatsCollector::RegisterObserver(AllocationObserver* observer) { in RegisterObserver()
33 void StatsCollector::UnregisterObserver(AllocationObserver* observer) { in UnregisterObserver()
83 ForAllAllocationObservers([this](AllocationObserver* observer) { in AllocatedObjectSizeSafepointImpl()
142 ForAllAllocationObservers([this](AllocationObserver* observer) { in NotifyMarkingCompleted()
291 ForAllAllocationObservers([size](AllocationObserver* observer) { in NotifyAllocatedMemory()
305 ForAllAllocationObservers([size](AllocationObserver* observer) { in NotifyFreedMemory()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DObserver.h86 ObserverBindingBase(ObserverInterface *observer, SubjectIndex subjectIndex) in ObserverBindingBase()
114 ANGLE_INLINE void addObserver(ObserverBindingBase *observer) in addObserver()
120 ANGLE_INLINE void removeObserver(ObserverBindingBase *observer) in removeObserver()
DObserver_unittest.cpp32 ObserverClass observer; in TEST() local
DObserver.cpp61 ObserverBinding::ObserverBinding(ObserverInterface *observer, SubjectIndex index) in ObserverBinding()
DBuffer.cpp405 const ContentsObserver &observer = mContentsObservers[observerIndex]; in getContentsObserverIndex() local
439 for (const ContentsObserver &observer : mContentsObservers) in onContentsChange() local
DRefCountObject.h281 SubjectBindingPointer(angle::ObserverInterface *observer, angle::SubjectIndex index) in SubjectBindingPointer()
/third_party/node/test/parallel/
Dtest-performanceobserver.js34 const observer = new PerformanceObserver(common.mustNotCall()); constant
63 const observer = constant
/third_party/node/deps/v8/src/heap/
Dspaces.cc225 void Space::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver()
229 void Space::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver()
336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver()
347 AllocationObserver* observer) { in RemoveAllocationObserver()
Dallocation-observer.cc13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver()
43 void AllocationCounter::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver()
/third_party/node/test/fixtures/wpt/performance-timeline/
Didlharness.any.js20 self.observer = new PerformanceObserver(resolve); variable in self
Dpo-takeRecords.any.js5 const observer = new PerformanceObserver(function (entryList, observer) { argument
/third_party/node/test/fixtures/wpt/user-timing/
Dsupported-usertiming-types.any.js26 new PerformanceObserver(function (list, observer) { argument
/third_party/skia/modules/skottie/tests/
DExpression.cpp247 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/compiler/
Dnode-observer.cc18 void ObserveNodeManager::StartObserving(Node* node, NodeObserver* observer) { in StartObserving()
Dnode-observer.h93 NodeObserver* observer; member
/third_party/node/deps/v8/src/interpreter/
Dbytecode-register-allocator.h98 void set_observer(Observer* observer) { observer_ = observer; } in set_observer()
/third_party/typescript/tests/baselines/reference/
DclassMergedWithInterfaceMultipleBasesNoError.js9 readonly observer = this.handleIntersection; field in AnonymousClasscb09c81d0101
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.h91 void set_observer(CodeEventObserver* observer) { observer_ = observer; } in set_observer()
/third_party/skia/modules/sksg/src/
DSkSGNode.cpp127 forEachInvalObserver([&](Node* observer) { in invalidate()
/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc347 v8::TracingController::TraceStateObserver* observer) { in AddTraceStateObserver()
358 v8::TracingController::TraceStateObserver* observer) { in RemoveTraceStateObserver()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_telephony_observer.js39 const observer = { variable
/third_party/skia/modules/skottie/src/
DSkottiePriv.h154 auto observer = builder->fPropertyObserver.get(); in AutoPropertyTracker() local
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h128 void SetNodeObserver(compiler::NodeObserver* observer) { in SetNodeObserver()

12