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

  /art/compiler/utils/arm/
assembler_arm_test.h 99 std::string after_cond = fmt; local
101 size_t cond_index = after_cond.find(COND_TOKEN);
103 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
107 std::string base = after_cond;
190 std::string after_cond = fmt; local
192 size_t cond_index = after_cond.find(COND_TOKEN);
194 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
200 std::string after_imm1 = after_cond;
276 std::string after_cond = fmt; local
278 size_t cond_index = after_cond.find(COND_TOKEN)
342 std::string after_cond = fmt; local
406 std::string after_cond = fmt; local
462 std::string after_cond = fmt; local
    [all...]
assembler_arm32_test.cc 381 std::string after_cond = fmt; local
384 size_t cond_index = after_cond.find(COND_TOKEN);
386 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
397 ExecuteAndPrint([&] () { f(c); }, after_cond, oss);
405 std::string after_cond = fmt; local
408 size_t cond_index = after_cond.find(SET_CC_TOKEN);
410 after_cond.replace(cond_index, ConstexprStrLen(SET_CC_TOKEN), GetSetCcString(s));
421 ExecuteAndPrint([&] () { f(s); }, after_cond, oss);
485 std::string after_cond = fmt; local
488 size_t cond_index = after_cond.find(COND_TOKEN)
503 after_cond, after_cond_filter, oss); local
511 std::string after_cond = fmt; local
529 after_cond, after_cond_filter, oss); local
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 640 Environment after_cond = env.ApplyEffect(VisitExpr(expr->getCond(), env)); local
641 return ExprEffect::Merge(VisitExpr(expr->getTrueExpr(), after_cond),
642 VisitExpr(expr->getFalseExpr(), after_cond));
    [all...]

Completed in 95 milliseconds