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

  /external/v8/src/
log-inl.h 13 Logger::LogEventsAndTags Logger::ToNativeByScript(Logger::LogEventsAndTags tag,
profile-generator-inl.h 13 CodeEntry::CodeEntry(Logger::LogEventsAndTags tag,
32 bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
log.h 157 enum LogEventsAndTags {
234 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);
333 INLINE(static LogEventsAndTags ToNativeByScript(LogEventsAndTags, Script*));
360 void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
369 void InitNameBuffer(LogEventsAndTags tag)
    [all...]
cpu-profiler.h 220 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,
profile-generator.h 50 inline CodeEntry(Logger::LogEventsAndTags tag,
73 static inline bool is_js_function_tag(Logger::LogEventsAndTags tag);
91 Logger::LogEventsAndTags tag_ : 8;
280 Logger::LogEventsAndTags tag,
cpu-profiler.cc 173 static bool FilterOutCodeCreateEvent(Logger::LogEventsAndTags tag) {
197 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
211 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
225 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
251 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
277 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
log.cc 67 void Init(Logger::LogEventsAndTags tag) {
160 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
169 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
178 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
190 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
212 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag,
    [all...]
compiler.cc 605 static void RecordFunctionCompilation(Logger::LogEventsAndTags tag,
627 Logger::LogEventsAndTags log_tag = Logger::ToNativeByScript(tag, *script);
    [all...]
profile-generator.cc 533 Logger::LogEventsAndTags tag,
  /external/v8/src/ic/
ic-compiler.h 99 Logger::LogEventsAndTags log_kind(Handle<Code> code) {

Completed in 772 milliseconds