Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc342 method_indexes_(dex_file.NumMethodIds(), false, Allocator::GetMallocAllocator()) { in DexFileMethodSet()
348 BitVector& GetMethodIndexes() { return method_indexes_; } in GetMethodIndexes()
349 const BitVector& GetMethodIndexes() const { return method_indexes_; } in GetMethodIndexes()
353 BitVector method_indexes_; member in art::CompilerDriver::DexFileMethodSet