Searched defs:StackMapEncoding (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack_map.h38 class StackMapEncoding;
706 class StackMapEncoding { class in class:art::DexRegisterLocation
708 StackMapEncoding() {} function in class:art::DexRegisterLocation::StackMapEncoding
798 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const {
802 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) {
806 ALWAYS_INLINE uint32_t GetNativePcOffset(const StackMapEncoding& encoding) const {
810 ALWAYS_INLINE void SetNativePcOffset(const StackMapEncoding& encoding, uint32_t native_pc_offset) {
814 ALWAYS_INLINE uint32_t GetDexRegisterMapOffset(const StackMapEncoding& encoding) const {
818 ALWAYS_INLINE void SetDexRegisterMapOffset(const StackMapEncoding& encoding, uint32_t offset) {
822 ALWAYS_INLINE uint32_t GetInlineDescriptorOffset(const StackMapEncoding
[all...]

Completed in 241 milliseconds