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

  /external/chromium_org/v8/src/
cpu-profiler-inl.h 81 TickSample* ProfilerEventsProcessor::StartTickSample() {
90 void ProfilerEventsProcessor::FinishTickSample() {
cpu-profiler.h 138 class ProfilerEventsProcessor : public Thread {
140 ProfilerEventsProcessor(ProfileGenerator* generator,
143 virtual ~ProfilerEventsProcessor() {}
207 ProfilerEventsProcessor* test_processor);
258 ProfilerEventsProcessor* processor() const { return processor_; }
273 ProfilerEventsProcessor* processor_;
cpu-profiler.cc 46 ProfilerEventsProcessor::ProfilerEventsProcessor(
59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
65 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) {
80 void ProfilerEventsProcessor::StopSynchronously() {
87 bool ProfilerEventsProcessor::ProcessCodeEvent() {
107 ProfilerEventsProcessor::SampleProcessingResult
108 ProfilerEventsProcessor::ProcessOneSample() {
132 void ProfilerEventsProcessor::Run() {
389 ProfilerEventsProcessor* test_processor
    [all...]
  /external/v8/src/
cpu-profiler-inl.h 59 TickSample* ProfilerEventsProcessor::TickSampleEvent() {
67 bool ProfilerEventsProcessor::FilterOutCodeCreateEvent(
cpu-profiler.cc 48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator)
59 void ProfilerEventsProcessor::CallbackCreateEvent(Logger::LogEventsAndTags tag,
76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) {
141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from,
154 void ProfilerEventsProcessor::RegExpCodeCreateEvent(
172 void ProfilerEventsProcessor::AddCurrentStack()
    [all...]
cpu-profiler.h 125 class ProfilerEventsProcessor : public Thread {
127 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
128 virtual ~ProfilerEventsProcessor() {}
271 ProfilerEventsProcessor* processor_;
  /external/v8/test/cctest/
test-cpu-profiler.cc 16 using i::ProfilerEventsProcessor;
23 ProfilerEventsProcessor processor(&generator);
41 static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc,
84 ProfilerEventsProcessor processor(&generator);
145 ProfilerEventsProcessor processor(&generator);
235 ProfilerEventsProcessor processor(&generator);
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 44 using i::ProfilerEventsProcessor;
55 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
66 static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc,
147 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
209 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
278 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
    [all...]

Completed in 181 milliseconds