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

/art/runtime/
H A Dscoped_thread_state_change.h32 // ScopedObjectAccess are used to handle the change into Runnable to Get direct access to objects,
218 // For annotalysis the subclass ScopedObjectAccess (below) makes it explicit that a shared of
250 class ScopedObjectAccess : public ScopedObjectAccessUnchecked { class in namespace:art
252 explicit ScopedObjectAccess(JNIEnv* env)
258 explicit ScopedObjectAccess(Thread* self)
264 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE {
272 explicit ScopedObjectAccess(JavaVM* vm)
277 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccess);

Completed in 221 milliseconds