Searched refs:getBottom (Results 1 – 15 of 15) sorted by relevance
86 return producerStack.getBottom(index); in getBottomProducerValue()99 return actualProducerStack.getBottom(index); in getBottomActualProducerValue()346 Value producerValue = producerStack.getBottom(index); in toString()347 Value actualProducerValue = actualProducerStack.getBottom(index); in toString()
190 public Value getBottom(int index) in getBottom() method in Stack
104 public int getBottom() { in getBottom() method in SelectionArea146 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom()150 for(int y = getTop(); y <= getBottom(); y++) { in copyFrom()
38 public Item getBottom() { in getBottom() method in Box
143 Item bottom = box.getBottom(); in test11withoutPackageNames()
60 template <typename T> MachineBasicBlock *getBottom(const T *Unit) { in getBottom() function
131 MBB.getNumber() > WebAssembly::getBottom(HeaderLoop)->getNumber()) { in PlaceBlockMarker()185 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in PlaceLoopMarker()
256 while (OnStack.size() > 1 && &MBB == WebAssembly::getBottom(OnStack.back())) in SortBlocks()
36 public Panel getBottom() { in getBottom() method in InfoDialog
303 hexDialog.getBottom().add(button); in initMenus()330 compoundDialog.getBottom().add(button); in initMenus()360 rulesDialog.getBottom().add(button); in initMenus()363 rulesDialog.getBottom().add(temp); in initMenus()364 rulesDialog.getBottom().add(ruleId); in initMenus()
211 * bridge.charWidth, (area.getBottom() + 1) * bridge.charHeight); in onDraw()
490 if (area.getLeft() == area.getRight() && area.getTop() == area.getBottom()) { in onCreate()
87 fillCanvas(canvas, this.getRight(), this.getBottom()); in onDraw()
451 Value stackEntry = stackBefore.getBottom(stackEntryIndex); in checkMixedStackEntriesBefore()
561 …od.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])"… in visitProgramMethod()