/art/runtime/ |
D | handle.h | 34 template<class T> class Handle; variable 51 Handle() : reference_(nullptr) { in Handle() function 60 ALWAYS_INLINE Handle(const Handle<Type>& other) : reference_(other.reference_) { in Handle() function 63 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() function 125 explicit Handle(StackReference<S>* reference) in Handle() function 129 explicit Handle(const Handle<S>& handle) in Handle() function 137 template<class S> friend class Handle; variable
|
D | monitor.h | 44 template<class T> class Handle; variable
|
D | handle_scope.h | 31 template<class T> class Handle; variable
|
D | instrumentation.h | 42 template <typename T> class Handle; variable
|
D | class_linker.h | 51 template<class T> class Handle; variable
|
D | art_method.h | 46 template<class T> class Handle; variable
|
/art/openjdkjvmti/ |
D | ti_class_loader.h | 47 template <class MirrorType> class Handle; variable
|
/art/runtime/mirror/ |
D | stack_trace_element.h | 24 template<class T> class Handle; variable
|
D | array.h | 31 template<class T> class Handle; variable
|
D | string.h | 31 template<class T> class Handle; variable
|
D | var_handle.h | 27 template<class T> class Handle; variable
|
D | object.h | 36 template <class T> class Handle; variable
|
D | class.h | 57 template<class T> class Handle; variable
|
/art/compiler/ |
D | common_compiler_test.h | 43 template<class T> class Handle; variable
|
D | compiler.h | 45 template<class T> class Handle; variable
|
/art/test/906-iterate-heap/ |
D | iterate_heap.cc | 87 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapCount() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapCount::CountIterationConfig 123 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::DataIterationConfig 164 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapAdd() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapAdd::AddIterationConfig
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 67 template<class T> class Handle; variable
|
/art/runtime/jit/ |
D | jit_code_cache.h | 41 template<class T> class Handle; variable
|
/art/tools/checker/match/ |
D | file.py | 78 def Handle(self, statement, variables): member in IfStack
|
/art/dex2oat/linker/ |
D | image_writer.h | 69 template<class T> class Handle; variable
|
/art/test/913-heaps/ |
D | heaps.cc | 157 jint Handle(jvmtiHeapReferenceKind reference_kind, in Java_art_Test913_followReferences() function in art::Test913Heaps::Java_art_Test913_followReferences::PrintIterationConfig
|