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

/external/chromium_org/v8/src/
H A Dlog.h151 enum LogEventsAndTags { enum in class:v8::internal::Logger
228 void CodeCreateEvent(LogEventsAndTags tag,
230 void CodeCreateEvent(LogEventsAndTags tag,
232 void CodeCreateEvent(LogEventsAndTags tag,
237 void CodeCreateEvent(LogEventsAndTags tag,
242 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
355 INLINE(static LogEventsAndTags ToNativeByScript(LogEventsAndTags, Script*));
382 void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
391 void InitNameBuffer(LogEventsAndTags ta
[all...]

Completed in 75 milliseconds