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

  /art/compiler/utils/arm/
assembler_arm_test.h 97 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));
103 size_t imm1_index = base.find(IMM1_TOKEN);
108 base.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string);
188 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));
196 size_t imm1_index = after_imm1.find(IMM1_TOKEN);
201 after_imm1.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string);
274 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));
340 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));
404 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));
460 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c))
    [all...]
assembler_arm32_test.cc 337 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));
391 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c));

Completed in 686 milliseconds