Home
last modified time | relevance | path

Searched defs:obj_file (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_test_base.h159 bool Assemble(const std::string& asm_file, const std::string& obj_file) { in Assemble()
170 bool Disassemble(const std::string& obj_file, std::string* output) { in Disassemble()
Dassembler_thumb_test.cc51 std::string obj_file = scratch_dir_->GetPath() + testname + ".o"; in DumpAndCheck() local