Searched refs:fixed_right_arg (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 214 Maybe<int>* fixed_right_arg, in BinaryType() argument 224 *fixed_right_arg = Maybe<int>(); in BinaryType() 236 *fixed_right_arg = state.fixed_right_arg(); in BinaryType()
|
D | type-info.h | 80 Maybe<int>* fixed_right_arg,
|
D | typing.cc | 611 Maybe<int> fixed_right_arg; in VisitBinaryOperation() local 614 &left_type, &right_type, &type, &fixed_right_arg, in VisitBinaryOperation() 620 expr->set_fixed_right_arg(fixed_right_arg); in VisitBinaryOperation()
|
D | code-stubs-hydrogen.cc | 1054 result_type, state.fixed_right_arg(), in BuildCodeInitializedStub() 1062 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1074 result_type, state.fixed_right_arg(), in BuildCodeInitializedStub() 1082 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1091 state.fixed_right_arg(), allocation_mode); in BuildCodeInitializedStub() 1140 state.fixed_right_arg(), allocation_mode); in BuildCodeStub()
|
D | hydrogen.cc | 10235 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); in BuildBinaryOperation() local 10245 fixed_right_arg, allocation_mode); in BuildBinaryOperation() 10269 Maybe<int> fixed_right_arg, in BuildBinaryOperation() argument 10408 if (fixed_right_arg.has_value && in BuildBinaryOperation() 10409 !right->EqualsInteger32Constant(fixed_right_arg.value)) { in BuildBinaryOperation() 10411 static_cast<int>(fixed_right_arg.value)); in BuildBinaryOperation()
|
D | hydrogen.h | 1458 Maybe<int> fixed_right_arg,
|
D | ast.h | 2004 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|
/external/v8/src/ic/ |
D | ic-state.h | 131 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|