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

/art/runtime/
H A Dhandle.h29 template<class T> class Handle;
34 // of Handle and doesn't support assignment operations.
102 class Handle : public ConstHandle<T> { class in namespace:art
104 Handle() { function in class:art::Handle
107 ALWAYS_INLINE Handle(const Handle<T>& handle) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
111 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle)
117 ALWAYS_INLINE explicit Handle(StackReference<T>* reference)
123 StackReference<mirror::Object>* ref = Handle<
[all...]

Completed in 120 milliseconds