Home
last modified time | relevance | path

Searched refs:StackMapEncoding (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dstack_map.h38 class StackMapEncoding; variable
706 class StackMapEncoding {
708 StackMapEncoding() {} in StackMapEncoding() function
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()
[all …]
Dstack_map.cc92 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump()
191 StackMapEncoding stack_map_encoding = encoding.stack_map_encoding; in Dump()
/art/compiler/optimizing/
Dstack_map_stream.h202 StackMapEncoding stack_map_encoding_;
Dstack_map_stream.cc507 const StackMapEncoding& stack_map_encoding = encoding.stack_map_encoding; in CheckCodeInfo()
Dstack_map_test.cc30 StackMapEncoding& encoding, in CheckStackMask()