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);
303 ALWAYS_INLINE const BitTable<StackMap>& GetStackMaps() const { in GetStackMaps()
307 ALWAYS_INLINE StackMap GetStackMapAt(size_t index) const { in GetStackMapAt()
329 ALWAYS_INLINE DexRegisterLocation GetDexRegisterCatalogEntry(size_t index) const { in GetDexRegisterCatalogEntry()
347 ALWAYS_INLINE DexRegisterMap GetDexRegisterMapOf(StackMap stack_map) const { in GetDexRegisterMapOf()
356 ALWAYS_INLINE DexRegisterMap GetInlineDexRegisterMapOf(StackMap stack_map, in GetInlineDexRegisterMapOf()
428 ALWAYS_INLINE static bool HasInlineInfo(const uint8_t* code_info_data) { in HasInlineInfo()
432 ALWAYS_INLINE static bool IsBaseline(const uint8_t* code_info_data) { in IsBaseline()
443 ALWAYS_INLINE CodeInfo(const uint8_t* data, size_t* num_read_bits, DecodeCallback callback);
447 ALWAYS_INLINE static void ForEachHeaderField(Callback callback) { in ForEachHeaderField()
460 ALWAYS_INLINE static void ForEachBitTableField(Callback callback) { in ForEachBitTableField()