Lines Matching refs:ALWAYS_INLINE

141   ALWAYS_INLINE uint32_t GetNativePcOffset(InstructionSet instruction_set) const {  in GetNativePcOffset()
145 ALWAYS_INLINE bool HasInlineInfo() const { in HasInlineInfo()
149 ALWAYS_INLINE bool HasDexRegisterMap() const { in HasDexRegisterMap()
227 ALWAYS_INLINE DexRegisterLocation GetLocation() const { in BIT_TABLE_HEADER()
258 ALWAYS_INLINE uint32_t GetMask() const { in BIT_TABLE_HEADER()
294 ALWAYS_INLINE CodeInfo() {} in CodeInfo()
295 ALWAYS_INLINE explicit CodeInfo(const uint8_t* data, size_t* num_read_bits = nullptr);
296 ALWAYS_INLINE explicit CodeInfo(const OatQuickMethodHeader* header);
302 ALWAYS_INLINE static uint32_t DecodeCodeSize(const uint8_t* code_info_data) { in DecodeCodeSize()
306 ALWAYS_INLINE static QuickMethodFrameInfo DecodeFrameInfo(const uint8_t* code_info_data) { in DecodeFrameInfo()
313 ALWAYS_INLINE static CodeInfo DecodeHeaderOnly(const uint8_t* code_info_data) { in DecodeHeaderOnly()
323 ALWAYS_INLINE const BitTable<StackMap>& GetStackMaps() const { in GetStackMaps()
327 ALWAYS_INLINE StackMap GetStackMapAt(size_t index) const { in GetStackMapAt()
349 ALWAYS_INLINE DexRegisterLocation GetDexRegisterCatalogEntry(size_t index) const { in GetDexRegisterCatalogEntry()
367 ALWAYS_INLINE DexRegisterMap GetDexRegisterMapOf(StackMap stack_map) const { in GetDexRegisterMapOf()
376 ALWAYS_INLINE DexRegisterMap GetInlineDexRegisterMapOf(StackMap stack_map, in GetInlineDexRegisterMapOf()
448 ALWAYS_INLINE static bool HasInlineInfo(const uint8_t* code_info_data) { in HasInlineInfo()
452 ALWAYS_INLINE static bool IsBaseline(const uint8_t* code_info_data) { in IsBaseline()
463 ALWAYS_INLINE CodeInfo(const uint8_t* data, size_t* num_read_bits, DecodeCallback callback);
467 ALWAYS_INLINE static void ForEachHeaderField(Callback callback) { in ForEachHeaderField()
481 ALWAYS_INLINE static void ForEachBitTableField(Callback callback) { in ForEachBitTableField()