HomeSort by relevance Sort by last modified time
    Searched refs:DexFileTrackingRegistrar (Results 1 - 2 of 2) sorted by null

  /art/libdexfile/dex/
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
dex_file_tracking_registrar.cc 82 void DexFileTrackingRegistrar::SetDexSections() {
123 DexFileTrackingRegistrar dex_tracking_registrar(dex_file);
138 void DexFileTrackingRegistrar::SetCurrentRanges() {
150 void DexFileTrackingRegistrar::SetDexFileRegistration(bool should_poison) {
156 void DexFileTrackingRegistrar::SetAllCodeItemRegistration(bool should_poison) {
176 void DexFileTrackingRegistrar::SetAllCodeItemStartRegistration(bool should_poison) {
201 void DexFileTrackingRegistrar::SetAllInsnsRegistration(bool should_poison) {
223 void DexFileTrackingRegistrar::SetCodeItemRegistration(const char* class_name, bool should_poison) {
245 void DexFileTrackingRegistrar::SetAllStringDataStartRegistration(bool should_poison) {
256 void DexFileTrackingRegistrar::SetAllStringDataRegistration(bool should_poison)
    [all...]

Completed in 266 milliseconds