Match 253 src/ast.cc ZoneHashMap table(Literal::Match, ZoneHashMap::kDefaultHashMapCapacity,
Match 1253 src/ast.h static bool Match(void* literal1, void* literal2) {
Match 81 src/d8.h CounterMap(): hash_map_(Match) { }
Match 113 src/d8.h static bool Match(void* key1, void* key2);
Match 809 src/full-codegen.h ZoneAllocationPolicy>(Literal::Match,
Match 93 src/interface.cc *map = new ZoneHashMap(Match, ZoneHashMap::kDefaultHashMapCapacity,
Match 39 src/interpreter-irregexp.h static RegExpImpl::IrregexpResult Match(Isolate* isolate,
Match 560 src/jsregexp.cc NativeRegExpMacroAssembler::Match(code,
Match 601 src/jsregexp.cc IrregexpResult result = IrregexpInterpreter::Match(isolate,
Match 65 src/preparser.h map_(&Match) { }
Match 87 src/preparser.h static bool Match(void* first, void* second);
Match 223 src/regexp-macro-assembler.h static Result Match(Handle<Code> regexp,
Match 125 src/serialize.h static bool Match(void* key1, void* key2) { return key1 == key2; }
Match 116 src/x64/regexp-macro-assembler-x64.h static Result Match(Handle<Code> regexp,
Match 64 test/cctest/test-date.cc if (Match(&rules_[i], year, month, day, time_in_day_sec)) {
Match 1399 test/cctest/test-regexp.cc CHECK(IrregexpInterpreter::Match(isolate, array, f1_16, captures, 0));
Match 1410 test/cctest/test-regexp.cc CHECK(!IrregexpInterpreter::Match(isolate, array, f2_16, captures, 0));