Home
last modified time | relevance | path

Searched refs:sub_minor_key (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stubs.h615 uint32_t sub_minor_key() const { return SubMinorKeyBits::decode(minor_key_); } in sub_minor_key() function
1223 int property_index_key = LoadFieldByIndexBits::decode(sub_minor_key()); in index()
1279 return ConstantIndexBits::decode(sub_minor_key()); in constant_index()
1534 return static_cast<ExtraICState>(sub_minor_key()); in GetExtraICState()
2319 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
2321 return CanConvertHoleToUndefined::decode(sub_minor_key()); in convert_hole_to_undefined()
2325 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2382 return FromKindBits::decode(sub_minor_key()); in from_kind()
2385 ElementsKind to_kind() const { return ToKindBits::decode(sub_minor_key()); } in to_kind()
2438 uint32_t sub_minor_key() const { return minor_key_; } in SIMD128_TYPES()
[all …]
Dcode-stubs.cc3056 set_sub_minor_key(HintsBits::update(sub_minor_key(), new_hints)); in UpdateStatus()