Home
last modified time | relevance | path

Searched defs:TestAndBranchMatcher (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2512 struct TestAndBranchMatcher { struct
2513 TestAndBranchMatcher(Node* node, FlagsContinuation* cont) in TestAndBranchMatcher() function
2517 bool Matches() const { return matches_; } in Matches()
2519 unsigned bit() const { in bit()
2524 Node* input() const { in input()
2530 bool matches_;
2531 FlagsContinuation* cont_;
2532 Matcher matcher_;
2534 void Initialize() { in Initialize()