Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1075 AssignIfExists(args, M::CompilationReason, &compilation_reason_); in ParseArgs()
1576 if (!compilation_reason_.empty()) { in Setup()
1577 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()
2990 std::string compilation_reason_; member in art::Dex2Oat