HomeSort by relevance Sort by last modified time
    Searched refs:DriverWrapper (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
emit_swap_mips_test.cc 94 void DriverWrapper(HParallelMove* move,
130 DriverWrapper(moves_, expected, "TwoRegisters");
151 DriverWrapper(moves_, expected, "TwoRegisterPairs");
169 DriverWrapper(moves_, expected, "TwoFpuRegistersFloat");
187 DriverWrapper(moves_, expected, "TwoFpuRegistersDouble");
205 DriverWrapper(moves_, expected, "RegisterAndFpuRegister");
226 DriverWrapper(moves_, expected, "RegisterPairAndFpuRegister");
249 DriverWrapper(moves_, expected, "TwoStackSlots");
276 DriverWrapper(moves_, expected, "TwoDoubleStackSlots");
294 DriverWrapper(moves_, expected, "RegisterAndStackSlot")
    [all...]
  /art/compiler/utils/
jni_macro_assembler_test.h 44 DriverWrapper(f(this, assembler_.get()), test_name);
49 DriverWrapper(assembly_string, test_name);
132 void DriverWrapper(const std::string& assembly_text, const std::string& test_name) {
assembler_test.h 64 DriverWrapper(f(this, assembler_.get()), test_name);
69 DriverWrapper(assembly_string, test_name);
    [all...]

Completed in 85 milliseconds