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

  /external/v8/src/
cpu-profiler-inl.h 66 TickSample* ProfilerEventsProcessor::StartTickSample() {
75 void ProfilerEventsProcessor::FinishTickSample() {
cpu-profiler.h 125 class ProfilerEventsProcessor : public base::Thread {
127 ProfilerEventsProcessor(ProfileGenerator* generator,
130 virtual ~ProfilerEventsProcessor() {}
199 ProfilerEventsProcessor* test_processor);
248 ProfilerEventsProcessor* processor() const { return processor_; }
262 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...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 46 using i::ProfilerEventsProcessor;
56 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
63 static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc,
144 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
205 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
274 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor(
    [all...]

Completed in 831 milliseconds