Home
last modified time | relevance | path

Searched refs:IsConstantMatcher (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc389 class IsConstantMatcher final : public NodeMatcher { class
391 IsConstantMatcher(IrOpcode::Value opcode, const Matcher<T>& value_matcher) in IsConstantMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsConstantMatcher
1589 return MakeMatcher(new IsConstantMatcher<ExternalReference>( in IsExternalConstant()
1595 return MakeMatcher(new IsConstantMatcher<Handle<HeapObject>>( in IsHeapConstant()
1602 new IsConstantMatcher<int32_t>(IrOpcode::kInt32Constant, value_matcher)); in IsInt32Constant()
1608 new IsConstantMatcher<int64_t>(IrOpcode::kInt64Constant, value_matcher)); in IsInt64Constant()
1614 new IsConstantMatcher<float>(IrOpcode::kFloat32Constant, value_matcher)); in IsFloat32Constant()
1620 new IsConstantMatcher<double>(IrOpcode::kFloat64Constant, value_matcher)); in IsFloat64Constant()
1626 new IsConstantMatcher<double>(IrOpcode::kNumberConstant, value_matcher)); in IsNumberConstant()