Home
last modified time | relevance | path

Searched refs:DexFileTrackingRegistrar (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc82 void DexFileTrackingRegistrar::SetDexSections() { in SetDexSections()
123 DexFileTrackingRegistrar dex_tracking_registrar(dex_file); in RegisterDexFile()
138 void DexFileTrackingRegistrar::SetCurrentRanges() { in SetCurrentRanges()
150 void DexFileTrackingRegistrar::SetDexFileRegistration(bool should_poison) { in SetDexFileRegistration()
156 void DexFileTrackingRegistrar::SetAllCodeItemRegistration(bool should_poison) { in SetAllCodeItemRegistration()
176 void DexFileTrackingRegistrar::SetAllCodeItemStartRegistration(bool should_poison) { in SetAllCodeItemStartRegistration()
201 void DexFileTrackingRegistrar::SetAllInsnsRegistration(bool should_poison) { in SetAllInsnsRegistration()
223 void DexFileTrackingRegistrar::SetCodeItemRegistration(const char* class_name, bool should_poison) { in SetCodeItemRegistration()
245 void DexFileTrackingRegistrar::SetAllStringDataStartRegistration(bool should_poison) { in SetAllStringDataStartRegistration()
256 void DexFileTrackingRegistrar::SetAllStringDataRegistration(bool should_poison) { in SetAllStringDataRegistration()
Ddex_file_tracking_registrar.h34 class DexFileTrackingRegistrar {
36 explicit DexFileTrackingRegistrar(const DexFile* const dex_file) in DexFileTrackingRegistrar() function
/art/tools/runtime_memusage/
DREADME17 DexFileTrackingRegistrar, which marks sections of Dex Files as poisoned. As Dex