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()
459 if (!DexLayoutExec(second_dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileLayoutFixedPointExec()
493 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in UnreferencedCatchHandlerExec()
512 bool DexLayoutExec(ScratchFile* dex_file, in DexLayoutExec() function in art::DexLayoutTest
525 const bool result = DexLayoutExec(dexlayout_args, &error_msg); in DexLayoutExec()
533 bool DexLayoutExec(const std::vector<std::string>& dexlayout_args, in DexLayoutExec() function in art::DexLayoutTest
613 ASSERT_TRUE(DexLayoutExec(&temp_dex, in TEST_F()
[all …]