Home
last modified time | relevance | path

Searched refs:fixed_right_arg (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
Dtype-info.cc299 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()
Dcode-stubs-hydrogen.cc926 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()
Dtyping.cc571 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()
Dtype-info.h296 Maybe<int>* fixed_right_arg,
Dic.h869 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
Dhydrogen.cc8735 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()
Dhydrogen.h1355 Maybe<int> fixed_right_arg);
Dast.h1953 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function