Searched refs:DexLayoutExec (Results 1 – 1 of 1) sorted by relevance
/art/dexlayout/ |
D | dexlayout_test.cc | 278 if (!DexLayoutExec(dexlayout_args, error_msg)) { in FullPlainOutputExec() 301 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileOutputExec() 407 if (!DexLayoutExec(dexlayout_args, error_msg)) { in DexFileLayoutExec() 450 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileLayoutFixedPointExec() 462 if (!DexLayoutExec(second_dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in DexFileLayoutFixedPointExec() 496 if (!DexLayoutExec(dexlayout_args, error_msg, /*pass_default_cdex_option=*/ false)) { in UnreferencedCatchHandlerExec() 515 bool DexLayoutExec(ScratchFile* dex_file, in DexLayoutExec() function in art::DexLayoutTest 528 const bool result = DexLayoutExec(dexlayout_args, &error_msg); in DexLayoutExec() 536 bool DexLayoutExec(const std::vector<std::string>& dexlayout_args, in DexLayoutExec() function in art::DexLayoutTest 616 ASSERT_TRUE(DexLayoutExec(&temp_dex, in TEST_F() [all …]
|