Home
last modified time | relevance | path

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

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