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

  /art/compiler/utils/
assembler_test.h 260 while ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
261 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
634 if ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
635 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
862 static constexpr const char* REG_TOKEN = "{reg}";
886 while ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
887 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
    [all...]
  /art/compiler/utils/arm/
assembler_arm_test.h 427 while ((reg_index = after_reg.find(Base::REG_TOKEN)) != std::string::npos) {
428 after_reg.replace(reg_index, ConstexprStrLen(Base::REG_TOKEN), reg_string);

Completed in 1978 milliseconds