Home
last modified time | relevance | path

Searched refs:getCopy (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedListMultimap.java604 List<V> oldValues = getCopy(key); in replaceValues()
628 private List<V> getCopy(@Nullable Object key) { in getCopy() method in LinkedListMultimap
640 List<V> oldValues = getCopy(key); in removeAll()
/external/guava/guava/src/com/google/common/collect/
DLinkedListMultimap.java608 List<V> oldValues = getCopy(key); in replaceValues()
632 private List<V> getCopy(@Nullable Object key) { in getCopy() method in LinkedListMultimap
644 List<V> oldValues = getCopy(key); in removeAll()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp470 if (!CP.isCoalescable(AValNo->getCopy())) in AdjustCopiesBackFrom()
1371 MachineInstr *MI = VNI->getCopy(); in RegistersDefinedFromSameValue()
1393 const MachineInstr *OtherMI = Other->getCopy(); in RegistersDefinedFromSameValue()
1502 MachineInstr *MI = VNI->getCopy(); in JoinIntervals()
1529 MachineInstr *MI = VNI->getCopy(); in JoinIntervals()
DInlineSpiller.cpp648 if (VNI->isPHIDef() || VNI->getCopy()) { in analyzeSiblingValues()
DSplitKit.cpp1033 VNI->setCopy(ParentVNI->getCopy()); in finish()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h92 MachineInstr* getCopy() const { return copy; } in getCopy() function