Searched refs:matches_ (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | node-matchers.h | 499 : matches_(false), in BaseWithIndexAndDisplacementMatcher() 509 : matches_(false), in BaseWithIndexAndDisplacementMatcher() 521 bool matches() const { return matches_; } in matches() 529 bool matches_; 740 matches_ = true; in Initialize()
|
/third_party/googletest/googlemock/test/ |
D | gmock-matchers-misc_test.cc | 418 matches_.clear(); in Compute() 429 matches_.push_back(ElementMatcherPair(lhs, rhs)); in PushMatch() 432 if (matches_.size() > best_so_far_.size()) { in PushMatch() 433 best_so_far_ = matches_; in PushMatch() 438 const ElementMatcherPair& back = matches_.back(); in PopMatch() 441 matches_.pop_back(); in PopMatch() 470 ElementMatcherPairs matches_; member in testing::gmock_matchers_test::__anon45bcd0a10111::__anon45bcd0a10211::BacktrackingMaxBPMState
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 220 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher() 224 bool Matches() const { return matches_; } in Matches() 240 bool matches_; member 261 matches_ = g.CanBeImmediate(immediate_, kLoadStoreImm32); in Initialize() 2514 : matches_(false), cont_(cont), matcher_(node) { in TestAndBranchMatcher() 2517 bool Matches() const { return matches_; } in Matches() 2530 bool matches_; member 2540 matches_ = true; in Initialize() 2542 matches_ = false; in Initialize()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 193 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher() 197 bool Matches() const { return matches_; } in Matches() 213 bool matches_; member 246 matches_ = g.CanBeImmediate(immediate_, kLoong64Ld_w); in Initialize()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 193 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher() 197 bool Matches() const { return matches_; } in Matches() 213 bool matches_; member 250 matches_ = g.CanBeImmediate(immediate_, kMips64Lw); in Initialize()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 199 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher() 203 bool Matches() const { return matches_; } in Matches() 219 bool matches_; member 256 matches_ = g.CanBeImmediate(immediate_, kRiscvLw); in Initialize()
|