Home
last modified time | relevance | path

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

123

/art/runtime/
Dhandle_wrapper.h31 HandleWrapper(T** obj, const MutableHandle<T>& handle) in HandleWrapper()
51 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.h109 ReflectiveHandleWrapper(T** obj, const MutableReflectiveHandle<T>& handle) in ReflectiveHandleWrapper()
/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry()
115 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive()
Dzip_archive.cc239 ZipArchiveHandle handle; in Open() local
266 ZipArchiveHandle handle; in OpenFromMemory() local
285 ZipArchiveHandle handle; in OpenFromFdInternal() local
/art/libnativeloader/
Dnative_loader.cpp315 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary() local
332 Result<void*> handle = TryLoadNativeloaderExtraLib(path); in OpenNativeLibrary() local
355 void* handle = OpenSystemLibrary(path, RTLD_NOW); in OpenNativeLibrary() local
406 Result<void*> handle = ns.value().Load(path); in OpenNativeLibrary() local
457 Result<void*> handle = ns->Load(path); in OpenNativeLibrary() local
519 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary()
544 Result<void*> handle = ns->Load(path); in OpenNativeLibraryInNamespace() local
Dnative_loader_namespace.cpp171 void* handle = android_dlopen_ext(lib_name, RTLD_NOW, &extinfo); in Load() local
176 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/compiler/optimizing/
Djit_patches_arm64.cc86 Handle<mirror::String> handle, in DeduplicateJitStringLiteral()
99 Handle<mirror::Class> handle, in DeduplicateJitClassLiteral()
112 Handle<mirror::MethodType> handle, in DeduplicateJitMethodTypeLiteral()
/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
DArrayHandler.java35 public void handle(HttpExchange exchange) throws IOException { in handle() method in ArrayHandler
DStaticHandler.java37 public void handle(HttpExchange exchange) throws IOException { in handle() method in StaticHandler
DBitmapHandler.java60 public void handle(HttpExchange exchange) throws IOException { in handle() method in BitmapHandler
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
DOverviewHandler.java44 public void handle(Doc doc, Query query) throws IOException { in handle() method in OverviewHandler
/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.cc260 void* handle = OpenSystemLibrary(nb_library_filename, RTLD_LAZY); in LoadNativeBridge() local
574 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, in NativeBridgeGetTrampoline()
580 void* handle, const char* name, const char* shorty, uint32_t len, JNICallType jni_call_type) { in NativeBridgeGetTrampoline2()
640 int NativeBridgeUnloadLibrary(void* handle) { in NativeBridgeUnloadLibrary()
/art/runtime/native/
Djava_lang_invoke_MethodHandle.cc35 auto handle = hs.NewHandle(soa.Decode<mirror::MethodHandle>(thiz)); in MethodHandle_invokeExactWithFrame() local
Djava_lang_invoke_MethodHandleImpl.cc36 Handle<mirror::MethodHandleImpl> handle = hs.NewHandle( in MethodHandleImpl_getMemberInternal() local
/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/test/807-method-handle-and-mr/src/
DMain.java77 private MethodHandle handle; field in Test

123