HomeSort by relevance Sort by last modified time
    Searched defs:ProfilerEventsProcessor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
cpu-profiler.h 125 class ProfilerEventsProcessor : public Thread {
127 ProfilerEventsProcessor(ProfileGenerator* generator,
130 virtual ~ProfilerEventsProcessor() {}
199 ProfilerEventsProcessor* test_processor);
251 ProfilerEventsProcessor* processor() const { return processor_; }
265 ProfilerEventsProcessor* processor_;
cpu-profiler.cc 23 ProfilerEventsProcessor::ProfilerEventsProcessor(
36 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
42 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) {
57 void ProfilerEventsProcessor::StopSynchronously() {
64 bool ProfilerEventsProcessor::ProcessCodeEvent() {
84 ProfilerEventsProcessor::SampleProcessingResult
85 ProfilerEventsProcessor::ProcessOneSample() {
109 void ProfilerEventsProcessor::Run() {
136 void* ProfilerEventsProcessor::operator new(size_t size)
    [all...]

Completed in 430 milliseconds