Searched refs:temp_name (Results 1 – 3 of 3) sorted by relevance
131 std::string temp_name(live_bitmap_.GetName()); in SwapBitmaps() local133 mark_bitmap_.SetName(temp_name); in SwapBitmaps()
109 std::string temp_name = live_bitmap_.GetName(); in SwapBitmaps() local111 mark_bitmap_.SetName(temp_name); in SwapBitmaps()
694 std::string temp_name = (rd != Zero) ? rd_name : GetRegisterName(TMP); in GetPrintCallRd() local696 "auipc " + temp_name + ", %pcrel_hi(" + target + ")\n" + in GetPrintCallRd()697 "jalr " + rd_name + ", %pcrel_lo(" + base_label + "b)(" + temp_name + ")\n"; in GetPrintCallRd()