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

  /art/compiler/utils/arm/
assembler_arm32_test.cc 384 size_t cond_index = after_cond.find(COND_TOKEN); local
385 if (cond_index != std::string::npos) {
386 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
389 cond_index = after_cond_filter.find(COND_TOKEN);
390 if (cond_index != std::string::npos) {
391 after_cond_filter.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
408 size_t cond_index = after_cond.find(SET_CC_TOKEN); local
409 if (cond_index != std::string::npos) {
410 after_cond.replace(cond_index, ConstexprStrLen(SET_CC_TOKEN), GetSetCcString(s));
413 cond_index = after_cond_filter.find(SET_CC_TOKEN)
488 size_t cond_index = after_cond.find(COND_TOKEN); local
514 size_t cond_index = after_cond.find(SET_CC_TOKEN); local
    [all...]
assembler_arm_test.h 101 size_t cond_index = after_cond.find(COND_TOKEN); local
102 if (cond_index != std::string::npos) {
103 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
192 size_t cond_index = after_cond.find(COND_TOKEN); local
193 if (cond_index != std::string::npos) {
194 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
278 size_t cond_index = after_cond.find(COND_TOKEN); local
279 if (cond_index != std::string::npos) {
280 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
344 size_t cond_index = after_cond.find(COND_TOKEN) local
408 size_t cond_index = after_cond.find(COND_TOKEN); local
464 size_t cond_index = after_cond.find(COND_TOKEN); local
    [all...]

Completed in 198 milliseconds