Searched defs:UNLOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance
39 ~ScopedFastNativeObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION() function
264 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION() function
264 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock_function(__VA_ARGS__)) macro284 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock(__VA_ARGS__)) macro
531 ~WriterMutexLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
965 ~WriteCodeMethodVisitor() UNLOCK_FUNCTION(Locks::mutator_lock_) { in UNLOCK_FUNCTION() function in art::OatWriter::WriteCodeMethodVisitor