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

  /art/compiler/utils/arm/
assembler_arm32_test.cc 360 std::string shift_string = GetShiftString(shift); local
363 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
367 after_shift_filter.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
462 std::string shift_string = GetShiftString(shift); local
465 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
469 after_shift_filter.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
assembler_arm_test.h 416 std::string shift_string = GetShiftString(shift); local
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string);
472 std::string shift_string = GetShiftString(shift); local
475 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);

Completed in 210 milliseconds