HomeSort by relevance Sort by last modified time
    Searched defs:tryAppend (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.cpp 45 if (!Active->tryAppend(x))
96 bool CaseCluster::tryAppend(const CaseCluster &New) {
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 284 * implemented within method xfer, the second in tryAppend, and
304 * 2. Try to append a new node (method tryAppend)
636 Node pred = tryAppend(s, haveData);
655 private Node tryAppend(Node s, boolean haveData) {
    [all...]

Completed in 1307 milliseconds