Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h159 bool Assemble(const std::string& asm_file, const std::string& obj_file) { in Assemble() argument
161 args.insert(args.end(), {"-o", obj_file, asm_file}); in Assemble()