Home
last modified time | relevance | path

Searched defs:haystack (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()
319 std::string haystack = base.substr(summary_pos); in TEST_F() local
/art/compiler/optimizing/
Dnodes.cc1469 auto has_input = [](HInstruction* haystack, HInstruction* needle) { in Merge()