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

/external/chromium_org/v8/src/
H A Dtype-info.cc214 Maybe<int>* fixed_right_arg,
224 *fixed_right_arg = Maybe<int>();
236 *fixed_right_arg = state.fixed_right_arg();
210 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.h80 Maybe<int>* fixed_right_arg,
H A Dtyping.cc611 Maybe<int> fixed_right_arg; local
614 &left_type, &right_type, &type, &fixed_right_arg,
620 expr->set_fixed_right_arg(fixed_right_arg);
H A Dcode-stubs-hydrogen.cc1054 result_type, state.fixed_right_arg(),
1062 state.fixed_right_arg(), allocation_mode));
1074 result_type, state.fixed_right_arg(),
1082 state.fixed_right_arg(), allocation_mode));
1091 state.fixed_right_arg(), allocation_mode);
1140 state.fixed_right_arg(), allocation_mode);
H A Dhydrogen.cc10235 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); local
10245 fixed_right_arg, allocation_mode);
10269 Maybe<int> fixed_right_arg,
10408 if (fixed_right_arg.has_value &&
10409 !right->EqualsInteger32Constant(fixed_right_arg.value)) {
10411 static_cast<int>(fixed_right_arg.value));
10262 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) argument
H A Dast.h2004 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } function in class:v8::internal::FINAL
H A Dhydrogen.h1458 Maybe<int> fixed_right_arg,
/external/chromium_org/v8/src/ic/
H A Dic-state.h131 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } function in class:v8::internal::BASE_EMBEDDED

Completed in 1687 milliseconds