Searched refs:PrintMatchAndExplain (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 35 bool PrintMatchAndExplain(const T& value, const std::string& value_name, in PrintMatchAndExplain() function 96 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 98 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain() 127 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 129 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain() 158 PrintMatchAndExplain(OpParameter<int32_t>(node->op()), "value", in MatchAndExplain() 160 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain() 185 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain() 214 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain() 216 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain() [all …]
|