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

  /art/compiler/utils/arm/
assembler_arm32_test.cc 408 size_t cond_index = after_cond.find(SET_CC_TOKEN);
410 after_cond.replace(cond_index, ConstexprStrLen(SET_CC_TOKEN), GetSetCcString(s));
413 cond_index = after_cond_filter.find(SET_CC_TOKEN);
415 after_cond_filter.replace(cond_index, ConstexprStrLen(SET_CC_TOKEN), GetSetCcString(s));
514 size_t cond_index = after_cond.find(SET_CC_TOKEN);
516 after_cond.replace(cond_index, ConstexprStrLen(SET_CC_TOKEN), GetSetCcString(s));
519 cond_index = after_cond_filter.find(SET_CC_TOKEN);
521 after_cond_filter.replace(cond_index, ConstexprStrLen(SET_CC_TOKEN), GetSetCcString(s));
assembler_arm_test.h 546 static constexpr const char* SET_CC_TOKEN = "{s}";

Completed in 1665 milliseconds