Home
last modified time | relevance | path

Searched refs:art_fd (Results 1 – 4 of 4) sorted by relevance

/art/libartpalette/include/palette/
Dpalette_method_list.h44 int art_fd, \
48 int art_fd, \
/art/libartpalette/apex/
Dpalette.cc174 int art_fd, in PaletteNotifyStartDex2oatCompilation() argument
179 return m(source_fd, art_fd, oat_fd, vdex_fd); in PaletteNotifyStartDex2oatCompilation()
183 int art_fd, in PaletteNotifyEndDex2oatCompilation() argument
188 return m(source_fd, art_fd, oat_fd, vdex_fd); in PaletteNotifyEndDex2oatCompilation()
/art/libartpalette/system/
Dpalette_fake.cc98 int art_fd ATTRIBUTE_UNUSED, in PaletteNotifyStartDex2oatCompilation()
105 int art_fd ATTRIBUTE_UNUSED, in PaletteNotifyEndDex2oatCompilation()
/art/runtime/gc/space/
Dimage_space.cc1409 mutable android::base::unique_fd art_fd; member
1934 android::base::unique_fd art_fd(memfd_create_compat(art_filename.c_str(), /*flags=*/ 0)); in CompileExtension() local
1937 if (art_fd.get() == -1 || vdex_fd.get() == -1 || oat_fd.get() == -1) { in CompileExtension()
1968 args.push_back("--image-fd=" + std::to_string(art_fd.get())); in CompileExtension()
2006 File image_file(art_fd.release(), /*check_usage=*/ false); in CompileExtension()
2010 art_fd.reset(image_file.Release()); in CompileExtension()
2030 chunk.art_fd.reset(art_fd.release()); in CompileExtension()
2760 android::base::unique_fd art_fd, in Load() argument
2765 if (art_fd.get() != -1) { in Load()
2771 File image_file(art_fd.release(), image_filename, /*check_usage=*/ false); in Load()
[all …]