Home
last modified time | relevance | path

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

/art/runtime/
Dhandle.h34 template<class T> class Handle; variable
43 Handle() : reference_(nullptr) { in Handle() function
50 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() function
96 explicit Handle(StackReference<S>* reference) in Handle() function
100 explicit Handle(const Handle<S>& handle) in Handle() function
108 template<class S> friend class Handle; variable
Dmonitor.h43 template<class T> class Handle; variable
Dhandle_scope.h31 template<class T> class Handle; variable
Dinstrumentation.h40 template <typename T> class Handle; variable
Dclass_linker.h82 template<class T> class Handle; variable
Dart_method.h45 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.h28 template<class T> class Handle; variable
Dstring.h28 template<class T> class Handle; variable
Dvar_handle.h27 template<class T> class Handle; variable
Dclass.h51 template<class T> class Handle; variable
/art/compiler/
Dcommon_compiler_test.h43 template<class T> class Handle; variable
Dcompiler.h43 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/runtime/jit/
Djit_code_cache.h38 template<class T> class Handle; variable
/art/dex2oat/driver/
Dcompiler_driver.h67 template<class T> class Handle; variable
/art/dex2oat/linker/
Dimage_writer.h67 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