Home
last modified time | relevance | path

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

/art/test/1940-ddms-ext/src-art/art/
DTest1940.java126 public final Predicate<Chunk> needle; field in Test1940.AwaitChunkHandler
129 public AwaitChunkHandler(Predicate<Chunk> needle, DdmHandler chain) { in AwaitChunkHandler() argument
130 this.needle = needle; in AwaitChunkHandler()
136 if (needle.test(c)) { in HandleChunk()
/art/runtime/
Dreference_table_test.cc262 static std::vector<size_t> FindAll(const std::string& haystack, const char* needle) { in FindAll() argument
266 size_t pos = haystack.find(needle, start); in FindAll()
/art/compiler/optimizing/
Dnodes.cc1692 auto has_input = [](HInstruction* haystack, HInstruction* needle) { in Merge() argument
1695 if (haystack->InputAt(input_count) == needle) { in Merge()