Home
last modified time | relevance | path

Searched refs:WARN_UNUSED (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dobject_callbacks.h62 typedef mirror::Object* (MarkObjectCallback)(mirror::Object* obj, void* arg) WARN_UNUSED; typedef
72 typedef mirror::Object* (IsMarkedCallback)(mirror::Object* object, void* arg) WARN_UNUSED; typedef
77 void* arg) WARN_UNUSED; typedef
Dutils.h172 static constexpr T RoundDown(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
182 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
191 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
199 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
Dclass_linker.h667 WARN_UNUSED SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/base/
Dmacros.h179 #define WARN_UNUSED __attribute__((warn_unused_result)) macro
/art/runtime/gc/
Dheap.h555 std::string DumpSpaces() const WARN_UNUSED;