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

  /art/runtime/gc/space/
image_space_test.cc 32 Copy(GetMultiDexSrc1(), multidex1);
69 Copy(GetMultiDexSrc1(), multidex1);
85 Copy(GetMultiDexSrc1(), multidex1);
89 Copy(GetMultiDexSrc1(), dex1);
  /art/runtime/
dex2oat_environment_test.h 79 // GetMultiDexSrc1, but a different secondary dex checksum.
82 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc1().c_str(),
83 GetMultiDexSrc1().c_str(), kVerifyChecksum, &error_msg, &multi1)) << error_msg;
186 std::string GetMultiDexSrc1() const {
oat_file_assistant_test.cc 387 Copy(GetMultiDexSrc1(), dex_location);
418 // Compile code for GetMultiDexSrc1.
419 Copy(GetMultiDexSrc1(), dex_location);
441 // Compile the oat from GetMultiDexSrc1.
442 Copy(GetMultiDexSrc1(), dex_location);
474 Copy(GetMultiDexSrc1(), dex_location);
562 Copy(GetMultiDexSrc1(), dex_location);
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 124 Copy(GetMultiDexSrc1(), dex_location);
134 // Compile code for GetMultiDexSrc1.
135 Copy(GetMultiDexSrc1(), dex_location);

Completed in 279 milliseconds