Searched refs:StackMapEncoding (Results 1 – 5 of 5) sorted by relevance
38 class StackMapEncoding; variable706 class StackMapEncoding {708 StackMapEncoding() {} in StackMapEncoding() function798 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()[all …]
92 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump()191 StackMapEncoding stack_map_encoding = encoding.stack_map_encoding; in Dump()
202 StackMapEncoding stack_map_encoding_;
507 const StackMapEncoding& stack_map_encoding = encoding.stack_map_encoding; in CheckCodeInfo()
30 StackMapEncoding& encoding, in CheckStackMask()