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

/external/v8/src/
H A Dlog.h145 enum LogEventsAndTags { enum in class:v8::internal::Logger
219 void CodeCreateEvent(LogEventsAndTags tag,
221 void CodeCreateEvent(LogEventsAndTags tag,
223 void CodeCreateEvent(LogEventsAndTags tag,
227 void CodeCreateEvent(LogEventsAndTags tag,
231 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
294 INLINE(static LogEventsAndTags ToNativeByScript(LogEventsAndTags, Script*));
324 void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
327 void DeleteEventInternal(LogEventsAndTags even
[all...]
/external/chromium_org/v8/src/
H A Dlog.h161 enum LogEventsAndTags { enum in class:v8::internal::Logger
238 void CodeCreateEvent(LogEventsAndTags tag,
240 void CodeCreateEvent(LogEventsAndTags tag,
242 void CodeCreateEvent(LogEventsAndTags tag,
247 void CodeCreateEvent(LogEventsAndTags tag,
252 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
367 INLINE(static LogEventsAndTags ToNativeByScript(LogEventsAndTags, Script*));
394 void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
403 void InitNameBuffer(LogEventsAndTags ta
[all...]

Completed in 92 milliseconds