Searched defs:CompilationState (Results 1 – 1 of 1) sorted by relevance
51 struct DexToDexCompiler::CompilationState { struct in art::optimizer::DexToDexCompiler52 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 …]