Searched refs:fixed_right_arg (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/ |
D | type-info.cc | 299 Maybe<int>* fixed_right_arg, in BinaryType() argument 308 *fixed_right_arg = Maybe<int>(); in BinaryType() 319 *fixed_right_arg = state.fixed_right_arg(); in BinaryType()
|
D | code-stubs-hydrogen.cc | 926 result_type, state.fixed_right_arg())); in BuildCodeInitializedStub() 933 state.fixed_right_arg())); in BuildCodeInitializedStub() 945 result_type, state.fixed_right_arg())); in BuildCodeInitializedStub() 952 state.fixed_right_arg())); in BuildCodeInitializedStub() 961 state.fixed_right_arg()); in BuildCodeInitializedStub()
|
D | typing.cc | 571 Maybe<int> fixed_right_arg; in VisitBinaryOperation() local 573 &left_type, &right_type, &type, &fixed_right_arg, expr->op()); in VisitBinaryOperation() 577 expr->set_fixed_right_arg(fixed_right_arg); in VisitBinaryOperation()
|
D | type-info.h | 296 Maybe<int>* fixed_right_arg,
|
D | ic.h | 869 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|
D | hydrogen.cc | 8735 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); in BuildBinaryOperation() local 8739 result_type, fixed_right_arg); in BuildBinaryOperation() 8759 Maybe<int> fixed_right_arg) { in BuildBinaryOperation() argument 8859 if (fixed_right_arg.has_value) { in BuildBinaryOperation() 8863 ASSERT_EQ(fixed_right_arg.value, c_right->Integer32Value()); in BuildBinaryOperation() 8867 static_cast<int>(fixed_right_arg.value)); in BuildBinaryOperation()
|
D | hydrogen.h | 1355 Maybe<int> fixed_right_arg);
|
D | ast.h | 1953 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
|