Searched refs:CodeCreateEvent (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dlog.h234 void CodeCreateEvent(LogEventsAndTags tag,
236 void CodeCreateEvent(LogEventsAndTags tag,
238 void CodeCreateEvent(LogEventsAndTags tag,
243 void CodeCreateEvent(LogEventsAndTags tag,
248 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
461 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
464 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
467 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
472 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
478 virtual void CodeCreateEvent(Logge
[all...]
H A Dcpu-profiler.h220 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
222 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
224 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
227 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
231 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
H A Dlog.cc160 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
169 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
178 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
190 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
212 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
1176 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1179 PROFILER_LOG(CodeCreateEvent(tag, code, comment));
1182 CALL_LISTENERS(CodeCreateEvent(tag, code, comment));
1192 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1195 PROFILER_LOG(CodeCreateEvent(ta
1214 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1246 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1277 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
[all...]
H A Dcpu-profiler.cc197 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
211 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
225 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, function in class:v8::internal::CpuProfiler
251 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, function in class:v8::internal::CpuProfiler
277 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
H A Dcompiler.cc629 CodeCreateEvent(log_tag, *code, *shared, info, script_name,
1064 PROFILE(isolate, CodeCreateEvent(
H A Dcode-stubs.cc80 PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, os.c_str()));
H A Dbuiltins.cc1570 CodeCreateEvent(Logger::BUILTIN_TAG, *code, functions[i].s_name));
/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc311 PROFILE(isolate(), CodeCreateEvent(Logger::LOAD_INITIALIZE_TAG, *code, 0));
320 CodeCreateEvent(Logger::LOAD_PREMONOMORPHIC_TAG, *code, 0));
328 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_INITIALIZE_TAG, *code, 0));
337 CodeCreateEvent(Logger::STORE_PREMONOMORPHIC_TAG, *code, 0));
347 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_GENERIC_TAG, *code, 0));
355 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_MEGAMORPHIC_TAG, *code, 0));
367 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name));
415 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, 0));
H A Dhandler-compiler.cc77 PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, *name));
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc152 profiler.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code, *aaa_name);
153 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code, "comment");
154 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5);
155 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code, "comment2");
157 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3);
158 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args4_code, 4);
210 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame1_code, "bbb");
211 profiler.CodeCreateEvent(i::Logger::STUB_TAG, frame2_code, 5);
212 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame3_code, "ddd");
279 profiler.CodeCreateEvent(
[all...]

Completed in 179 milliseconds