Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc157 for (size_t classdef_ctr = 0; classdef_ctr < dex_file_->NumClassDefs(); ++classdef_ctr) { in SetAllCodeItemRegistration() local
158 const DexFile::ClassDef& cd = dex_file_->GetClassDef(classdef_ctr); in SetAllCodeItemRegistration()
177 for (size_t classdef_ctr = 0; classdef_ctr < dex_file_->NumClassDefs(); ++classdef_ctr) { in SetAllCodeItemStartRegistration() local
178 const DexFile::ClassDef& cd = dex_file_->GetClassDef(classdef_ctr); in SetAllCodeItemStartRegistration()
202 for (size_t classdef_ctr = 0; classdef_ctr < dex_file_->NumClassDefs(); ++classdef_ctr) { in SetAllInsnsRegistration() local
203 const DexFile::ClassDef& cd = dex_file_->GetClassDef(classdef_ctr); in SetAllInsnsRegistration()
224 for (size_t classdef_ctr = 0; classdef_ctr < dex_file_->NumClassDefs(); ++classdef_ctr) { in SetCodeItemRegistration() local
225 const DexFile::ClassDef& cd = dex_file_->GetClassDef(classdef_ctr); in SetCodeItemRegistration()