Home
last modified time | relevance | path

Searched defs:UNLOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Dscoped_fast_native_object_access.h39 ~ScopedFastNativeObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION() function
/art/runtime/
Dscoped_thread_state_change.h264 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION() function
/art/runtime/base/
Dmacros.h264 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock_function(__VA_ARGS__)) macro
284 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock(__VA_ARGS__)) macro
Dmutex.h531 ~WriterMutexLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
/art/compiler/
Doat_writer.cc965 ~WriteCodeMethodVisitor() UNLOCK_FUNCTION(Locks::mutator_lock_) { in UNLOCK_FUNCTION() function in art::OatWriter::WriteCodeMethodVisitor