Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc556 std::string ClassLoaderContext::EncodeContextForOatFile(const std::string& base_dir, in EncodeContextForOatFile() function in art::ClassLoaderContext
1294 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1301 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1319 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1328 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1338 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1353 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1359 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
Dclass_loader_context_test.cc1138 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()
1141 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()
1155 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()
1158 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()
1581 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()
1590 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()
1604 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()
1613 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()
1624 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()
1633 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()
[all …]
Dclass_loader_context.h126 std::string EncodeContextForOatFile(const std::string& base_dir,
Doat_file_manager.cc369 << context->EncodeContextForOatFile("") << "\n" in OpenDexFilesFromOat()
Doat_file_assistant.cc944 << context_->EncodeContextForOatFile(android::base::Dirname(dex_location_)); in ClassLoaderContextIsOkay()
Doat_file_assistant_test.cc213 EXPECT_EQ(context->EncodeContextForOatFile(""), in TEST_F()
/art/dex2oat/
Ddex2oat.cc1654 class_loader_context_->EncodeContextForOatFile(classpath_dir_, in Setup()