Home
last modified time | relevance | path

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

12

/art/runtime/
Dzip_archive.h70 ZipEntry(ZipArchiveHandle handle, in ZipEntry()
94 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive()
Dhandle.h99 explicit Handle(const Handle<S>& handle) in Handle()
147 explicit MutableHandle(const MutableHandle<S>& handle) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
Dhandle_scope.h180 HandleWrapper(T** obj, const MutableHandle<T>& handle) in HandleWrapper()
200 HandleWrapperObjPtr(ObjPtr<T>* obj, const MutableHandle<T>& handle) in HandleWrapperObjPtr()
Dzip_archive.cc226 ZipArchiveHandle handle; in Open() local
242 ZipArchiveHandle handle; in OpenFromFd() local
Dplugin.cc60 void* handle = dlopen_handle_; in Unload() local
Ddebug_print.cc102 Handle<mirror::ClassLoader> handle(hs.NewHandle(loader)); in DescribeLoaders() local
Djava_vm_ext.cc69 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/
Djit_compiler.cc58 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/
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
DObjectsHandler.java38 public void handle(Doc doc, Query query) throws IOException { in handle() method in ObjectsHandler
DOverviewHandler.java38 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
DObjectHandler.java57 public void handle(Doc doc, Query query) throws IOException { in handle() method in ObjectHandler
/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/libdexfile/dex/
Ddex_file_loader.cc98 DexZipEntry(ZipArchiveHandle handle, in DexZipEntry()
115 ZipArchiveHandle handle; in Open() local
144 explicit DexZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in DexZipArchive()
/art/runtime/jit/
Ddebugger_interface.cc261 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/
Dnativebridge.cc453 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/
Dreference_type_propagation.cc558 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/
DMain.java195 MethodHandle handle = MethodHandles.lookup().findVirtual(String.class, "concat", in testExceptionDetailMessages() local
1574 MethodHandle handle = MethodHandles.lookup().findVirtual( in testRevealDirect() local

12