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

  /art/runtime/
dexopt_test.cc 32 void DexoptTest::SetUp() {
37 void DexoptTest::PreRuntimeCreate() {
44 void DexoptTest::PostRuntimeCreate() {
48 void DexoptTest::GenerateOatForTest(const std::string& dex_location,
152 void DexoptTest::GenerateOdexForTest(const std::string& dex_location,
163 void DexoptTest::GeneratePicOdexForTest(const std::string& dex_location,
176 void DexoptTest::GenerateOatForTest(const char* dex_location,
193 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) {
201 bool DexoptTest::PreRelocateImage(const std::string& image_location, std::string* error_msg) {
229 void DexoptTest::ReserveImageSpace()
    [all...]
dexopt_test.h 27 class DexoptTest : public Dex2oatEnvironmentTest {
oat_file_test.cc 30 class OatFileTest : public DexoptTest {
oat_file_assistant_test.cc 49 class OatFileAssistantTest : public DexoptTest {
71 class OatFileAssistantNoDex2OatTest : public DexoptTest {
74 DexoptTest::SetUpRuntimeOptions(options);
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 141 class DexoptTest : public testing::Test {
470 TEST_F(DexoptTest, DexoptSecondaryCe) {
476 TEST_F(DexoptTest, DexoptSecondaryCeLink) {
482 TEST_F(DexoptTest, DexoptSecondaryDe) {
488 TEST_F(DexoptTest, DexoptSecondaryDoesNotExist) {
497 TEST_F(DexoptTest, DexoptSecondaryStorageValidationError) {
506 TEST_F(DexoptTest, DexoptSecondaryAppOwnershipValidationError) {
515 TEST_F(DexoptTest, DexoptSecondaryAcessViaDifferentUidError) {
523 TEST_F(DexoptTest, DexoptPrimaryPublic) {
532 TEST_F(DexoptTest, DexoptPrimaryFailedInvalidFilter)
    [all...]
  /art/runtime/gc/space/
image_space_test.cc 28 TEST_F(DexoptTest, ValidateOatFile) {
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 25 class DexoptAnalyzerTest : public DexoptTest {
  /art/patchoat/
patchoat_test.cc 37 class PatchoatTest : public DexoptTest {

Completed in 335 milliseconds