Home
last modified time | relevance | path

Searched refs:takeIndex (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java71 int takeIndex; field in MonitorBasedArrayBlockingQueue
116 E x = items[takeIndex]; in extract()
117 items[takeIndex] = null; in extract()
118 takeIndex = inc(takeIndex); in extract()
130 if (i == takeIndex) { in removeAt()
131 items[takeIndex] = null; in removeAt()
132 takeIndex = inc(takeIndex); in removeAt()
348 return items[takeIndex]; in peek()
415 int i = takeIndex; in remove()
445 int i = takeIndex; in contains()
[all …]
/external/llvm/lib/Object/
DFunctionIndexObjectFile.cpp31 std::unique_ptr<FunctionInfoIndex> FunctionIndexObjectFile::takeIndex() { in takeIndex() function in FunctionIndexObjectFile
142 return Obj.takeIndex(); in getFunctionIndexForFile()
/external/llvm/include/llvm/Object/
DFunctionIndexObjectFile.h66 std::unique_ptr<FunctionInfoIndex> takeIndex();
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp371 return (*ObjOrErr)->takeIndex(); in getFunctionIndexForFile()
/external/llvm/tools/gold/
Dgold-plugin.cpp592 return Obj.takeIndex(); in getFunctionIndexForFile()