Home
last modified time | relevance | path

Searched refs:slotsUsed (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DOperandStack.java165 if (slotsUsed() >= maxStack) { in push()
183 public int slotsUsed() { in slotsUsed() method in OperandStack
202 sb.append(slotsUsed()); in toString()
222 if ( (slotsUsed() != s.slotsUsed()) || (size() != s.size()) ) { in merge()
DInstConstraintVisitor.java208 if (consume > stack().slotsUsed()) { in _visitStackAccessor()
210 …"Cannot consume "+consume+" stack slots: only "+stack().slotsUsed()+" slot(s) left on stack!\nStac… in _visitStackAccessor()
214 if ( produce + stack().slotsUsed() > stack().maxStack() ) { in _visitStackAccessor()
215 …olated(o, "Cannot produce "+produce+" stack slots: only "+(stack().maxStack()-stack().slotsUsed())+ in _visitStackAccessor()
373 if ((stack().maxStack() - stack().slotsUsed()) < o.getType(cpg).getSize()) { in visitLoadInstruction()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp249 unsigned slotsUsed = 0; in checkSlots() local
255 slotsUsed += 2; in checkSlots()
257 ++slotsUsed; in checkSlots()
260 if (slotsUsed > HEXAGON_PACKET_SIZE) { in checkSlots()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp362 unsigned slotsUsed = 0; in checkSlots() local
368 slotsUsed += 2; in checkSlots()
370 ++slotsUsed; in checkSlots()
373 if (slotsUsed > HEXAGON_PACKET_SIZE) { in checkSlots()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java169 int slotsUsed() in slotsUsed() method in ChunkedIntArray
DDTMDocumentImpl.java1274 if (done && (nodeHandle > nodes.slotsUsed())) in getNextDescendant()
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx9485 if ( produce + stack().slotsUsed() > stack().maxStack() ){
9496 xStack()-stack().slotsUsed())+" free stack slot(s) left.