Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc229 Maybe<int>* fixed_right_arg, in BinaryType() argument
239 *fixed_right_arg = Nothing<int>(); in BinaryType()
251 *fixed_right_arg = state.fixed_right_arg(); in BinaryType()
Dtype-info.h84 Maybe<int>* fixed_right_arg,
Dcode-stubs-hydrogen.cc1469 state.fixed_right_arg(), allocation_mode, in BuildCodeInitializedStub()
1476 state.fixed_right_arg(), allocation_mode, state.strength())); in BuildCodeInitializedStub()
1487 state.fixed_right_arg(), allocation_mode, in BuildCodeInitializedStub()
1494 state.fixed_right_arg(), allocation_mode, state.strength())); in BuildCodeInitializedStub()
1502 state.fixed_right_arg(), allocation_mode, state.strength()); in BuildCodeInitializedStub()
1535 result_type, state.fixed_right_arg(), in BuildCodeStub()
/external/v8/src/crankshaft/
Dtyping.cc641 Maybe<int> fixed_right_arg = Nothing<int>(); in VisitBinaryOperation() local
644 &left_type, &right_type, &type, &fixed_right_arg, in VisitBinaryOperation()
650 expr->set_fixed_right_arg(fixed_right_arg); in VisitBinaryOperation()
Dhydrogen.cc10901 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); in BuildBinaryOperation() local
10910 fixed_right_arg, allocation_mode, strength(function_language_mode()), in BuildBinaryOperation()
10930 Type* right_type, Type* result_type, Maybe<int> fixed_right_arg, in BuildBinaryOperation() argument
11161 if (fixed_right_arg.IsJust() && in BuildBinaryOperation()
11162 !right->EqualsInteger32Constant(fixed_right_arg.FromJust())) { in BuildBinaryOperation()
11164 Add<HConstant>(static_cast<int>(fixed_right_arg.FromJust())); in BuildBinaryOperation()
Dhydrogen.h1430 Type* result_type, Maybe<int> fixed_right_arg,
/external/v8/src/ic/
Dic-state.h121 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
/external/v8/src/ast/
Dast.h2209 Maybe<int> fixed_right_arg() const { in fixed_right_arg() function