Searched refs:fmt_str (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc495 std::string fmt_str = GetTargetInstFmt(lir->opcode); local
496 if (std::string::npos != fmt_str.find(", [!1C, #!2") && rARM_SELF == lir->operands[1] &&
499 if (std::string::npos != fmt_str.find("#!2d")) {
500 } else if (std::string::npos != fmt_str.find("#!2E")) {
502 } else if (std::string::npos != fmt_str.find("#!2F")) {
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc526 std::string fmt_str = GetTargetInstFmt(lir->opcode); local
527 if (std::string::npos != fmt_str.find(", [!1X, #!2") && rxSELF == lir->operands[1] &&
530 if (std::string::npos != fmt_str.find("#!2d")) {
531 } else if (std::string::npos != fmt_str.find("#!2D")) {
533 } else if (std::string::npos != fmt_str.find("#!2F")) {

Completed in 412 milliseconds