Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc83 void DexFileTrackingRegistrar::SetDexSections() { in SetDexSections()
124 DexFileTrackingRegistrar dex_tracking_registrar(dex_file); in RegisterDexFile()
140 void DexFileTrackingRegistrar::SetCurrentRanges() { in SetCurrentRanges()
152 void DexFileTrackingRegistrar::SetDexFileRegistration(bool should_poison) { in SetDexFileRegistration()
158 void DexFileTrackingRegistrar::SetAllCodeItemRegistration(bool should_poison) { in SetAllCodeItemRegistration()
171 void DexFileTrackingRegistrar::SetAllCodeItemStartRegistration(bool should_poison) { in SetAllCodeItemStartRegistration()
189 void DexFileTrackingRegistrar::SetAllInsnsRegistration(bool should_poison) { in SetAllInsnsRegistration()
204 void DexFileTrackingRegistrar::SetCodeItemRegistration(const char* class_name, bool should_poison) { in SetCodeItemRegistration()
219 void DexFileTrackingRegistrar::SetAllStringDataStartRegistration(bool should_poison) { in SetAllStringDataStartRegistration()
230 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