Home
last modified time | relevance | path

Searched refs:observer_ (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-allocator.h31 observer_(nullptr) {} in BytecodeRegisterAllocator()
41 if (observer_) { in NewRegister()
42 observer_->RegisterAllocateEvent(reg); in NewRegister()
52 if (observer_) { in NewRegisterList()
53 observer_->RegisterListAllocateEvent(reg_list); in NewRegisterList()
83 if (observer_) { in ReleaseRegisters()
84 observer_->RegisterListFreeEvent(RegisterList(register_index, count)); in ReleaseRegisters()
98 void set_observer(Observer* observer) { observer_ = observer; } in set_observer()
106 Observer* observer_; member in v8::internal::interpreter::final
/third_party/node/deps/v8/src/common/
H A Dhigh-allocation-throughput-scope.h20 : observer_(platform->GetHighAllocationThroughputObserver()) { in HighAllocationThroughputScope()
21 observer_->LeaveSection(); in HighAllocationThroughputScope()
28 ~HighAllocationThroughputScope() { observer_->EnterSection(); } in ~HighAllocationThroughputScope()
31 HighAllocationThroughputObserver* observer_; member in v8::internal::final
/third_party/node/deps/v8/src/heap/
H A Dallocation-observer.cc17 return aoc.observer_ == observer; in AddAllocationObserver()
46 return aoc.observer_ == observer; in RemoveAllocationObserver()
104 aoc.observer_->Step( in InvokeAllocationObservers()
108 size_t observer_step_size = aoc.observer_->GetNextStepSize(); in InvokeAllocationObservers()
124 size_t observer_step_size = aoc.observer_->GetNextStepSize(); in InvokeAllocationObservers()
141 return pending_removed_.count(aoc.observer_) != 0; in InvokeAllocationObservers()
H A Dallocation-observer.h97 : observer_(observer), in AllocationObserverCounter()
101 AllocationObserver* observer_; member
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.h91 void set_observer(CodeEventObserver* observer) { observer_ = observer; } in set_observer()
99 observer_->CodeEventHandler(evt_rec); in DispatchCodeEvent()
103 CodeEventObserver* observer_; member in v8::internal::ProfilerListener
H A Dprofiler-listener.cc36 observer_(observer), in ProfilerListener()

Completed in 3 milliseconds