Home
last modified time | relevance | path

Searched refs:DexLayoutExec (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddexlayout_test.cc277 if (!DexLayoutExec(dexlayout_args, error_msg)) { in FullPlainOutputExec()
300 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileOutputExec()
399 if (!DexLayoutExec(dexlayout_args, error_msg)) { in DexFileLayoutExec()
442 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileLayoutFixedPointExec()
453 if (!DexLayoutExec(second_dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileLayoutFixedPointExec()
487 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in UnreferencedCatchHandlerExec()
506 bool DexLayoutExec(ScratchFile* dex_file, in DexLayoutExec() function in art::DexLayoutTest
519 const bool result = DexLayoutExec(dexlayout_args, &error_msg); in DexLayoutExec()
527 bool DexLayoutExec(const std::vector<std::string>& dexlayout_args, in DexLayoutExec() function in art::DexLayoutTest
607 ASSERT_TRUE(DexLayoutExec(&temp_dex, in TEST_F()
[all …]