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

  /external/v8/src/
log-inl.h 16 CodeEventListener::LogEventsAndTags Logger::ToNativeByScript(
17 CodeEventListener::LogEventsAndTags tag, Script* script) {
20 case CodeEventListener::FUNCTION_TAG:
21 return CodeEventListener::NATIVE_FUNCTION_TAG;
22 case CodeEventListener::LAZY_COMPILE_TAG:
23 return CodeEventListener::NATIVE_LAZY_COMPILE_TAG;
24 case CodeEventListener::SCRIPT_TAG:
25 return CodeEventListener::NATIVE_SCRIPT_TAG;
log.h 63 class CodeEventListener;
89 class Logger : public CodeEventListener {
149 void addCodeEventListener(CodeEventListener* listener);
150 void removeCodeEventListener(CodeEventListener* listener);
157 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
159 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
161 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
164 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
167 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
254 INLINE(static CodeEventListener::LogEventsAndTags ToNativeByScript
    [all...]
code-events.h 78 class CodeEventListener {
86 virtual ~CodeEventListener() {}
113 using LogEventsAndTags = CodeEventListener::LogEventsAndTags;
117 bool AddListener(CodeEventListener* listener) {
121 void RemoveListener(CodeEventListener* listener) {
179 std::unordered_set<CodeEventListener*> listeners_;
log.cc 37 static const char* kLogEventsNames[CodeEventListener::NUMBER_OF_LOG_EVENTS] = {
63 void Init(CodeEventListener::LogEventsAndTags tag) {
157 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
164 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
171 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
180 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
200 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
209 name_buffer_->Init(CodeEventListener::REG_EXP_TAG);
750 void Logger::addCodeEventListener(CodeEventListener* listener) {
756 void Logger::removeCodeEventListener(CodeEventListener* listener)
    [all...]
compiler.cc 277 void RecordFunctionCompilation(CodeEventListener::LogEventsAndTags tag,
300 CodeEventListener::LogEventsAndTags log_tag =
464 RecordFunctionCompilation(CodeEventListener::FUNCTION_TAG, info);
680 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, info);
758 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, info);
    [all...]
code-stubs.cc 91 CodeCreateEvent(CodeEventListener::STUB_TAG,
    [all...]
  /external/v8/src/profiler/
profiler-listener.h 24 class ProfilerListener : public CodeEventListener {
30 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
32 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
34 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
37 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
40 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
53 CodeEventListener::LogEventsAndTags tag, const char* name,
profiler-listener.cc 29 rec->entry = NewCodeEntry(CodeEventListener::CALLBACK_TAG, GetName(name));
34 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
48 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
62 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
80 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
117 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
166 NewCodeEntry(CodeEventListener::CALLBACK_TAG, GetName(name), "get ");
177 CodeEventListener::REG_EXP_TAG, GetName(source), "RegExp: ",
189 NewCodeEntry(CodeEventListener::CALLBACK_TAG, GetName(name), "set ");
287 CodeEventListener::LogEventsAndTags tag, const char* name
    [all...]
profile-generator-inl.h 13 CodeEntry::CodeEntry(CodeEventListener::LogEventsAndTags tag, const char* name,
profile-generator.h 43 inline CodeEntry(CodeEventListener::LogEventsAndTags tag, const char* name,
99 CodeEventListener::LogEventsAndTags tag() const {
cpu-profiler.cc 288 new CodeEntry(CodeEventListener::FUNCTION_TAG, counter->name(),
profile-generator.cc 133 bit_field_ = TagField::update(bit_field_, CodeEventListener::BUILTIN_TAG);
295 : root_entry_(CodeEventListener::FUNCTION_TAG, "(root)"),
  /external/v8/src/builtins/
builtins.cc 32 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG,
  /external/v8/src/ic/
handler-compiler.cc 31 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG,
  /external/v8/src/snapshot/
code-serializer.cc 228 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG,
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]
  /external/v8/src/interpreter/
interpreter.cc 154 CodeEventListener::BYTECODE_HANDLER_TAG,
    [all...]

Completed in 411 milliseconds