Home
last modified time | relevance | path

Searched refs:empty_result (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcompilation-cache.cc279 InfoVectorPair empty_result; in LookupScript() local
280 if (!IsEnabled()) return empty_result; in LookupScript()
Dobjects.cc17544 InfoVectorPair empty_result; in LookupScript() local
17548 if (entry == kNotFound) return empty_result; in LookupScript()
17550 if (!get(index)->IsFixedArray()) return empty_result; in LookupScript()
17557 return empty_result; in LookupScript()
17563 InfoVectorPair empty_result; in LookupEval() local
17566 if (entry == kNotFound) return empty_result; in LookupEval()
17568 if (!get(index)->IsFixedArray()) return empty_result; in LookupEval()
17575 return empty_result; in LookupEval()
/external/libchrome/base/trace_event/
Dtrace_log.cc882 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FlushInternal() local
884 cb.Run(empty_result, false); in FlushInternal()
987 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FinishFlush() local
988 flush_output_callback.Run(empty_result, false); in FinishFlush()