Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h211 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) { in Assemble() function
395 if (!Assemble((res->base_name + ".S").c_str(), (res->base_name + ".o").c_str(), in Compile()
/art/test/ti-stress/
Dstress.cc82 code_ir.Assemble(); in DoExtractClassFromData()