Searched refs:fixed_right_arg (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 229 Maybe<int>* fixed_right_arg, in BinaryType() argument 239 *fixed_right_arg = Nothing<int>(); in BinaryType() 251 *fixed_right_arg = state.fixed_right_arg(); in BinaryType()
|
D | type-info.h | 84 Maybe<int>* fixed_right_arg,
|
D | code-stubs-hydrogen.cc | 1469 state.fixed_right_arg(), allocation_mode, in BuildCodeInitializedStub() 1476 state.fixed_right_arg(), allocation_mode, state.strength())); in BuildCodeInitializedStub() 1487 state.fixed_right_arg(), allocation_mode, in BuildCodeInitializedStub() 1494 state.fixed_right_arg(), allocation_mode, state.strength())); in BuildCodeInitializedStub() 1502 state.fixed_right_arg(), allocation_mode, state.strength()); in BuildCodeInitializedStub() 1535 result_type, state.fixed_right_arg(), in BuildCodeStub()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 641 Maybe<int> fixed_right_arg = Nothing<int>(); in VisitBinaryOperation() local 644 &left_type, &right_type, &type, &fixed_right_arg, in VisitBinaryOperation() 650 expr->set_fixed_right_arg(fixed_right_arg); in VisitBinaryOperation()
|
D | hydrogen.cc | 10901 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); in BuildBinaryOperation() local 10910 fixed_right_arg, allocation_mode, strength(function_language_mode()), in BuildBinaryOperation() 10930 Type* right_type, Type* result_type, Maybe<int> fixed_right_arg, in BuildBinaryOperation() argument 11161 if (fixed_right_arg.IsJust() && in BuildBinaryOperation() 11162 !right->EqualsInteger32Constant(fixed_right_arg.FromJust())) { in BuildBinaryOperation() 11164 Add<HConstant>(static_cast<int>(fixed_right_arg.FromJust())); in BuildBinaryOperation()
|
D | hydrogen.h | 1430 Type* result_type, Maybe<int> fixed_right_arg,
|
/external/v8/src/ic/ |
D | ic-state.h | 121 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|
/external/v8/src/ast/ |
D | ast.h | 2209 Maybe<int> fixed_right_arg() const { in fixed_right_arg() function
|