Lines Matching refs:sub_minor_key

510   uint32_t sub_minor_key() const { return SubMinorKeyBits::decode(minor_key_); }  in sub_minor_key()  function
684 return LanguageModeBits::decode(sub_minor_key()); in language_mode()
688 return FunctionKindBits::decode(sub_minor_key()); in kind()
710 int slots() const { return SlotsBits::decode(sub_minor_key()); } in slots()
742 return AllocationSiteModeBits::decode(sub_minor_key()); in allocation_site_mode()
765 int length() const { return LengthBits::decode(sub_minor_key()); } in length()
807 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
810 bool is_js_array() const { return IsJsArrayBits::decode(sub_minor_key()); } in is_js_array()
1013 int property_index_key = LoadFieldByIndexBits::decode(sub_minor_key()); in index()
1039 ArrayBufferViewLoadFieldByIndexBits::decode(sub_minor_key()); in index()
1095 return ConstantIndexBits::decode(sub_minor_key()); in constant_index()
1121 int property_index_key = StoreFieldByIndexBits::decode(sub_minor_key()); in index()
1126 uint8_t repr = RepresentationBits::decode(sub_minor_key()); in representation()
1224 int property_index_key = StoreFieldByIndexBits::decode(sub_minor_key()); in index()
1230 uint8_t repr = RepresentationBits::decode(sub_minor_key()); in representation()
1235 return StoreModeBits::decode(sub_minor_key()); in store_mode()
1289 return CellTypeBits::decode(sub_minor_key()); in cell_type()
1294 return ConstantTypeBits::decode(sub_minor_key()); in constant_type()
1297 bool check_global() const { return CheckGlobalBits::decode(sub_minor_key()); } in check_global()
1301 RepresentationBits::decode(sub_minor_key())); in representation()
1305 set_sub_minor_key(RepresentationBits::update(sub_minor_key(), r.kind())); in set_representation()
1466 return static_cast<ExtraICState>(sub_minor_key()); in GetExtraICState()
1560 return StringAddFlagsBits::decode(sub_minor_key()); in flags()
1564 return PretenureFlagBits::decode(sub_minor_key()); in pretenure_flag()
1684 ExtraICState GetExtraICState() const override { return sub_minor_key(); } in GetExtraICState()
1690 NilValue nil_value() const { return NilValueBits::decode(sub_minor_key()); } in nil_value()
1693 set_sub_minor_key(TypesBits::update(sub_minor_key(), 0)); in ClearState()
1726 State state() const { return State(TypesBits::decode(sub_minor_key())); } in state()
2377 return ContextIndexBits::decode(sub_minor_key()); in context_index()
2380 int slot_index() const { return SlotIndexBits::decode(sub_minor_key()); } in slot_index()
2440 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
2442 return CanConvertHoleToUndefined::decode(sub_minor_key()); in convert_hole_to_undefined()
2446 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2470 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
2473 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2477 return CommonStoreModeBits::decode(sub_minor_key()); in store_mode()
2506 return FromKindBits::decode(sub_minor_key()); in from_kind()
2509 ElementsKind to_kind() const { return ToKindBits::decode(sub_minor_key()); } in to_kind()
2511 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
2572 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2576 return AllocationSiteOverrideModeBits::decode(sub_minor_key()); in override_mode()
2674 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2788 Types types() const { return Types(TypesBits::decode(sub_minor_key())); } in types()
2835 ElementsKind from_kind() const { return FromBits::decode(sub_minor_key()); } in from_kind()
2836 ElementsKind to_kind() const { return ToBits::decode(sub_minor_key()); } in to_kind()
2837 bool is_jsarray() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_jsarray()
2839 return CommonStoreModeBits::decode(sub_minor_key()); in store_mode()