Searched defs:fixed_right_arg (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/ic/ |
H A D | ic-state.h | 121 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; } function in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/ |
H A D | type-info.cc | 225 Maybe<int>* fixed_right_arg, 235 *fixed_right_arg = Nothing<int>(); 247 *fixed_right_arg = state.fixed_right_arg(); 221 BinaryType(TypeFeedbackId id, Type** left, Type** right, Type** result, Maybe<int>* fixed_right_arg, Handle<AllocationSite>* allocation_site, Token::Value op) argument
|
/external/v8/src/crankshaft/ |
H A D | typing.cc | 635 Maybe<int> fixed_right_arg = Nothing<int>(); local 638 &left_type, &right_type, &type, &fixed_right_arg, 644 expr->set_fixed_right_arg(fixed_right_arg);
|
H A D | hydrogen.cc | 11173 Maybe<int> fixed_right_arg = expr->fixed_right_arg(); local 11182 fixed_right_arg, allocation_mode, expr->id()); 11201 Maybe<int> fixed_right_arg, 11416 if (fixed_right_arg.IsJust() && 11417 !right->EqualsInteger32Constant(fixed_right_arg.FromJust())) { 11419 Add<HConstant>(static_cast<int>(fixed_right_arg.FromJust())); 11198 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, BailoutId opt_id) argument
|
/external/v8/src/ast/ |
H A D | ast.h | 2176 Maybe<int> fixed_right_arg() const { function in class:v8::internal::final
|
Completed in 576 milliseconds