Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.h109 std::unordered_map<const DexFile*, BitVector> should_quicken_; variable
Ddex_to_dex_compiler.cc139 should_quicken_.clear(); in ClearState()
151 auto inserted = should_quicken_.emplace(dex_file, in GetOrAddBitVectorForDex()