Searched defs:value_matcher (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 36 const Matcher<T>& value_matcher, in PrintMatchAndExplain() 79 IsBranchMatcher(const Matcher<Node*>& value_matcher, in IsBranchMatcher() 110 IsSwitchMatcher(const Matcher<Node*>& value_matcher, in IsSwitchMatcher() 141 IsIfValueMatcher(const Matcher<int32_t>& value_matcher, in IsIfValueMatcher() 290 IsFinishRegionMatcher(const Matcher<Node*>& value_matcher, in IsFinishRegionMatcher() 321 IsReturnMatcher(const Matcher<Node*>& value_matcher, in IsReturnMatcher() 391 IsConstantMatcher(IrOpcode::Value opcode, const Matcher<T>& value_matcher) in IsConstantMatcher() 901 const Matcher<Node*>& value_matcher, in IsStoreFieldMatcher() 1014 const Matcher<Node*>& value_matcher, in IsStoreBufferMatcher() 1131 const Matcher<Node*>& value_matcher, in IsStoreElementMatcher() [all …]
|
D | change-lowering-unittest.cc | 57 Matcher<Node*> IsChangeInt32ToSmi(const Matcher<Node*>& value_matcher) { in IsChangeInt32ToSmi() 62 Matcher<Node*> IsChangeSmiToInt32(const Matcher<Node*>& value_matcher) { in IsChangeSmiToInt32() 67 Matcher<Node*> IsChangeUint32ToSmi(const Matcher<Node*>& value_matcher) { in IsChangeUint32ToSmi() 72 Matcher<Node*> IsLoadHeapNumber(const Matcher<Node*>& value_matcher, in IsLoadHeapNumber()
|
D | interpreter-assembler-unittest.cc | 79 const Matcher<Node*>& value_matcher) { in IsStore()
|
D | js-typed-lowering-unittest.cc | 782 Matcher<Node*> value_matcher = in TEST_F() local
|