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 101 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 570 message->in_cache = TRUE;
974 message->in_cache = FALSE;
    [all...]
  /external/v8/src/
log.h 257 static void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
log.cc 516 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) {
522 msg.Append(in_cache ? ",hit\n" : ",miss\n");
    [all...]
jsregexp.cc 115 bool in_cache = !cached.is_null(); local
116 LOG(RegExpCompileEvent(re, in_cache));
119 if (in_cache) {
    [all...]

Completed in 306 milliseconds