Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_compiler.cc49 struct DexToDexCompiler::CompilationState { struct in art::optimizer::DexToDexCompiler
50 struct QuickenedInfo {
62 const std::vector<QuickenedInfo>& GetQuickenedInfo() const { in GetQuickenedInfo()
106 DexToDexCompiler* const compiler_;
107 CompilerDriver& driver_;
108 const DexCompilationUnit& unit_;
109 const CompilationLevel compilation_level_;
114 std::vector<QuickenedInfo> quickened_info_;
117 bool optimized_return_void_ = false;
120 const bool already_quickened_;
[all …]