Home
last modified time | relevance | path

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

/art/runtime/
Dhandle.h34 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
117 explicit Handle(StackReference<S>* reference) in Handle() function
121 explicit Handle(const Handle<S>& handle) in Handle() function
129 template<class S> friend class Handle; variable
Dhandle_scope.h31 template<class T> class Handle; variable
Dmonitor.h44 template<class T> class Handle; variable
Dclass_linker.h51 template<class T> class Handle; variable
Dinstrumentation.h42 template <typename T> class Handle; variable
Dart_method.h46 template<class T> class Handle; variable
/art/openjdkjvmti/
Dti_class_loader.h47 template <class MirrorType> class Handle; variable
/art/runtime/mirror/
Dstack_trace_element.h24 template<class T> class Handle; variable
Darray.h31 template<class T> class Handle; variable
Dstring.h31 template<class T> class Handle; variable
Dvar_handle.h27 template<class T> class Handle; variable
Dobject.h36 template <class T> class Handle; variable
Dclass.h57 template<class T> class Handle; variable
/art/compiler/
Dcommon_compiler_test.h43 template<class T> class Handle; variable
Dcompiler.h45 template<class T> class Handle; variable
/art/test/906-iterate-heap/
Diterate_heap.cc87 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/
Dcompiler_driver.h65 template<class T> class Handle; variable
/art/runtime/jit/
Djit_code_cache.h42 template<class T> class Handle; variable
/art/dex2oat/linker/
Dimage_writer.h69 template<class T> class Handle; variable
/art/test/913-heaps/
Dheaps.cc157 jint Handle(jvmtiHeapReferenceKind reference_kind, in Java_art_Test913_followReferences() function in art::Test913Heaps::Java_art_Test913_followReferences::PrintIterationConfig