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

  /external/dbus/dbus/
dbus-message-private.h 110 unsigned int in_cache : 1; /**< Has been "freed" since it's in the cache (this is a debug feature) */ member in struct:DBusMessage
dbus-message.c 648 message->in_cache = TRUE;
1096 message->in_cache = FALSE;
    [all...]
  /external/v8/src/
log.h 265 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
log.cc 546 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) {
552 msg.Append(in_cache ? ",hit\n" : ",miss\n");
    [all...]
jsregexp.cc 121 bool in_cache = !cached.is_null(); local
122 LOG(isolate, RegExpCompileEvent(re, in_cache));
125 if (in_cache) {
    [all...]

Completed in 53 milliseconds