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 80 // GetMultiDexSrc1, but a different secondary dex checksum.
83 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc1().c_str(),
84 GetMultiDexSrc1().c_str(), kVerifyChecksum, &error_msg, &multi1)) << error_msg;
187 std::string GetMultiDexSrc1() const {
oat_file_assistant_test.cc 393 Copy(GetMultiDexSrc1(), dex_location);
424 // Compile code for GetMultiDexSrc1.
425 Copy(GetMultiDexSrc1(), dex_location);
447 // Compile the oat from GetMultiDexSrc1.
448 Copy(GetMultiDexSrc1(), dex_location);
480 Copy(GetMultiDexSrc1(), dex_location);
568 Copy(GetMultiDexSrc1(), dex_location);
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 135 Copy(GetMultiDexSrc1(), dex_location);
145 // Compile code for GetMultiDexSrc1.
146 Copy(GetMultiDexSrc1(), dex_location);

Completed in 113 milliseconds