Searched refs:pairs (Results 1 – 3 of 3) sorted by relevance
2 the presence of register pairs (in this case, doubles on ARM).
147 for (auto& pairs : reg_to_lock_depths_) { in Dump() local148 result += StringPrintf("<%d -> %x>", pairs.first, pairs.second); in Dump()
89 std::vector<std::string> pairs;90 Split(options, ',', &pairs);94 for (const std::string& jdwp_option : pairs) {