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

  /external/v8/src/
log.h 227 void CodeCreateEvent(LogEventsAndTags tag,
229 void CodeCreateEvent(LogEventsAndTags tag,
231 void CodeCreateEvent(LogEventsAndTags tag,
236 void CodeCreateEvent(LogEventsAndTags tag,
241 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
452 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
455 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
458 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
463 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
469 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
log.cc 163 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
172 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
181 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
193 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
215 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
    [all...]
compiler.cc 753 CodeCreateEvent(log_tag, *code, *shared, info, script_name,
    [all...]
code-stubs.cc 85 CodeCreateEvent(Logger::STUB_TAG, *code, os.str().c_str()));
builtins.cc     [all...]
  /external/v8/src/profiler/
cpu-profiler.h 224 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
226 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
228 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
231 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
235 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
cpu-profiler.cc 215 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
230 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
245 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
265 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
301 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
  /external/v8/src/ic/
ic-compiler.cc 179 PROFILE(isolate(), CodeCreateEvent(Logger::LOAD_INITIALIZE_TAG, *code, 0));
187 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_INITIALIZE_TAG, *code, 0));
196 CodeCreateEvent(Logger::STORE_PREMONOMORPHIC_TAG, *code, 0));
206 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_GENERIC_TAG, *code, 0));
214 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_MEGAMORPHIC_TAG, *code, 0));
225 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name));
handler-compiler.cc 87 PROFILE(isolate(), CodeCreateEvent(Logger::HANDLER_TAG, *code, *name));
  /external/v8/test/cctest/
test-cpu-profiler.cc 173 profiler.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code, *aaa_name);
174 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code, "comment");
175 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5);
176 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code, "comment2");
178 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3);
179 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args4_code, 4);
231 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame1_code, "bbb");
232 profiler.CodeCreateEvent(i::Logger::STUB_TAG, frame2_code, 5);
233 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame3_code, "ddd");
300 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, code, "bbb")
    [all...]
  /external/v8/src/snapshot/
serialize.cc     [all...]

Completed in 5211 milliseconds