Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc348 BitVector& GetMethodIndexes() { return method_indexes_; } in GetMethodIndexes() function in art::CompilerDriver::DexFileMethodSet
349 const BitVector& GetMethodIndexes() const { return method_indexes_; } in GetMethodIndexes() function in art::CompilerDriver::DexFileMethodSet
734 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()