Home
last modified time | relevance | path

Searched refs:stackCount (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java36 public int stackCount; field in FullFrame
69 int stackCount, in FullFrame() argument
75 this.stackCount = stackCount; in FullFrame()
97 for (int index = 0; index < stackCount; index++) in stackAccept()
131 this.stackCount != other.stackCount) in equals()
147 for (int index = 0; index < stackCount; index++) in equals()
171 for (int index = 0; index < stackCount; index++) in hashCode()
193 for (int index = 0; index < stackCount; index++) in toString()
/external/opencv3/modules/core/src/
Dcuda_stream.cpp121 void initialize(size_t stackSize, int stackCount);
148 void MemoryPool::initialize(size_t stackSize, int stackCount) in initialize() argument
155 stackCount_ = stackCount; in initialize()
631 void cv::cuda::setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount) in setBufferPoolConfig() argument
636 (void)stackCount; in setBufferPoolConfig()
644 initializer.getMemoryPool(deviceId)->initialize(stackSize, stackCount); in setBufferPoolConfig()
653 initializer.getMemoryPool(deviceId)->initialize(stackSize, stackCount); in setBufferPoolConfig()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java511 int stackCount = fullFrame.stackCount; in compressStackMapFrames() local
534 if (stackCount == 0) in compressStackMapFrames()
539 else if (stackCount == 1) in compressStackMapFrames()
545 else if (stackCount == 0) in compressStackMapFrames()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1044 int stackCount = stackList.GetSize(); in InsertDeletePDFPage() local
1045 for (int j = 0; j < stackCount; ++j) { in InsertDeletePDFPage()
1055 stackList.RemoveAt(stackCount); in InsertDeletePDFPage()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java702 fullFrame.stackCount = dataInput.readUnsignedShort(); in visitFullFrame()
703 fullFrame.stack = new VerificationType[fullFrame.stackCount]; in visitFullFrame()
704 for (int index = 0; index < fullFrame.stackCount; index++) in visitFullFrame()
DProgramClassWriter.java790 dataOutput.writeShort(fullFrame.stackCount); in visitFullFrame()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp332 CV_EXPORTS void setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount);
/external/jacoco/
Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...