Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc214 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()
Dtype-info.h80 Maybe<int>* fixed_right_arg,
Dtyping.cc611 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()
Dcode-stubs-hydrogen.cc1054 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()
Dhydrogen.cc10235 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()
Dhydrogen.h1458 Maybe<int> fixed_right_arg,
Dast.h2004 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
/external/v8/src/ic/
Dic-state.h131 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function