Home
last modified time | relevance | path

Searched refs:PaletteNotifyOatFileLoaded (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/libartpalette/
H A Dpalette_android_partner.cc45 palette_status_t PaletteNotifyOatFileLoaded(const char* path ATTRIBUTE_UNUSED) { in PaletteNotifyOatFileLoaded() function
H A Dlibartpalette.map.txt34 PaletteNotifyOatFileLoaded; #apex
H A Dpalette_fake.cc113 palette_status_t PaletteNotifyOatFileLoaded(const char* path ATTRIBUTE_UNUSED) { in PaletteNotifyOatFileLoaded() function
/aosp12/art/libartpalette/include/palette/
H A Dpalette_method_list.h52 M(PaletteNotifyOatFileLoaded, const char* path) \
/aosp12/art/libartpalette/
H A Dlibartpalette.map.txt34 PaletteNotifyOatFileLoaded; #apex
/aosp12/art/libartpalette/system/
H A Dpalette_fake.cc115 palette_status_t PaletteNotifyOatFileLoaded(const char* path ATTRIBUTE_UNUSED) { in PaletteNotifyOatFileLoaded() function
/aosp12/art/libartpalette/apex/
H A Dpalette.cc197 palette_status_t PaletteNotifyOatFileLoaded(const char* path) { in PaletteNotifyOatFileLoaded() function
/aosp12/art/runtime/
H A Doat_file_manager.cc71 PaletteNotifyOatFileLoaded(oat_file->GetLocation().c_str()); in RegisterOatFile()