Home
last modified time | relevance | path

Searched defs:CompilationState (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/dex/
Ddex_to_dex_compiler.cc51 struct DexToDexCompiler::CompilationState { struct in art::optimizer::DexToDexCompiler
52 struct QuickenedInfo {
64 const std::vector<QuickenedInfo>& GetQuickenedInfo() const { in GetQuickenedInfo()
108 DexToDexCompiler* const compiler_;
109 CompilerDriver& driver_;
110 const DexCompilationUnit& unit_;
111 const CompilationLevel compilation_level_;
116 std::vector<QuickenedInfo> quickened_info_;
119 bool optimized_return_void_ = false;
122 const bool already_quickened_;
[all …]