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

  /art/compiler/utils/arm/
assembler_arm32_test.cc 362 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
363 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
366 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) {
367 after_shift_filter.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
464 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
465 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
468 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) {
469 after_shift_filter.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
assembler_arm_test.h 418 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) {
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string);
474 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
475 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
547 static constexpr const char* SHIFT_TOKEN = "{shift}";

Completed in 437 milliseconds