Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_compiler.h104 std::unordered_map<const DexFile*, BitVector> should_quicken_; variable
Ddex_to_dex_compiler.cc137 should_quicken_.clear(); in ClearState()
149 auto inserted = should_quicken_.emplace(dex_file, in GetOrAddBitVectorForDex()