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

  /external/v8/src/
cpu-profiler.h 139 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,
cpu-profiler.cc 76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
351 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
353 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
358 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
361 isolate->cpu_profiler()->processor_->CodeCreateEvent(
372 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
377 isolate->cpu_profiler()->processor_->CodeCreateEvent(
388 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
log.h 219 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);
stub-cache.cc 128 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(Logger::KEYED_LOAD_IC_TAG, *code, *name))
    [all...]
log.cc 864 void Logger::CodeCreateEvent(LogEventsAndTags tag,
899 void Logger::CodeCreateEvent(LogEventsAndTags tag,
939 void Logger::CodeCreateEvent(LogEventsAndTags tag,
980 void Logger::CodeCreateEvent(LogEventsAndTags tag,
1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) {
    [all...]
compiler.cc 429 PROFILE(isolate, CodeCreateEvent(
441 PROFILE(isolate, CodeCreateEvent(
806 CodeCreateEvent(Logger::ToNativeByScript(tag, *script),
813 CodeCreateEvent(Logger::ToNativeByScript(tag, *script),
code-stubs.cc 80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name));
ic.cc     [all...]
builtins.cc     [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 92 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(i::Logger::BUILTIN_TAG
    [all...]

Completed in 122 milliseconds