Searched defs:LogEventsAndTags (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dlog.h157 enum LogEventsAndTags { enum in class:v8::internal::Logger
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 ta
[all...]

Completed in 331 milliseconds