Searched refs:GetMethodIndexes (Results 1 – 1 of 1) sorted by relevance
348 BitVector& GetMethodIndexes() { return method_indexes_; } in GetMethodIndexes() function in art::CompilerDriver::DexFileMethodSet349 const BitVector& GetMethodIndexes() const { return method_indexes_; } in GetMethodIndexes() function in art::CompilerDriver::DexFileMethodSet734 current_dex_to_dex_methods_ = &dex_to_dex_references.front().GetMethodIndexes(); in CompileOne()1351 dex_to_dex_references_.back().GetMethodIndexes().SetBit(method_ref.dex_method_index); in MarkForDexToDexCompilation()2589 current_dex_to_dex_methods_ = &method_set.GetMethodIndexes(); in Compile()