Searched defs:ProfilerListener (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dprofiler-listener.h24 class ProfilerListener : public CodeEventListener { class in namespace:v8::internal
26 explicit ProfilerListener(Isolate* isolate);
27 ~ProfilerListener() override;
91 DISALLOW_COPY_AND_ASSIGN(ProfilerListener);
H A Dprofiler-listener.cc15 ProfilerListener::ProfilerListener(Isolate* isolate) function in class:v8::internal::ProfilerListener
18 ProfilerListener::~ProfilerListener() {
24 void ProfilerListener::CallbackEvent(Name* name, Address entry_point) {
33 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
47 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
61 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
79 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
133 void ProfilerListener
[all...]

Completed in 24 milliseconds