Home
last modified time | relevance | path

Searched defs:extra_args (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc117 ImageSizes CompileImageAndGetSizes(const std::vector<std::string>& extra_args) { in CompileImageAndGetSizes()
148 bool CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage()
/art/tools/jfuzz/
Drun_jfuzz_test.py186 def __init__(self, dexer, debug_info, extra_args=None): argument
261 def __init__(self, dexer, debug_info, device, extra_args=None): argument
/art/profman/
Dprofile_assistant_test.cc265 std::vector<std::string>& extra_args, in RunProfman()
289 std::vector<std::string> extra_args; in DumpClassesAndMethods() local
295 std::vector<std::string> extra_args; in DumpOnly() local
/art/patchoat/
Dpatchoat_test.cc82 bool CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage()