/art/runtime/ |
D | zip_archive.h | 70 ZipEntry(ZipArchiveHandle handle, in ZipEntry() 94 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive()
|
D | handle.h | 99 explicit Handle(const Handle<S>& handle) in Handle() 147 explicit MutableHandle(const MutableHandle<S>& handle) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
|
D | handle_scope.h | 180 HandleWrapper(T** obj, const MutableHandle<T>& handle) in HandleWrapper() 200 HandleWrapperObjPtr(ObjPtr<T>* obj, const MutableHandle<T>& handle) in HandleWrapperObjPtr()
|
D | zip_archive.cc | 226 ZipArchiveHandle handle; in Open() local 242 ZipArchiveHandle handle; in OpenFromFd() local
|
D | plugin.cc | 60 void* handle = dlopen_handle_; in Unload() local
|
D | debug_print.cc | 102 Handle<mirror::ClassLoader> handle(hs.NewHandle(loader)); in DescribeLoaders() local
|
D | java_vm_ext.cc | 69 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary() 959 void* handle = android::OpenNativeLibrary(env, in LoadNativeLibrary() local
|
/art/compiler/jit/ |
D | jit_compiler.cc | 58 extern "C" void jit_unload(void* handle) { in jit_unload() 64 void* handle, ArtMethod* method, Thread* self, bool osr) in jit_compile_method() 71 extern "C" void jit_types_loaded(void* handle, mirror::Class** types, size_t count) in jit_types_loaded()
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | AhatHandler.java | 31 void handle(Doc doc, Query query) throws IOException; in handle() method
|
D | AhatHttpHandler.java | 38 public void handle(HttpExchange exchange) throws IOException { in handle() method in AhatHttpHandler
|
D | RootedHandler.java | 33 public void handle(Doc doc, Query query) throws IOException { in handle() method in RootedHandler
|
D | BitmapHandler.java | 37 public void handle(HttpExchange exchange) throws IOException { in handle() method in BitmapHandler
|
D | StaticHandler.java | 37 public void handle(HttpExchange exchange) throws IOException { in handle() method in StaticHandler
|
D | ObjectsHandler.java | 38 public void handle(Doc doc, Query query) throws IOException { in handle() method in ObjectsHandler
|
D | OverviewHandler.java | 38 public void handle(Doc doc, Query query) throws IOException { in handle() method in OverviewHandler
|
D | SiteHandler.java | 41 public void handle(Doc doc, Query query) throws IOException { in handle() method in SiteHandler
|
D | ObjectHandler.java | 57 public void handle(Doc doc, Query query) throws IOException { in handle() method in ObjectHandler
|
/art/test/136-daemon-jni-shutdown/ |
D | daemon_jni_shutdown.cc | 65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit() local
|
/art/runtime/native/ |
D | java_lang_invoke_MethodHandleImpl.cc | 36 Handle<mirror::MethodHandleImpl> handle = hs.NewHandle( in MethodHandleImpl_getMemberInternal() local
|
/art/test/807-method-handle-and-mr/src/ |
D | Main.java | 77 private MethodHandle handle; field in Test
|
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 98 DexZipEntry(ZipArchiveHandle handle, in DexZipEntry() 115 ZipArchiveHandle handle; in Open() local 144 explicit DexZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in DexZipArchive()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 261 void AddNativeDebugInfoForJit(const void* handle, const std::vector<uint8_t>& symfile) { in AddNativeDebugInfoForJit() 282 void RemoveNativeDebugInfoForJit(const void* handle) { in RemoveNativeDebugInfoForJit()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 453 void* handle = dlopen(tmp, flag); in native_bridge_loadLibrary() local 468 extern "C" void* native_bridge_getTrampoline(void* handle, const char* name, const char* shorty, in native_bridge_getTrampoline()
|
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 558 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass); in SetClassAsTypeInfo() local 839 Handle<mirror::Class> handle = parent_rti.GetTypeHandle(); in UpdateArrayGet() local
|
/art/test/956-methodhandles/src/ |
D | Main.java | 195 MethodHandle handle = MethodHandles.lookup().findVirtual(String.class, "concat", in testExceptionDetailMessages() local 1574 MethodHandle handle = MethodHandles.lookup().findVirtual( in testRevealDirect() local
|