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

/external/v8/src/
H A Dcpu-profiler.h139 void CodeCreateEvent(Logger::LogEventsAndTags tag,
144 void CodeCreateEvent(Logger::LogEventsAndTags tag,
147 void CodeCreateEvent(Logger::LogEventsAndTags tag,
226 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
228 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
230 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
234 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
238 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
H A Dcpu-profiler.cc76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfilerEventsProcessor
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfilerEventsProcessor
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfilerEventsProcessor
351 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
353 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
358 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
361 isolate->cpu_profiler()->processor_->CodeCreateEvent(
372 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
377 isolate->cpu_profiler()->processor_->CodeCreateEvent(
388 void CpuProfiler::CodeCreateEvent(Logge function in class:v8::internal::CpuProfiler
403 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
[all...]
H A Dlog.h219 void CodeCreateEvent(LogEventsAndTags tag,
221 void CodeCreateEvent(LogEventsAndTags tag,
223 void CodeCreateEvent(LogEventsAndTags tag,
227 void CodeCreateEvent(LogEventsAndTags tag,
231 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
H A Dstub-cache.cc128 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name));
147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
308 PROFILE(isolate_, CodeCreateEvent(Logge
[all...]
H A Dlog.cc864 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
899 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
939 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
980 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { function in class:v8::internal::Logger
1443 PROFILE(ISOLATE, CodeCreateEvent(tag, code_object, description));
1547 CodeCreateEvent(
1554 CodeCreateEvent(
1560 CodeCreateEvent(
1576 CodeCreateEvent(
[all...]
H A Dcompiler.cc429 PROFILE(isolate, CodeCreateEvent(
441 PROFILE(isolate, CodeCreateEvent(
806 CodeCreateEvent(Logger::ToNativeByScript(tag, *script),
813 CodeCreateEvent(Logger::ToNativeByScript(tag, *script),
H A Dcode-stubs.cc80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name));
H A Dic.cc1051 CodeCreateEvent(Logger::KEYED_LOAD_MEGAMORPHIC_IC_TAG, *code, 0));
1711 CodeCreateEvent(Logger::KEYED_STORE_MEGAMORPHIC_IC_TAG, *code, 0));
H A Dbuiltins.cc1680 CodeCreateEvent(Logger::BUILTIN_TAG,
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc92 processor.CodeCreateEvent(i::Logger::FUNCTION_TAG,
99 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG,
103 processor.CodeCreateEvent(i::Logger::STUB_TAG, 5, ToAddress(0x1300), 0x10);
104 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG,
109 processor.CodeCreateEvent(i::Logger::STUB_TAG, 3, ToAddress(0x1600), 0x10);
110 processor.CodeCreateEvent(i::Logger::STUB_TAG, 4, ToAddress(0x1605), 0x10);
148 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG,
152 processor.CodeCreateEvent(i::Logger::STUB_TAG, 5, ToAddress(0x1300), 0x10);
153 processor.CodeCreateEvent(i::Logger::BUILTIN_TAG,
238 processor.CodeCreateEvent(
[all...]

Completed in 327 milliseconds