Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.def90 DEX2OAT_OPTIONS_KEY (std::string, StoredClassLoaderContext)
Ddex2oat_options.cc254 .IntoKey(M::StoredClassLoaderContext) in CreateArgumentParser()
Ddex2oat.cc1413 if (args.Exists(M::StoredClassLoaderContext)) { in ParseArgs()
1414 const std::string stored_context_arg = *args.Get(M::StoredClassLoaderContext); in ParseArgs()
1429 } else if (args.Exists(M::StoredClassLoaderContext)) { in ParseArgs()
Ddex2oat_test.cc2460 TEST_F(Dex2oatClassLoaderContextTest, StoredClassLoaderContext) { in TEST_F() argument