Home | History | Annotate | Download | only in evaluation

Lines Matching defs:ipop

123                 IntegerValue   arrayIndex     = stack.ipop();
130 IntegerValue arrayIndex = stack.ipop();
137 IntegerValue arrayIndex = stack.ipop();
144 IntegerValue arrayIndex = stack.ipop();
151 IntegerValue arrayIndex = stack.ipop();
161 Value value = stack.ipop();
162 IntegerValue arrayIndex = stack.ipop();
170 IntegerValue arrayIndex = stack.ipop();
178 IntegerValue arrayIndex = stack.ipop();
186 IntegerValue arrayIndex = stack.ipop();
194 IntegerValue arrayIndex = stack.ipop();
236 stack.push(stack.ipop().add(stack.ipop()));
252 stack.push(stack.ipop().subtractFrom(stack.ipop()));
268 stack.push(stack.ipop().multiply(stack.ipop()));
286 stack.push(stack.ipop().divideOf(stack.ipop()));
324 stack.push(stack.ipop().remainderOf(stack.ipop()));
360 stack.push(stack.ipop().negate());
376 stack.push(stack.ipop().shiftLeftOf(stack.ipop()));
380 stack.push(stack.ipop().shiftLeftOf(stack.lpop()));
384 stack.push(stack.ipop().shiftRightOf(stack.ipop()));
388 stack.push(stack.ipop().shiftRightOf(stack.lpop()));
392 stack.push(stack.ipop().unsignedShiftRightOf(stack.ipop()));
396 stack.push(stack.ipop().unsignedShiftRightOf(stack.lpop()));
400 stack.push(stack.ipop().and(stack.ipop()));
408 stack.push(stack.ipop().or(stack.ipop()));
416 stack.push(stack.ipop().xor(stack.ipop()));
424 stack.push(stack.ipop().convertToLong());
428 stack.push(stack.ipop().convertToFloat());
432 stack.push(stack.ipop().convertToDouble());
472 stack.push(stack.ipop().convertToByte());
476 stack.push(stack.ipop().convertToCharacter());
480 stack.push(stack.ipop().convertToShort());
512 invocationUnit.exitMethod(clazz, method, stack.ipop());
541 IntegerValue arrayLength = stack.ipop();
604 stack.ipop()));
638 IntegerValue arrayLength = stack.ipop();
702 variables.store(variableIndex, stack.ipop());
771 stack.ipop().equal(valueFactory.createIntegerValue(0)));
776 stack.ipop().notEqual(valueFactory.createIntegerValue(0)));
781 stack.ipop().lessThan(valueFactory.createIntegerValue(0)));
786 stack.ipop().greaterThanOrEqual(valueFactory.createIntegerValue(0)));
791 stack.ipop().greaterThan(valueFactory.createIntegerValue(0)));
796 stack.ipop().lessThanOrEqual(valueFactory.createIntegerValue(0)));
802 stack.ipop().equal(stack.ipop()));
807 stack.ipop().notEqual(stack.ipop()));
813 stack.ipop().greaterThan(stack.ipop()));
819 stack.ipop().lessThanOrEqual(stack.ipop()));
825 stack.ipop().lessThan(stack.ipop()));
831 stack.ipop().greaterThanOrEqual(stack.ipop()));
875 IntegerValue indexValue = stack.ipop();
903 IntegerValue indexValue = stack.ipop();