Home
last modified time | relevance | path

Searched refs:singles_only (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.h1161 std::string GetSSANameWithConst(int ssa_reg, bool singles_only);
Dmir_graph.cc1649 std::string MIRGraph::GetSSANameWithConst(int ssa_reg, bool singles_only) { in GetSSANameWithConst() argument
1655 if (!singles_only && reg_location_[ssa_reg].wide && in GetSSANameWithConst()