Home | History | Annotate | Download | only in evaluation

Lines Matching refs:lpop

169                 Value          value          = stack.lpop();
240 stack.push(stack.lpop().add(stack.lpop()));
256 stack.push(stack.lpop().subtractFrom(stack.lpop()));
272 stack.push(stack.lpop().multiply(stack.lpop()));
301 stack.push(stack.lpop().divideOf(stack.lpop()));
339 stack.push(stack.lpop().remainderOf(stack.lpop()));
364 stack.push(stack.lpop().negate());
380 stack.push(stack.ipop().shiftLeftOf(stack.lpop()));
388 stack.push(stack.ipop().shiftRightOf(stack.lpop()));
396 stack.push(stack.ipop().unsignedShiftRightOf(stack.lpop()));
404 stack.push(stack.lpop().and(stack.lpop()));
412 stack.push(stack.lpop().or(stack.lpop()));
420 stack.push(stack.lpop().xor(stack.lpop()));
436 stack.push(stack.lpop().convertToInteger());
440 lpop().convertToFloat());
444 stack.push(stack.lpop().convertToDouble());
484 // stack.push(stack.lpop().compareReverse(stack.lpop()));
486 LongValue longValue1 = stack.lpop();
487 LongValue longValue2 = stack.lpop();
517 invocationUnit.exitMethod(clazz, method, stack.lpop());
710 variables.store(variableIndex, stack.lpop());