Searched defs:in_cache (Results 1 – 3 of 3) sorted by relevance
101 …unsigned int in_cache : 1; /**< Has been "freed" since it's in the cache (this is a debug feature)… member
499 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent()
154 bool in_cache = !cached.is_null(); in Compile() local