Home | History | Annotate | Download | only in profiler

Lines Matching defs:ProfilerEventsProcessor

22   CpuSampler(Isolate* isolate, ProfilerEventsProcessor* processor)
39 ProfilerEventsProcessor* processor_;
42 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate,
55 ProfilerEventsProcessor::~ProfilerEventsProcessor() {
59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
65 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from,
77 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate,
94 void ProfilerEventsProcessor::StopSynchronously() {
100 bool ProfilerEventsProcessor::ProcessCodeEvent() {
120 ProfilerEventsProcessor::SampleProcessingResult
121 ProfilerEventsProcessor::ProcessOneSample() {
145 void ProfilerEventsProcessor::Run() {
188 void* ProfilerEventsProcessor::operator new(size_t size) {
189 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor));
193 void ProfilerEventsProcessor::operator delete(void* ptr) {
255 ProfilerEventsProcessor* test_processor)
324 processor_.reset(new ProfilerEventsProcessor(isolate_, generator_.get(),