HomeSort by relevance Sort by last modified time
    Searched defs:ALWAYS_INLINE (Results 1 - 12 of 12) sorted by null

  /art/compiler/dex/
dataflow_iterator.h 73 virtual BasicBlock* NextBody(bool had_change) ALWAYS_INLINE;
147 BasicBlock* NextBody(bool had_change) ALWAYS_INLINE;
  /art/runtime/gc/accounting/
card_table.h 120 void* AddrFromCard(const byte *card_addr) const ALWAYS_INLINE;
123 byte* CardFromAddr(const void *addr) const ALWAYS_INLINE;
137 void CheckCardValid(byte* card) const ALWAYS_INLINE;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 120 #ifndef ALWAYS_INLINE
122 # define ALWAYS_INLINE inline __attribute__((always_inline))
124 # define ALWAYS_INLINE __forceinline
126 # define ALWAYS_INLINE INLINE
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 120 #ifndef ALWAYS_INLINE
122 # define ALWAYS_INLINE inline __attribute__((always_inline))
124 # define ALWAYS_INLINE __forceinline
126 # define ALWAYS_INLINE INLINE
  /art/runtime/base/
macros.h 134 #define ALWAYS_INLINE
136 #define ALWAYS_INLINE __attribute__ ((always_inline))
mutex.h 244 void SharedLock(Thread* self) SHARED_LOCK_FUNCTION() ALWAYS_INLINE;
251 void SharedUnlock(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;
  /art/runtime/mirror/
object.h 241 static void VerifyObject(const Object* obj) ALWAYS_INLINE;
class.h 561 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) ALWAYS_INLINE;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 129 /* ALWAYS_INLINE */
131 #ifndef ALWAYS_INLINE
133 #define ALWAYS_INLINE inline __attribute__((__always_inline__))
135 #define ALWAYS_INLINE __forceinline
137 #define ALWAYS_INLINE inline
  /system/core/include/private/pixelflinger/
ggl_fixed.h 26 #define ALWAYS_INLINE __attribute__((always_inline))
35 inline GGLfixed gglIntToFixed(GGLfixed i) ALWAYS_INLINE ;
36 inline GGLfixed gglFixedToIntRound(GGLfixed f) ALWAYS_INLINE ;
37 inline GGLfixed gglFixedToIntFloor(GGLfixed f) ALWAYS_INLINE ;
38 inline GGLfixed gglFixedToIntCeil(GGLfixed f) ALWAYS_INLINE ;
39 inline GGLfixed gglFracx(GGLfixed v) ALWAYS_INLINE ;
40 inline GGLfixed gglFloorx(GGLfixed v) ALWAYS_INLINE ;
41 inline GGLfixed gglCeilx(GGLfixed v) ALWAYS_INLINE ;
42 inline GGLfixed gglCenterx(GGLfixed v) ALWAYS_INLINE ;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 118 # define ALWAYS_INLINE __forceinline
133 # define ALWAYS_INLINE inline __attribute__((always_inline))
  /art/runtime/interpreter/
interpreter.cc 628 NO_THREAD_SAFETY_ANALYSIS ALWAYS_INLINE;
686 NO_THREAD_SAFETY_ANALYSIS ALWAYS_INLINE;
    [all...]

Completed in 344 milliseconds