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

/art/runtime/
H A Dhandle.h35 // of MutableHandle and doesn't support assignment operations.
103 class MutableHandle : public Handle<T> { class in namespace:art
105 MutableHandle() { function in class:art::MutableHandle
108 ALWAYS_INLINE MutableHandle(const MutableHandle<T>& handle)
113 ALWAYS_INLINE MutableHandle<T>& operator=(const MutableHandle<T>& handle)
119 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference)
132 explicit MutableHandle(const MutableHandle<
[all...]

Completed in 58 milliseconds