HomeSort by relevance Sort by last modified time
    Searched refs:EncodeContextForOatFile (Results 1 - 6 of 6) sorted by null

  /art/runtime/
class_loader_context.h 91 std::string EncodeContextForOatFile(const std::string& base_dir,
95 // This is the same as EncodeContextForOatFile but without adding the checksums
class_loader_context.cc 301 std::string ClassLoaderContext::EncodeContextForOatFile(const std::string& base_dir,
309 CheckDexFilesOpened("EncodeContextForOatFile");
701 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")";
712 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")";
719 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")";
    [all...]
class_loader_context_test.cc 561 std::string encoding = context->EncodeContextForOatFile("");
564 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile(""));
654 std::string context_with_no_base_dir = context->EncodeContextForOatFile("");
662 std::string context_with_base_dir = context->EncodeContextForOatFile(parent);
672 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context->EncodeContextForOatFile("")));
oat_file_assistant.cc     [all...]
oat_file_assistant_test.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 247 milliseconds