Home
last modified time | relevance | path

Searched defs:ObjPtr (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dobj_ptr.h45 ALWAYS_INLINE ObjPtr() REQUIRES_SHARED(Locks::mutator_lock_) : reference_(0u) {} in ObjPtr() function
52 ALWAYS_INLINE ObjPtr(std::nullptr_t) // NOLINT in ObjPtr() function
58 ALWAYS_INLINE ObjPtr(Type* ptr) // NOLINT in ObjPtr() function
65 ALWAYS_INLINE ObjPtr(const ObjPtr<Type>& other) // NOLINT in ObjPtr() function
Dscoped_thread_state_change.h31 template<class MirrorType> class ObjPtr; variable
Dhandle_scope.h33 template<class MirrorType> class ObjPtr; variable
Dgc_root.h27 template<class MirrorType> class ObjPtr; variable