Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h43 class StackMapEncoding; variable
689 class StackMapEncoding {
691 StackMapEncoding() in StackMapEncoding() function
761 static_assert(alignof(StackMapEncoding) == 1, "Should not require alignment"); in Encode()
768 *this = *reinterpret_cast<const StackMapEncoding*>(*ptr); in Decode()
804 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const { in GetDexPc()
808 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) { in SetDexPc()
812 ALWAYS_INLINE uint32_t GetNativePcOffset(const StackMapEncoding& encoding, in GetNativePcOffset()
819 ALWAYS_INLINE void SetNativePcCodeOffset(const StackMapEncoding& encoding, in SetNativePcCodeOffset()
824 ALWAYS_INLINE uint32_t GetDexRegisterMapOffset(const StackMapEncoding& encoding) const { in GetDexRegisterMapOffset()
[all …]
Dstack_map.cc93 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump()
199 StackMapEncoding stack_map_encoding = encoding.stack_map.encoding; in Dump()
/art/compiler/optimizing/
Dstack_map_stream.cc610 const StackMapEncoding& stack_map_encoding = encoding.stack_map.encoding; in CheckCodeInfo()
/art/oatdump/
Doatdump.cc1601 StackMapEncoding stack_map_encoding(encoding.stack_map.encoding); in DumpCode()