Searched refs:fixed_right_arg (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/ |
D | type-info.cc | 225 Maybe<int>* fixed_right_arg, in BinaryType() argument 235 *fixed_right_arg = Maybe<int>(); in BinaryType() 247 *fixed_right_arg = state.fixed_right_arg(); in BinaryType()
|
D | type-info.h | 85 Maybe<int>* fixed_right_arg,
|
D | code-stubs-hydrogen.cc | 880 result_type, state.fixed_right_arg(), in BuildCodeInitializedStub() 888 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 900 result_type, state.fixed_right_arg(), in BuildCodeInitializedStub() 908 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 917 state.fixed_right_arg(), allocation_mode); in BuildCodeInitializedStub() 966 state.fixed_right_arg(), allocation_mode); in BuildCodeStub()
|
D | typing.cc | 610 Maybe<int> fixed_right_arg; in VisitBinaryOperation() local 613 &left_type, &right_type, &type, &fixed_right_arg, in VisitBinaryOperation() 619 expr->set_fixed_right_arg(fixed_right_arg); in VisitBinaryOperation()
|
D | ic.h | 847 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|
D | hydrogen.cc | 10076 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); in BuildBinaryOperation() local 10086 fixed_right_arg, allocation_mode); in BuildBinaryOperation() 10110 Maybe<int> fixed_right_arg, in BuildBinaryOperation() argument 10247 if (fixed_right_arg.has_value && in BuildBinaryOperation() 10248 !right->EqualsInteger32Constant(fixed_right_arg.value)) { in BuildBinaryOperation() 10250 static_cast<int>(fixed_right_arg.value)); in BuildBinaryOperation()
|
D | hydrogen.h | 1453 Maybe<int> fixed_right_arg,
|
D | ast.h | 1982 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|