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.cc225 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()
Dtype-info.h85 Maybe<int>* fixed_right_arg,
Dcode-stubs-hydrogen.cc880 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()
Dtyping.cc610 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()
Dic.h847 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function
Dhydrogen.cc10076 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()
Dhydrogen.h1453 Maybe<int> fixed_right_arg,
Dast.h1982 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } in fixed_right_arg() function