Searched refs:seen_methods_ (Results 1 – 2 of 2) sorted by relevance
671 GetVisitedMethodsFromBitSets(seen_methods_, &visited_methods); in FinishTracing()674 STLDeleteValues(&seen_methods_); in FinishTracing()858 if (seen_methods_.find(dex_file) == seen_methods_.end()) { in RegisterMethod()859 seen_methods_.insert(std::make_pair(dex_file, new DexIndexBitSet())); in RegisterMethod()861 DexIndexBitSet* bit_set = seen_methods_.find(dex_file)->second; in RegisterMethod()
294 std::map<const DexFile*, DexIndexBitSet*> seen_methods_; variable