Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 4 of 4) sorted by relevance

/art/test/439-swap-double/
Dinfo.txt2 the presence of register pairs (in this case, doubles on ARM).
/art/runtime/jdwp/
Djdwp_main.cc116 std::vector<std::string> pairs; in ParseJdwpOptions() local
117 Split(options, ',', &pairs); in ParseJdwpOptions()
119 for (const std::string& jdwp_option : pairs) { in ParseJdwpOptions()
/art/runtime/mirror/
Ddex_cache-inl.h283 inline void VisitDexCachePairs(std::atomic<DexCachePair<T>>* pairs, in VisitDexCachePairs() argument
288 DexCachePair<T> source = pairs[i].load(std::memory_order_relaxed); in VisitDexCachePairs()
297 pairs[i].store(source, std::memory_order_relaxed); in VisitDexCachePairs()
/art/runtime/verifier/
Dregister_line.cc150 for (auto& pairs : reg_to_lock_depths_) { in Dump() local
151 result += StringPrintf("<%d -> %x>", pairs.first, pairs.second); in Dump()