OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfilerEventsProcessor
(Results
1 - 4
of
4
) sorted by null
/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);
Completed in 39 milliseconds