Home
last modified time | relevance | path

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

/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.cc1470 auto has_input = [](HInstruction* haystack, HInstruction* needle) { in Merge() argument
1473 if (haystack->InputAt(input_count) == needle) { in Merge()