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

  /external/v8/src/
log.h 145 enum LogEventsAndTags {
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 event, Address from)
    [all...]
  /external/chromium_org/v8/src/
log.h 161 enum LogEventsAndTags {
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 tag)
    [all...]

Completed in 535 milliseconds