Searched refs:fixed_right_arg_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/ic/
H A Dic-state.cc43 fixed_right_arg_ =
47 if (fixed_right_arg_.has_value) {
48 right_kind_ = Smi::IsValid(fixed_right_arg_.value) ? SMI : INT32;
63 HasFixedRightArgField::encode(fixed_right_arg_.has_value);
64 if (fixed_right_arg_.has_value) {
66 extra_ic_state, WhichPowerOf2(fixed_right_arg_.value));
85 state.fixed_right_arg_.has_value = false; \
280 state.fixed_right_arg_.has_value = true; \
281 state.fixed_right_arg_.value = fixed_right_arg_value; \
319 if (s.fixed_right_arg_
[all...]
H A Dic-state.h131 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; }
171 Maybe<int> fixed_right_arg_; member in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/src/
H A Dast.h2004 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; }
2005 void set_fixed_right_arg(Maybe<int> arg) { fixed_right_arg_ = arg; }
2029 Maybe<int> fixed_right_arg_; member in class:v8::internal::FINAL

Completed in 154 milliseconds