Home
last modified time | relevance | path

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

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