Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h63 for (const std::string& cmd : { GetAssemblerCommand()[0], GetDisassemblerCommand()[0] }) { in CheckTools()
144 virtual std::vector<std::string> GetAssemblerCommand() { in GetAssemblerCommand() function
191 std::vector<std::string> args = GetAssemblerCommand(); in Assemble()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc150 std::vector<std::string> GetAssemblerCommand() override { in GetAssemblerCommand() function in art::riscv64::AssemblerRISCV64Test
151 std::vector<std::string> result = Base::GetAssemblerCommand(); in GetAssemblerCommand()