Lines Matching refs:Find
241 const char* Find(const char* substr) {
245 const char* Find(const i::Vector<char>& substr) {
246 return Find(substr.start());
250 const char* s1_pos = Find(s1);
251 const char* s2_pos = Find(s2);
276 CHECK_NE(NULL, matcher->Find(code_creation));
315 CHECK_NE(NULL, matcher->Find(code_creation));
317 const bool ticks_found = matcher->Find(tick) != NULL;
564 char* pos = const_cast<char*>(matcher.Find(callback_rec));
611 CHECK_NE(NULL, matcher.Find(prop1_getter_record));
616 CHECK_NE(NULL, matcher.Find(prop1_setter_record));
621 CHECK_NE(NULL, matcher.Find(prop2_getter_record));
640 CHECK_EQ(NULL, matcher.Find(open_tag));
641 CHECK_EQ(NULL, matcher.Find(close_tag));
708 CHECK_EQ(NULL, matcher.Find(open_tag3));
709 CHECK_EQ(NULL, matcher.Find(close_tag3));
946 // Find an empty slot and fill it.
1137 // Iterate heap to find compiled functions, will write to log.