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

  /art/compiler/utils/arm/
assembler_arm_test.h 127 while ((reg1_index = base3.find(Base::REG1_TOKEN)) != std::string::npos) {
128 base3.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
219 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
220 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
282 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
283 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
348 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
349 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
477 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
478 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string)
    [all...]
assembler_arm32_test.cc 272 return Base::REG1_TOKEN;
  /art/compiler/utils/
assembler_test.h 388 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
389 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
430 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
431 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
501 static constexpr const char* REG1_TOKEN = "{reg1}";

Completed in 43 milliseconds