• Home
  • Raw
  • Download

Lines Matching refs:decode

153     return static_cast<Major>(MajorKeyBits::decode(key));  in MajorKeyFromKey()
156 return MinorKeyBits::decode(key); in MinorKeyFromKey()
447 bool IsUninitialized() const { return IsMissBits::decode(minor_key_); } in IsUninitialized()
465 uint32_t sub_minor_key() const { return SubMinorKeyBits::decode(minor_key_); } in sub_minor_key()
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()
694 Flags flags() const { return FlagBits::decode(minor_key_); } in flags()
731 return ArgumentCountBits::decode(minor_key_); in argument_count()
779 return ExponentTypeBits::decode(minor_key_); in exponent_type()
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()
1028 bool is_constant() const { return IsConstantBits::decode(sub_minor_key()); } in is_constant()
1030 bool check_global() const { return CheckGlobalBits::decode(sub_minor_key()); } in check_global()
1038 RepresentationBits::decode(sub_minor_key())); in representation()
1067 bool is_store() const { return IsStoreBits::decode(minor_key_); } in is_store()
1069 return CallDataUndefinedBits::decode(minor_key_); in call_data_undefined()
1071 int argc() const { return ArgumentBits::decode(minor_key_); } in argc()
1230 return StringAddFlagsBits::decode(sub_minor_key()); in flags()
1234 return PretenureFlagBits::decode(sub_minor_key()); in pretenure_flag()
1267 return static_cast<Token::Value>(Token::EQ + OpBits::decode(minor_key_)); in op()
1271 return LeftStateBits::decode(minor_key_); in left()
1274 return RightStateBits::decode(minor_key_); in right()
1276 CompareICState::State state() const { return StateBits::decode(minor_key_); } in state()
1351 NilValue nil_value() const { return NilValueBits::decode(sub_minor_key()); } in nil_value()
1387 State state() const { return State(TypesBits::decode(sub_minor_key())); } in state()
1421 bool save_doubles() const { return SaveDoublesBits::decode(minor_key_); } in save_doubles()
1423 int result_size() const { return ResultSizeBits::decode(minor_key_); } in result_size()
1453 return StackFrameTypeBits::decode(minor_key_); in type()
1486 Type type() const { return TypeBits::decode(minor_key_); } in type()
1534 return ArgcBits::decode(minor_key); in ExtractArgcFromMinorKey()
1538 int argc() const { return ArgcBits::decode(minor_key_); } in argc()
1539 int flags() const { return FlagBits::decode(minor_key_); } in flags()
1571 CallConstructorFlags flags() const { return FlagBits::decode(minor_key_); } in flags()
1900 return Register::from_code(SourceRegisterBits::decode(minor_key_)); in source()
1903 return Register::from_code(DestinationRegisterBits::decode(minor_key_)); in destination()
1905 bool is_truncating() const { return IsTruncatingBits::decode(minor_key_); } in is_truncating()
1906 bool skip_fastpath() const { return SkipFastPathBits::decode(minor_key_); } in skip_fastpath()
1907 int offset() const { return OffsetBits::decode(minor_key_); } in offset()
1939 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
1942 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
1964 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
1967 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
1971 return StoreModeBits::decode(sub_minor_key()); in store_mode()
1996 return FromKindBits::decode(sub_minor_key()); in from_kind()
1999 ElementsKind to_kind() const { return ToKindBits::decode(sub_minor_key()); } in to_kind()
2001 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_js_array()
2029 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2033 return AllocationSiteOverrideModeBits::decode(sub_minor_key()); in override_mode()
2130 return ElementsKindBits::decode(sub_minor_key()); in elements_kind()
2187 return ElementsKindBits::decode(minor_key_); in elements_kind()
2248 Types types() const { return Types(TypesBits::decode(sub_minor_key())); } in types()
2249 ResultMode mode() const { return ResultModeBits::decode(sub_minor_key()); } in mode()
2298 ElementsKind from_kind() const { return FromBits::decode(sub_minor_key()); } in from_kind()
2299 ElementsKind to_kind() const { return ToBits::decode(sub_minor_key()); } in to_kind()
2300 bool is_jsarray() const { return IsJSArrayBits::decode(sub_minor_key()); } in is_jsarray()
2302 return StoreModeBits::decode(sub_minor_key()); in store_mode()
2359 return FunctionModeField::decode(minor_key_); in function_mode()
2402 bool save_doubles() const { return SaveDoublesBits::decode(minor_key_); } in save_doubles()