|
typedef IntMatcher< int32_t, IrOpcode::kInt32Constant > | v8::internal::compiler::Int32Matcher |
|
typedef IntMatcher< uint32_t, IrOpcode::kInt32Constant > | v8::internal::compiler::Uint32Matcher |
|
typedef IntMatcher< int64_t, IrOpcode::kInt64Constant > | v8::internal::compiler::Int64Matcher |
|
typedef IntMatcher< uint64_t, IrOpcode::kInt64Constant > | v8::internal::compiler::Uint64Matcher |
|
typedef FloatMatcher< float, IrOpcode::kFloat32Constant > | v8::internal::compiler::Float32Matcher |
|
typedef FloatMatcher< double, IrOpcode::kFloat64Constant > | v8::internal::compiler::Float64Matcher |
|
typedef FloatMatcher< double, IrOpcode::kNumberConstant > | v8::internal::compiler::NumberMatcher |
|
typedef BinopMatcher< Int32Matcher, Int32Matcher > | v8::internal::compiler::Int32BinopMatcher |
|
typedef BinopMatcher< Uint32Matcher, Uint32Matcher > | v8::internal::compiler::Uint32BinopMatcher |
|
typedef BinopMatcher< Int64Matcher, Int64Matcher > | v8::internal::compiler::Int64BinopMatcher |
|
typedef BinopMatcher< Uint64Matcher, Uint64Matcher > | v8::internal::compiler::Uint64BinopMatcher |
|
typedef BinopMatcher< Float64Matcher, Float64Matcher > | v8::internal::compiler::Float64BinopMatcher |
|