Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc1696 template <bool kApp>
1705 dex::TypeIndex type_idx = kApp ? dex_file.GetClassDef(index).class_idx_ : dex::TypeIndex(index); in Visit()
1708 StackHandleScope<kApp ? 4u : 2u> hs(soa.Self()); in Visit()
1713 kApp ? class_linker->FindDexCache(soa.Self(), dex_file) in Visit()
1731 if (kApp && manager_->GetCompiler()->GetCompilerOptions().IsCheckLinkageConditions()) { in Visit()
/art/profman/
Dprofman.cc287 kApp, enumerator
299 *out = OutputProfileType::kApp; in ParseOutputProfileType()
319 output_profile_type_(OutputProfileType::kApp), in ProfMan()