Searched refs:GetAssemblerCommand (Results 1 - 1 of 1) sorted by path

/art/compiler/utils/
H A Dassembler_test.h182 if (!FileExists(GetAssemblerCommand())) {
185 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand();
241 virtual std::string GetAssemblerCommand() { function in class:art::AssemblerTest
392 bool have_assembler = FileExists(GetAssemblerCommand());
393 EXPECT_TRUE(have_assembler) << "Cannot find assembler:" << GetAssemblerCommand();
400 args.push_back(GetAssemblerCommand());

Completed in 33 milliseconds