Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dnode-test-utils.cc49 class TestNodeMatcher : public MatcherInterface<Node*> { class
51 explicit TestNodeMatcher(IrOpcode::Value opcode) : opcode_(opcode) {} in TestNodeMatcher() function in v8::internal::compiler::__anond20d1b170111::TestNodeMatcher