Searched defs:Handle (Results 1 – 14 of 14) sorted by relevance
33 template<class T> class Handle; variable42 Handle() : reference_(nullptr) { in Handle() function49 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() function94 explicit Handle(StackReference<S>* reference) in Handle() function98 explicit Handle(const Handle<S>& handle) in Handle() function106 template<class S> friend class Handle; variable
41 template<class T> class Handle; variable
39 template <typename T> class Handle; variable
65 template<class T> class Handle; variable
36 template<class T> class Handle; variable
25 template<class T> class Handle; variable
28 template<class T> class Handle; variable
26 template<class T> class Handle; variable
44 template<class T> class Handle; variable
39 template<class T> class Handle; variable
38 template<class T> class Handle; variable
87 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapCount() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapCount::CountIterationConfig123 jint Handle(jlong class_tag, jlong size, jlong* tag_ptr, jint length) OVERRIDE { in Java_art_Test906_iterateThroughHeapData() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapData::DataIterationConfig164 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapAdd() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapAdd::AddIterationConfig
66 template<class T> class Handle; variable
124 jint Handle(jvmtiHeapReferenceKind reference_kind, in Java_art_Test913_followReferences() function in art::Test913Heaps::Java_art_Test913_followReferences::FINAL