Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhandle.h139 MutableHandle() { in MutableHandle() function
148 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle() function
169 explicit MutableHandle(const MutableHandle<S>& handle) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle() function
174 explicit MutableHandle(StackReference<S>* reference) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle() function
H A Dhandle_scope.h35 template<class T> class MutableHandle; variable
H A Dclass_linker.h54 template<class T> class MutableHandle; variable
H A Dinstrumentation.h43 template <typename T> class MutableHandle; variable
/aosp12/art/openjdkjvmti/
H A Dalloc_manager.h44 template <typename T> class MutableHandle; variable