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

/external/chromium_org/v8/src/
H A Dic.cc2322 fixed_right_arg_ = Maybe<int>(
2326 if (fixed_right_arg_.has_value) {
2327 right_kind_ = Smi::IsValid(fixed_right_arg_.value) ? SMI : INT32;
2346 HasFixedRightArgField::encode(fixed_right_arg_.has_value);
2347 if (fixed_right_arg_.has_value) {
2349 extra_ic_state, WhichPowerOf2(fixed_right_arg_.value));
2368 state.fixed_right_arg_.has_value = false; \
2563 state.fixed_right_arg_.has_value = true; \
2564 state.fixed_right_arg_.value = fixed_right_arg_value; \
2600 if (fixed_right_arg_
[all...]
H A Dic.h869 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; }
914 Maybe<int> fixed_right_arg_; member in class:v8::internal::BinaryOpIC::BASE_EMBEDDED
H A Dast.h1953 Maybe<int> fixed_right_arg() const { return fixed_right_arg_; }
1954 void set_fixed_right_arg(Maybe<int> arg) { fixed_right_arg_ = arg; }
1980 Maybe<int> fixed_right_arg_; member in class:v8::internal::V8_FINAL

Completed in 511 milliseconds