HomeSort by relevance Sort by last modified time
    Searched full:dexfiletrackingregistrar (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_file_tracking_registrar.cc 80 void DexFileTrackingRegistrar::SetDexSections() {
121 DexFileTrackingRegistrar dex_tracking_registrar(dex_file);
136 void DexFileTrackingRegistrar::SetCurrentRanges() {
148 void DexFileTrackingRegistrar::SetDexFileRegistration(bool should_poison) {
154 void DexFileTrackingRegistrar::SetAllCodeItemRegistration(bool should_poison) {
174 void DexFileTrackingRegistrar::SetAllCodeItemStartRegistration(bool should_poison) {
196 void DexFileTrackingRegistrar::SetAllInsnsRegistration(bool should_poison) {
217 void DexFileTrackingRegistrar::SetCodeItemRegistration(const char* class_name, bool should_poison) {
239 void DexFileTrackingRegistrar::SetAllStringDataStartRegistration(bool should_poison) {
250 void DexFileTrackingRegistrar::SetAllStringDataRegistration(bool should_poison)
    [all...]
dex_file_tracking_registrar.h 34 class DexFileTrackingRegistrar {
36 explicit DexFileTrackingRegistrar(const DexFile* const dex_file)
74 // This function is meant to called externally to use DexfileTrackingRegistrar
  /art/tools/runtime_memusage/
README 17 DexFileTrackingRegistrar, which marks sections of Dex Files as poisoned. As Dex

Completed in 452 milliseconds