Searched defs:ScopedObjectAccess (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dscoped_thread_state_change.h28 // ScopedObjectAccess are used to handle the change into Runnable to get direct access to objects,
118 // For annotalysis the subclass ScopedObjectAccess (below) makes it explicit that a shared of
262 class ScopedObjectAccess : public ScopedObjectAccessUnchecked { class in namespace:art
264 explicit ScopedObjectAccess(JNIEnv* env)
271 explicit ScopedObjectAccess(Thread* self)
278 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE {
286 explicit ScopedObjectAccess(JavaVM* vm)
291 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccess);

Completed in 71 milliseconds