Searched refs:fixed_right_arg (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 225 Maybe<int>* fixed_right_arg, in BinaryType() argument 235 *fixed_right_arg = Nothing<int>(); in BinaryType() 247 *fixed_right_arg = state.fixed_right_arg(); in BinaryType()
|
D | type-info.h | 83 Maybe<int>* fixed_right_arg,
|
D | code-stubs-hydrogen.cc | 1542 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1548 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1559 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1565 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1573 state.fixed_right_arg(), allocation_mode); in BuildCodeInitializedStub() 1606 result_type, state.fixed_right_arg(), in BuildCodeStub()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 635 Maybe<int> fixed_right_arg = Nothing<int>(); in VisitBinaryOperation() local 638 &left_type, &right_type, &type, &fixed_right_arg, in VisitBinaryOperation() 644 expr->set_fixed_right_arg(fixed_right_arg); in VisitBinaryOperation()
|
D | hydrogen.cc | 11173 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); in BuildBinaryOperation() local 11182 fixed_right_arg, allocation_mode, expr->id()); in BuildBinaryOperation() 11201 Maybe<int> fixed_right_arg, in BuildBinaryOperation() argument 11416 if (fixed_right_arg.IsJust() && in BuildBinaryOperation() 11417 !right->EqualsInteger32Constant(fixed_right_arg.FromJust())) { in BuildBinaryOperation() 11419 Add<HConstant>(static_cast<int>(fixed_right_arg.FromJust())); in BuildBinaryOperation()
|
D | hydrogen.h | 1503 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 | 2176 Maybe<int> fixed_right_arg() const { in fixed_right_arg() function
|