HomeSort by relevance Sort by last modified time
    Searched defs:ScopedObjectAccess (Results 1 - 2 of 2) sorted by null

  /art/runtime/
scoped_thread_state_change-inl.h 119 inline ScopedObjectAccess::ScopedObjectAccess(JNIEnv* env) : ScopedObjectAccessUnchecked(env) {}
120 inline ScopedObjectAccess::ScopedObjectAccess(Thread* self) : ScopedObjectAccessUnchecked(self) {}
121 inline ScopedObjectAccess::~ScopedObjectAccess() {}
scoped_thread_state_change.h 40 // ScopedObjectAccess are used to handle the change into Runnable to Get direct access to objects,
143 // For annotalysis the subclass ScopedObjectAccess (below) makes it explicit that a shared of
169 class ScopedObjectAccess : public ScopedObjectAccessUnchecked {
171 ALWAYS_INLINE explicit ScopedObjectAccess(JNIEnv* env)
175 ALWAYS_INLINE explicit ScopedObjectAccess(Thread* self)
180 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE;
186 explicit ScopedObjectAccess(JavaVM* vm) SHARED_LOCK_FUNCTION(Locks::mutator_lock_)
190 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccess);

Completed in 344 milliseconds