Searched refs:in_cache (Results 1 - 5 of 5) sorted by relevance

/external/dbus/dbus/
H A Ddbus-message-private.h101 unsigned int in_cache : 1; /**< Has been "freed" since it's in the cache (this is a debug feature) */ member in struct:DBusMessage
H A Ddbus-message.c570 message->in_cache = TRUE;
974 message->in_cache = FALSE;
1371 _dbus_return_val_if_fail (!message->in_cache, NULL);
1393 _dbus_return_if_fail (!message->in_cache);
/external/v8/src/
H A Dlog.h257 static void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
H A Dlog.cc516 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { argument
522 msg.Append(in_cache ? ",hit\n" : ",miss\n");
H A Djsregexp.cc115 bool in_cache = !cached.is_null(); local
116 LOG(RegExpCompileEvent(re, in_cache));
119 if (in_cache) {

Completed in 384 milliseconds