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

  /external/v8/src/
log.h 149 enum LogEventsAndTags {
212 static void CodeCreateEvent(LogEventsAndTags tag,
214 static void CodeCreateEvent(LogEventsAndTags tag, Code* code, String* name);
215 static void CodeCreateEvent(LogEventsAndTags tag, Code* code, String* name,
217 static void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
308 static void MoveEventInternal(LogEventsAndTags event,
313 static void DeleteEventInternal(LogEventsAndTags event,
log.cc 729 void Logger::CodeCreateEvent(LogEventsAndTags tag,
755 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, String* name) {
774 void Logger::CodeCreateEvent(LogEventsAndTags tag,
798 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) {
901 void Logger::MoveEventInternal(LogEventsAndTags event,
923 void Logger::DeleteEventInternal(LogEventsAndTags event, Address from) {
    [all...]
compiler.h 270 static void LogCodeCreateEvent(Logger::LogEventsAndTags tag,
compiler.cc 546 void Compiler::LogCodeCreateEvent(Logger::LogEventsAndTags tag,

Completed in 33 milliseconds