Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_test.h411 size_t shift_index; in RepeatTemplatedRSC() local
412 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) { in RepeatTemplatedRSC()
413 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string); in RepeatTemplatedRSC()
467 size_t shift_index; in RepeatTemplatedRRSC() local
468 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in RepeatTemplatedRRSC()
469 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in RepeatTemplatedRRSC()
Dassembler_arm32_test.cc321 size_t shift_index; in TemplateHelper() local
322 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
323 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
372 size_t shift_index; in TemplateHelper() local
373 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
374 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()