Home
last modified time | relevance | path

Searched refs:temp_name (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dspace.cc131 std::string temp_name(live_bitmap_.GetName()); in SwapBitmaps() local
133 mark_bitmap_.SetName(temp_name); in SwapBitmaps()
Dlarge_object_space.cc109 std::string temp_name = live_bitmap_.GetName(); in SwapBitmaps() local
111 mark_bitmap_.SetName(temp_name); in SwapBitmaps()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc694 std::string temp_name = (rd != Zero) ? rd_name : GetRegisterName(TMP); in GetPrintCallRd() local
696 "auipc " + temp_name + ", %pcrel_hi(" + target + ")\n" + in GetPrintCallRd()
697 "jalr " + rd_name + ", %pcrel_lo(" + base_label + "b)(" + temp_name + ")\n"; in GetPrintCallRd()