Searched refs:InlineInfoEncoding (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dstack_map.h885 class InlineInfoEncoding { class in class:art::DexRegisterLocation
943 ALWAYS_INLINE uint32_t GetDepth(const InlineInfoEncoding& encoding) const {
949 ALWAYS_INLINE void SetDepth(const InlineInfoEncoding& encoding, uint32_t depth) {
956 ALWAYS_INLINE uint32_t GetMethodIndexAtDepth(const InlineInfoEncoding& encoding,
961 ALWAYS_INLINE void SetMethodIndexAtDepth(const InlineInfoEncoding& encoding,
967 ALWAYS_INLINE uint32_t GetDexPcAtDepth(const InlineInfoEncoding& encoding,
972 ALWAYS_INLINE void SetDexPcAtDepth(const InlineInfoEncoding& encoding,
978 ALWAYS_INLINE uint32_t GetInvokeTypeAtDepth(const InlineInfoEncoding& encoding,
983 ALWAYS_INLINE void SetInvokeTypeAtDepth(const InlineInfoEncoding& encoding,
989 ALWAYS_INLINE uint32_t GetDexRegisterMapOffsetAtDepth(const InlineInfoEncoding
[all...]
H A Dstack_map.cc104 void InlineInfoEncoding::Dump(VariableIndentationOutputStream* vios) const {
106 << "InlineInfoEncoding"
224 InlineInfoEncoding inline_info_encoding = code_info.ExtractEncoding().inline_info_encoding;
/art/compiler/optimizing/
H A Dstack_map_stream.h203 InlineInfoEncoding inline_info_encoding_;
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h45 const InlineInfoEncoding& encoding,

Completed in 73 milliseconds