Home | History | Annotate | Download | only in runtime

Lines Matching refs:bit_set

851   DexIndexBitSet* bit_set = seen_methods_.find(dex_file)->second;
852 if (!(*bit_set)[method->GetDexMethodIndex()]) {
853 bit_set->set(method->GetDexMethodIndex());