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 16 Logger::LogEventsAndTags Logger::ToNativeByScript(Logger::LogEventsAndTags tag,
log.h 156 enum LogEventsAndTags {
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);
328 INLINE(static LogEventsAndTags ToNativeByScript(LogEventsAndTags, Script*));
355 void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
361 void InitNameBuffer(LogEventsAndTags tag)
    [all...]
log.cc 68 void Init(Logger::LogEventsAndTags tag) {
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 729 static void RecordFunctionCompilation(Logger::LogEventsAndTags tag,
751 Logger::LogEventsAndTags log_tag = Logger::ToNativeByScript(tag, *script);
    [all...]
  /external/v8/src/profiler/
profile-generator-inl.h 13 CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, const char* name,
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,
profile-generator.h 41 inline CodeEntry(Logger::LogEventsAndTags tag, const char* name,
110 class TagField : public BitField<Logger::LogEventsAndTags, 0, 8> {};
112 Logger::LogEventsAndTags tag() const { return TagField::decode(bit_field_); }
327 Logger::LogEventsAndTags tag, const char* name,
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,
profile-generator.cc 540 Logger::LogEventsAndTags tag, const char* name, const char* name_prefix,
  /external/v8/src/ic/
ic-compiler.h 79 Logger::LogEventsAndTags log_kind(Handle<Code> code) {

Completed in 120 milliseconds