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.h121 explicit Handle(const Handle<S>& handle) in Handle()
169 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.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry()
101 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive()
Dzip_archive.cc236 ZipArchiveHandle handle; in Open() local
252 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.cpp224 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary() local
235 Result<void*> handle = TryLoadNativeloaderExtraLib(path); in OpenNativeLibrary() local
249 void* handle = OpenSystemLibrary(path, RTLD_NOW); in OpenNativeLibrary() local
329 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary()
354 auto handle = ns->Load(path); in OpenNativeLibraryInNamespace() local
Dnative_loader_namespace.cpp167 void* handle = android_dlopen_ext(lib_name, RTLD_NOW, &extinfo); in Load() local
172 void* handle = in Load() local
Dnative_loader_lazy.cpp31 static void* handle = dlopen("libnativeloader.so", RTLD_NOW); in GetLibHandle() local
63 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary()
/art/libnativebridge/
Dnative_bridge_lazy.cc31 static void* handle = dlopen("libnativebridge.so", RTLD_NOW); in GetLibHandle() local
67 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, uint32_t len) { in NativeBridgeGetTrampoline()
Dnative_bridge.cc256 void* handle = OpenSystemLibrary(nb_library_filename, RTLD_LAZY); in LoadNativeBridge() local
570 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, in NativeBridgeGetTrampoline()
603 int NativeBridgeUnloadLibrary(void* handle) { in NativeBridgeUnloadLibrary()
/art/tools/ahat/src/main/com/android/ahat/
DAhatHandler.java31 void handle(Doc doc, Query query) throws IOException; in handle() method
DAhatHttpHandler.java38 public void handle(HttpExchange exchange) throws IOException { in handle() method in AhatHttpHandler
DRootedHandler.java33 public void handle(Doc doc, Query query) throws IOException { in handle() method in RootedHandler
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
DOverviewHandler.java41 public void handle(Doc doc, Query query) throws IOException { in handle() method in OverviewHandler
DSiteHandler.java41 public void handle(Doc doc, Query query) throws IOException { in handle() method in SiteHandler
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/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/tools/checker/match/
Dfile.py81 def handle(self, statement, variables): member in IfStack
283 def handle(self, statement): member in ExecutionState

12