Searched refs:IsMatch (Results 1 - 5 of 5) sorted by relevance

/external/regex-re2/re2/
H A Dprog.cc171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) { function in namespace:re2
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
H A Ddfa.cc97 inline bool IsMatch() const { return flag_ & kFlagMatch; } function in struct:re2::DFA::State
1271 // When s->next[c]->IsMatch(), it means that there is a match ending just
1296 if (s->IsMatch()) {
1405 if (s->IsMatch()) {
1480 if (s > SpecialStateMax && s->IsMatch()) {
2002 if (ns != DeadState && (ns == FullMatchState || ns->IsMatch()))
/external/v8/src/
H A Dobjects.h2668 // static bool IsMatch(Key key, Object* other);
2868 virtual bool IsMatch(Object* other) = 0;
2883 static inline bool IsMatch(HashTableKey* key, Object* value) { function in class:v8::internal::SymbolTableShape
2884 return key->IsMatch(value);
2942 static inline bool IsMatch(HashTableKey* key, Object* value) { function in class:v8::internal::MapCacheShape
2943 return key->IsMatch(value);
3088 static inline bool IsMatch(String* key, Object* other);
3123 static inline bool IsMatch(uint32_t key, Object* other);
3225 static inline bool IsMatch(Object* key, Object* other);
6376 static inline bool IsMatch(HashTableKe function in class:v8::internal::CompilationCacheShape
6482 static inline bool IsMatch(HashTableKey* key, Object* value) { function in class:v8::internal::CodeCacheHashTableShape
[all...]
H A Dobjects-inl.h2086 Shape::IsMatch(key, element)) return entry;
4644 bool NumberDictionaryShape::IsMatch(uint32_t key, Object* other) { function in class:NumberDictionaryShape
4677 bool StringDictionaryShape::IsMatch(String* key, Object* other) { function in class:StringDictionaryShape
4701 bool ObjectHashTableShape<entrysize>::IsMatch(Object* key, Object* other) { function in class:ObjectHashTableShape
H A Dobjects.cc5289 bool IsMatch(Object* other) { function in class:v8::internal::CodeCacheHashTableKey
5439 bool IsMatch(Object* other) { function in class:v8::internal::PolymorphicCodeCacheHashTableKey
10476 bool IsMatch(Object* string) { function in class:v8::internal::StringKey
10508 bool IsMatch(Object* other) { function in class:v8::internal::StringSharedKey
10593 // stored value is stored where the key should be. IsMatch then
10596 bool IsMatch(Object* obj) { function in class:v8::internal::RegExpKey
10631 bool IsMatch(Object* string) { function in class:v8::internal::Utf8SymbolKey
10716 bool IsMatch(Object* string) { function in class:v8::internal::AsciiSymbolKey
10774 bool IsMatch(Object* string) { function in class:v8::internal::SubStringAsciiSymbolKey
10799 bool IsMatch(Objec function in class:v8::internal::TwoByteSymbolKey
10816 bool IsMatch(Object* string) { function in class:v8::internal::SymbolKey
11657 bool IsMatch(Object* o) { function in class:v8::internal::TwoCharHashTableKey
11897 bool IsMatch(Object* symbols) { function in class:v8::internal::SymbolsKey
[all...]

Completed in 108 milliseconds