Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc572 std::string ClassLoaderContext::EncodeContextForOatFile(const std::string& base_dir, in EncodeContextForOatFile() function in art::ClassLoaderContext
1330 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1337 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1355 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1364 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1374 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1389 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1395 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
Dclass_loader_context_test.cc1092 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()
1095 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()
1109 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()
1112 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()
1556 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()
1565 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()
1579 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()
1588 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()
1599 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()
1608 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()
[all …]
Dclass_loader_context.h122 std::string EncodeContextForOatFile(const std::string& base_dir,
Dvdex_file.cc504 << spec << ", actual=" << context.EncodeContextForOatFile("") << ")"; in MatchesClassLoaderContext()
Doat_file_assistant.cc904 << ". The expected context is " << context->EncodeContextForOatFile(classpath_dir); in ClassLoaderContextIsOkay()
Doat_file_manager.cc382 << context->EncodeContextForOatFile("") << "\n" in OpenDexFilesFromOat()
Doat_file_assistant_test.cc191 EXPECT_EQ(context->EncodeContextForOatFile(""), in TEST_F()
/art/runtime/native/
Ddalvik_system_DexFile.cc340 std::string str_context = context->EncodeContextForOatFile(kBaseDir); in DexFile_getClassLoaderContext()
/art/dex2oat/
Ddex2oat.cc1902 class_loader_context_->EncodeContextForOatFile(classpath_dir_, in Setup()