Lines Matching defs:encoding
798 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const { in GetDexPc()
802 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) { in SetDexPc()
806 ALWAYS_INLINE uint32_t GetNativePcOffset(const StackMapEncoding& encoding) const { in GetNativePcOffset()
810 …ALWAYS_INLINE void SetNativePcOffset(const StackMapEncoding& encoding, uint32_t native_pc_offset) { in SetNativePcOffset()
814 ALWAYS_INLINE uint32_t GetDexRegisterMapOffset(const StackMapEncoding& encoding) const { in GetDexRegisterMapOffset()
818 ALWAYS_INLINE void SetDexRegisterMapOffset(const StackMapEncoding& encoding, uint32_t offset) { in SetDexRegisterMapOffset()
822 ALWAYS_INLINE uint32_t GetInlineDescriptorOffset(const StackMapEncoding& encoding) const { in GetInlineDescriptorOffset()
826 ALWAYS_INLINE void SetInlineDescriptorOffset(const StackMapEncoding& encoding, uint32_t offset) { in SetInlineDescriptorOffset()
830 ALWAYS_INLINE uint32_t GetRegisterMask(const StackMapEncoding& encoding) const { in GetRegisterMask()
834 ALWAYS_INLINE void SetRegisterMask(const StackMapEncoding& encoding, uint32_t mask) { in SetRegisterMask()
838 ALWAYS_INLINE size_t GetNumberOfStackMaskBits(const StackMapEncoding& encoding) const { in GetNumberOfStackMaskBits()
842 ALWAYS_INLINE bool GetStackMaskBit(const StackMapEncoding& encoding, size_t index) const { in GetStackMaskBit()
846 ALWAYS_INLINE void SetStackMaskBit(const StackMapEncoding& encoding, size_t index, bool value) { in SetStackMaskBit()
850 ALWAYS_INLINE bool HasDexRegisterMap(const StackMapEncoding& encoding) const { in HasDexRegisterMap()
854 ALWAYS_INLINE bool HasInlineInfo(const StackMapEncoding& encoding) const { in HasInlineInfo()
943 ALWAYS_INLINE uint32_t GetDepth(const InlineInfoEncoding& encoding) const { in GetDepth()
949 ALWAYS_INLINE void SetDepth(const InlineInfoEncoding& encoding, uint32_t depth) { in SetDepth()
956 ALWAYS_INLINE uint32_t GetMethodIndexAtDepth(const InlineInfoEncoding& encoding, in GetMethodIndexAtDepth()
961 ALWAYS_INLINE void SetMethodIndexAtDepth(const InlineInfoEncoding& encoding, in SetMethodIndexAtDepth()
967 ALWAYS_INLINE uint32_t GetDexPcAtDepth(const InlineInfoEncoding& encoding, in GetDexPcAtDepth()
972 ALWAYS_INLINE void SetDexPcAtDepth(const InlineInfoEncoding& encoding, in SetDexPcAtDepth()
978 ALWAYS_INLINE uint32_t GetInvokeTypeAtDepth(const InlineInfoEncoding& encoding, in GetInvokeTypeAtDepth()
983 ALWAYS_INLINE void SetInvokeTypeAtDepth(const InlineInfoEncoding& encoding, in SetInvokeTypeAtDepth()
989 ALWAYS_INLINE uint32_t GetDexRegisterMapOffsetAtDepth(const InlineInfoEncoding& encoding, in GetDexRegisterMapOffsetAtDepth()
994 ALWAYS_INLINE void SetDexRegisterMapOffsetAtDepth(const InlineInfoEncoding& encoding, in SetDexRegisterMapOffsetAtDepth()
1000 ALWAYS_INLINE bool HasDexRegisterMapAtDepth(const InlineInfoEncoding& encoding, in HasDexRegisterMapAtDepth()
1010 ALWAYS_INLINE MemoryRegion GetRegionAtDepth(const InlineInfoEncoding& encoding, in GetRegionAtDepth()
1085 CodeInfoEncoding encoding = CodeInfoEncoding(data); in CodeInfo() local
1094 bool HasInlineInfo(const CodeInfoEncoding& encoding) const { in HasInlineInfo()
1098 DexRegisterLocationCatalog GetDexRegisterLocationCatalog(const CodeInfoEncoding& encoding) const { in GetDexRegisterLocationCatalog()
1104 StackMap GetStackMapAt(size_t i, const CodeInfoEncoding& encoding) const { in GetStackMapAt()
1109 uint32_t GetNumberOfLocationCatalogEntries(const CodeInfoEncoding& encoding) const { in GetNumberOfLocationCatalogEntries()
1113 uint32_t GetDexRegisterLocationCatalogSize(const CodeInfoEncoding& encoding) const { in GetDexRegisterLocationCatalogSize()
1118 uint32_t GetNumberOfStackMaps(const CodeInfoEncoding& encoding) const { in GetNumberOfStackMaps()
1123 size_t GetStackMapsSize(const CodeInfoEncoding& encoding) const { in GetStackMapsSize()
1127 uint32_t GetDexRegisterLocationCatalogOffset(const CodeInfoEncoding& encoding) const { in GetDexRegisterLocationCatalogOffset()
1131 size_t GetDexRegisterMapsOffset(const CodeInfoEncoding& encoding) const { in GetDexRegisterMapsOffset()
1136 uint32_t GetStackMapsOffset(const CodeInfoEncoding& encoding) const { in GetStackMapsOffset()
1141 const CodeInfoEncoding& encoding, in GetDexRegisterMapOf()
1156 const CodeInfoEncoding& encoding, in GetDexRegisterMapAtDepth()
1168 InlineInfo GetInlineInfoOf(StackMap stack_map, const CodeInfoEncoding& encoding) const { in GetInlineInfoOf()
1175 StackMap GetStackMapForDexPc(uint32_t dex_pc, const CodeInfoEncoding& encoding) const { in GetStackMapForDexPc()
1187 StackMap GetCatchStackMapForDexPc(uint32_t dex_pc, const CodeInfoEncoding& encoding) const { in GetCatchStackMapForDexPc()
1197 StackMap GetOsrStackMapForDexPc(uint32_t dex_pc, const CodeInfoEncoding& encoding) const { in GetOsrStackMapForDexPc()
1229 const CodeInfoEncoding& encoding) const { in GetStackMapForNativePcOffset()
1253 MemoryRegion GetStackMaps(const CodeInfoEncoding& encoding) const { in GetStackMaps()
1261 size_t ComputeDexRegisterMapSizeOf(const CodeInfoEncoding& encoding, in ComputeDexRegisterMapSizeOf()