Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 45) sorted by relevance

12

/art/runtime/
Dhandle_wrapper.h30 HandleWrapper(T** obj, const MutableHandle<T>& handle) in HandleWrapper()
50 HandleWrapperObjPtr(ObjPtr<T>* obj, const MutableHandle<T>& handle) in HandleWrapperObjPtr()
Dhandle.h126 explicit Handle(const Handle<S>& handle) in Handle()
174 explicit MutableHandle(const MutableHandle<S>& handle) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
Dplugin.cc65 void* handle = dlopen_handle_; in Unload() local
Dreflective_handle.h110 ReflectiveHandleWrapper(T** obj, const MutableReflectiveHandle<T>& handle) in ReflectiveHandleWrapper()
/art/libartbase/base/
Dzip_archive.h72 ZipEntry(ZipArchiveHandle handle, in ZipEntry()
96 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive()
Dzip_archive.cc228 ZipArchiveHandle handle; in Open() local
244 ZipArchiveHandle handle; in OpenFromFd() local
Dmem_map_windows.cc101 HANDLE handle = ::CreateFileMapping(reinterpret_cast<HANDLE>(_get_osfhandle(fd)), in TargetMMap() local
/art/libnativeloader/
Dnative_loader.cpp120 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary() local
127 void* handle = dlopen(path, RTLD_NOW); in OpenNativeLibrary() local
201 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary()
226 auto handle = ns->Load(path); in OpenNativeLibraryInNamespace() local
Dnative_loader_namespace.cpp163 void* handle = android_dlopen_ext(lib_name, RTLD_NOW, &extinfo); in Load() local
168 void* handle = in Load() local
Dnative_loader_lazy.cpp31 static void* handle = dlopen("libnativeloader.so", RTLD_NOW); in GetLibHandle() local
68 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary()
/art/tools/ahat/src/main/com/android/ahat/
DAhatHandler.java31 void handle(Doc doc, Query query) throws IOException; in handle() method
DRootedHandler.java33 public void handle(Doc doc, Query query) throws IOException { in handle() method in RootedHandler
DAhatHttpHandler.java38 public void handle(HttpExchange exchange) throws IOException { in handle() method in AhatHttpHandler
DBitmapHandler.java37 public void handle(HttpExchange exchange) throws IOException { in handle() method in BitmapHandler
DStaticHandler.java37 public void handle(HttpExchange exchange) throws IOException { in handle() method in StaticHandler
DSiteHandler.java41 public void handle(Doc doc, Query query) throws IOException { in handle() method in SiteHandler
DOverviewHandler.java41 public void handle(Doc doc, Query query) throws IOException { in handle() method in OverviewHandler
DObjectsHandler.java63 public void handle(Doc doc, Query query) throws IOException { in handle() method in ObjectsHandler
/art/test/136-daemon-jni-shutdown/
Ddaemon_jni_shutdown.cc65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); in Java_Main_destroyJavaVMAndExit() local
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc36 Handle<mirror::MethodHandleImpl> handle = hs.NewHandle( in MethodHandleImpl_getMemberInternal() local
/art/libnativebridge/
Dnative_bridge_lazy.cc31 static void* handle = dlopen("libnativebridge.so", RTLD_NOW); in GetLibHandle() local
93 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, uint32_t len) { in NativeBridgeGetTrampoline()
123 int NativeBridgeUnloadLibrary(void* handle) { in NativeBridgeUnloadLibrary()
Dnative_bridge.cc227 void* handle = dlopen(nb_library_filename, RTLD_LAZY); in LoadNativeBridge() local
517 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, in NativeBridgeGetTrampoline()
550 int NativeBridgeUnloadLibrary(void* handle) { in NativeBridgeUnloadLibrary()
/art/test/807-method-handle-and-mr/src/
DMain.java77 private MethodHandle handle; field in Test
/art/libartbase/base/unix_file/
Dfd_file.cc61 HANDLE handle() { return handle_; } in handle() function in unix_file::ScopedEvent
78 auto handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in pread() local
107 auto handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in pwrite() local
129 auto handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in fsync() local
/art/libdexfile/dex/
Ddex_file_loader.cc94 DexZipEntry(ZipArchiveHandle handle, in DexZipEntry()
111 ZipArchiveHandle handle; in Open() local
140 explicit DexZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in DexZipArchive()

12