Home
last modified time | relevance | path

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

/art/libartpalette/include/palette/
Dpalette_method_list.h51 M(PaletteNotifyDexFileLoaded, const char* path) \
/art/libartpalette/
Dlibartpalette.map.txt33 PaletteNotifyDexFileLoaded; #apex
/art/libartpalette/system/
Dpalette_fake.cc111 palette_status_t PaletteNotifyDexFileLoaded(const char* path ATTRIBUTE_UNUSED) { in PaletteNotifyDexFileLoaded() function
/art/libartpalette/apex/
Dpalette.cc191 palette_status_t PaletteNotifyDexFileLoaded(const char* path) { in PaletteNotifyDexFileLoaded() function
/art/runtime/
Dclass_linker.cc4107 PaletteNotifyDexFileLoaded(dex_file.GetLocation().c_str()); in RegisterDexFile()