Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcode-stubs.h465 uint32_t sub_minor_key() const { return SubMinorKeyBits::decode(minor_key_); } in sub_minor_key() function
575 return StrictModeBits::decode(sub_minor_key()); in strict_mode()
579 return FunctionKindBits::decode(sub_minor_key()); in kind()
603 int slots() const { return SlotsBits::decode(sub_minor_key()); } in slots()
625 return AllocationSiteModeBits::decode(sub_minor_key()); in allocation_site_mode()
648 int length() const { return LengthBits::decode(sub_minor_key()); } in length()
903 int property_index_key = LoadFieldByIndexBits::decode(sub_minor_key()); in index()
940 return ConstantIndexBits::decode(sub_minor_key()); in constant_index()
978 int property_index_key = StoreFieldByIndexBits::decode(sub_minor_key()); in index()
983 uint8_t repr = RepresentationBits::decode(sub_minor_key()); in representation()
[all …]
Dcode-stubs.cc453 set_sub_minor_key(TypesBits::update(sub_minor_key(), state.ToIntegral())); in UpdateStatus()
841 set_sub_minor_key(TypesBits::update(sub_minor_key(), new_types.ToByte())); in UpdateStatus()