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

/external/v8/src/
H A Dtype-info.cc229 Maybe<int>* fixed_right_arg,
239 *fixed_right_arg = Nothing<int>();
251 *fixed_right_arg = state.fixed_right_arg();
225 BinaryType(TypeFeedbackId id, Type** left, Type** right, Type** result, Maybe<int>* fixed_right_arg, Handle<AllocationSite>* allocation_site, Token::Value op) argument
H A Dtype-info.h84 Maybe<int>* fixed_right_arg,
H A Dcode-stubs-hydrogen.cc1469 state.fixed_right_arg(), allocation_mode,
1476 state.fixed_right_arg(), allocation_mode, state.strength()));
1487 state.fixed_right_arg(), allocation_mode,
1494 state.fixed_right_arg(), allocation_mode, state.strength()));
1502 state.fixed_right_arg(), allocation_mode, state.strength());
1535 result_type, state.fixed_right_arg(),
/external/v8/src/ic/
H A Dic-state.h121 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/crankshaft/
H A Dtyping.cc641 Maybe<int> fixed_right_arg = Nothing<int>(); local
644 &left_type, &right_type, &type, &fixed_right_arg,
650 expr->set_fixed_right_arg(fixed_right_arg);
H A Dhydrogen.cc10901 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); local
10910 fixed_right_arg, allocation_mode, strength(function_language_mode()),
10930 Type* right_type, Type* result_type, Maybe<int> fixed_right_arg,
11161 if (fixed_right_arg.IsJust() &&
11162 !right->EqualsInteger32Constant(fixed_right_arg.FromJust())) {
11164 Add<HConstant>(static_cast<int>(fixed_right_arg.FromJust()));
10928 BuildBinaryOperation( Token::Value op, HValue* left, HValue* right, Type* left_type, Type* right_type, Type* result_type, Maybe<int> fixed_right_arg, HAllocationMode allocation_mode, Strength strength, BailoutId opt_id) argument
H A Dhydrogen.h1430 Type* result_type, Maybe<int> fixed_right_arg,
/external/v8/src/ast/
H A Dast.h2209 Maybe<int> fixed_right_arg() const { function in class:v8::internal::final

Completed in 1307 milliseconds