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

  /art/runtime/
dexopt_test.cc 31 void DexoptTest::SetUp() {
36 void DexoptTest::PreRuntimeCreate() {
43 void DexoptTest::PostRuntimeCreate() {
47 void DexoptTest::GenerateOatForTest(const std::string& dex_location,
145 void DexoptTest::GenerateOdexForTest(const std::string& dex_location,
156 void DexoptTest::GeneratePicOdexForTest(const std::string& dex_location,
167 void DexoptTest::GenerateOatForTest(const char* dex_location,
184 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) {
192 bool DexoptTest::PreRelocateImage(const std::string& image_location, std::string* error_msg) {
210 void DexoptTest::ReserveImageSpace()
    [all...]
dexopt_test.h 27 class DexoptTest : public Dex2oatEnvironmentTest {
oat_file_assistant_test.cc 36 class OatFileAssistantTest : public DexoptTest {};
38 class OatFileAssistantNoDex2OatTest : public DexoptTest {
41 DexoptTest::SetUpRuntimeOptions(options);
    [all...]
  /art/runtime/gc/space/
image_space_test.cc 25 TEST_F(DexoptTest, ValidateOatFile) {
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 25 class DexoptAnalyzerTest : public DexoptTest {

Completed in 164 milliseconds