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

  /art/runtime/gc/accounting/
heap_bitmap.h 45 REQUIRES(Locks::heap_bitmap_lock_) ALWAYS_INLINE;
49 REQUIRES(Locks::heap_bitmap_lock_) ALWAYS_INLINE;
54 ALWAYS_INLINE void Visit(Visitor&& visitor)
card_table.h 60 ALWAYS_INLINE void MarkCard(const void *addr) {
128 void* AddrFromCard(const uint8_t *card_addr) const ALWAYS_INLINE;
131 uint8_t* CardFromAddr(const void *addr) const ALWAYS_INLINE;
139 bool IsValidCard(const uint8_t* card_addr) const ALWAYS_INLINE;
141 void CheckCardValid(uint8_t* card) const ALWAYS_INLINE;
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_lib.h 51 #define ALWAYS_INLINE __forceinline
56 #define ALWAYS_INLINE __attribute__((always_inline))
  /external/compiler-rt/lib/builtins/
int_lib.h 42 #define ALWAYS_INLINE __forceinline
47 #define ALWAYS_INLINE __attribute__((always_inline))
  /external/libunwind/include/
compiler.h 41 # define ALWAYS_INLINE inline __attribute__((always_inline))
45 # define ALWAYS_INLINE
59 # define ALWAYS_INLINE
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 100 #ifndef ALWAYS_INLINE
102 # define ALWAYS_INLINE inline __attribute__((always_inline))
104 # define ALWAYS_INLINE __forceinline
106 # define ALWAYS_INLINE inline
  /art/libartbase/base/
macros.h 42 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
43 ALWAYS_INLINE void* operator new(size_t, void* ptr) noexcept { return ptr; } \
44 ALWAYS_INLINE void operator delete(void*, void*) noexcept { } \
67 #define ALWAYS_INLINE
69 #define ALWAYS_INLINE __attribute__ ((always_inline))
73 // #define ALWAYS_INLINE_LAMBDA ALWAYS_INLINE
  /art/runtime/
scoped_thread_state_change.h 44 ALWAYS_INLINE ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
47 ALWAYS_INLINE ~ScopedThreadStateChange() REQUIRES(!Locks::thread_suspend_count_lock_);
49 ALWAYS_INLINE Thread* Self() const {
101 ALWAYS_INLINE bool IsRunnable() const;
104 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(JNIEnv* env)
107 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(Thread* self)
118 ALWAYS_INLINE ~ScopedObjectAccessAlreadyRunnable() {}
147 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(JNIEnv* env)
150 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(Thread* self)
153 ALWAYS_INLINE ~ScopedObjectAccessUnchecked() REQUIRES(!Locks::thread_suspend_count_lock_) {
    [all...]
indirect_reference_table.h 262 ALWAYS_INLINE;
331 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) {
375 ALWAYS_INLINE static uint32_t ExtractIndex(IndirectRef iref) {
  /external/libchrome/base/
compiler_specific.h 109 #define ALWAYS_INLINE inline __attribute__((__always_inline__))
111 #define ALWAYS_INLINE __forceinline
113 #define ALWAYS_INLINE inline
  /external/pdfium/third_party/base/
compiler_specific.h 104 #define ALWAYS_INLINE inline __attribute__((__always_inline__))
106 #define ALWAYS_INLINE __forceinline
108 #define ALWAYS_INLINE inline
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 50 # define ALWAYS_INLINE __attribute__((always_inline))
53 # define ALWAYS_INLINE
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 62 # define ALWAYS_INLINE __attribute__((always_inline))
65 # define ALWAYS_INLINE
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 62 # define ALWAYS_INLINE __attribute__((always_inline))
65 # define ALWAYS_INLINE
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 72 # define ALWAYS_INLINE __attribute__((always_inline))
75 # define ALWAYS_INLINE
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 72 # define ALWAYS_INLINE __attribute__((always_inline))
75 # define ALWAYS_INLINE
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 72 # define ALWAYS_INLINE __attribute__((always_inline))
75 # define ALWAYS_INLINE
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 72 # define ALWAYS_INLINE __attribute__((always_inline))
75 # define ALWAYS_INLINE
  /toolchain/binutils/binutils-2.27/gold/testsuite/
gdb_index_test.cc 127 #define ALWAYS_INLINE __attribute__((always_inline))
129 #define ALWAYS_INLINE
132 static inline ALWAYS_INLINE int
  /system/core/libpixelflinger/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...]
  /art/runtime/mirror/
class.h 170 ALWAYS_INLINE uint32_t GetAccessFlags() REQUIRES_SHARED(Locks::mutator_lock_) {
182 ALWAYS_INLINE uint32_t GetClassFlags() REQUIRES_SHARED(Locks::mutator_lock_) {
190 ALWAYS_INLINE bool IsEnum() REQUIRES_SHARED(Locks::mutator_lock_) {
195 ALWAYS_INLINE bool IsInterface() REQUIRES_SHARED(Locks::mutator_lock_) {
200 ALWAYS_INLINE bool IsPublic() REQUIRES_SHARED(Locks::mutator_lock_) {
205 ALWAYS_INLINE bool IsFinal() REQUIRES_SHARED(Locks::mutator_lock_) {
209 ALWAYS_INLINE bool IsFinalizable() REQUIRES_SHARED(Locks::mutator_lock_) {
213 ALWAYS_INLINE bool ShouldSkipHiddenApiChecks() REQUIRES_SHARED(Locks::mutator_lock_) {
217 ALWAYS_INLINE void SetSkipHiddenApiChecks() REQUIRES_SHARED(Locks::mutator_lock_) {
222 ALWAYS_INLINE void SetRecursivelyInitialized() REQUIRES_SHARED(Locks::mutator_lock_)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 131 # define ALWAYS_INLINE __forceinline
143 # define ALWAYS_INLINE inline __attribute__((always_inline))
  /art/runtime/base/
mutex.h 266 ALWAYS_INLINE bool IsExclusiveHeld(const Thread* self) const;
269 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
270 ALWAYS_INLINE void AssertHeld(const Thread* self) const ASSERT_CAPABILITY(this);
356 void SharedLock(Thread* self) ACQUIRE_SHARED() ALWAYS_INLINE;
363 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
367 ALWAYS_INLINE bool IsExclusiveHeld(const Thread* self) const;
370 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
371 ALWAYS_INLINE void AssertWriterHeld(const Thread* self) const ASSERT_CAPABILITY(this);
387 ALWAYS_INLINE void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) {
393 ALWAYS_INLINE void AssertReaderHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.cc 275 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE
277 ALWAYS_INLINE float ConvertBfloat16ToFloat(const bfloat16* src) {
288 ALWAYS_INLINE Packet ConvertFourBfloat16ToFloat(const bfloat16* src) {
293 ALWAYS_INLINE Packet ConvertTwoBfloat16ToFloat(const bfloat16* src) {
298 ALWAYS_INLINE void ScalarMulAdd(const float a, const float** inp, float** out) {
304 ALWAYS_INLINE void ScalarMulAdd(const float a, const bfloat16** inp,
311 ALWAYS_INLINE void ScalarMulAdd3Way(const float a1, const float a2,
325 ALWAYS_INLINE void ScalarMulAdd3Way(const float a1, const float a2,
336 ALWAYS_INLINE void LoadSingleScalar(const bfloat16** data, Packet* l) {
342 ALWAYS_INLINE void LoadTwoScalars(const bfloat16** data, Packet* l1
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.c 57 #define ALWAYS_INLINE __forceinline
59 #define ALWAYS_INLINE
64 #define ALWAYS_INLINE
66 #define ALWAYS_INLINE inline __attribute__ ((always_inline))
133 ALWAYS_INLINE int
170 ALWAYS_INLINE int
192 ALWAYS_INLINE mpd_ssize_t
199 ALWAYS_INLINE mpd_ssize_t
206 ALWAYS_INLINE mpd_ssize_
    [all...]

Completed in 1867 milliseconds