Home | History | Annotate | Download | only in preverify

Lines Matching refs:stack

114         // Collect the stack map frames.
135 // Convert the stack values to types.
149 // Compress the stack map frames if the target is not Java Micro Edition.
207 // Remove any stack map (table) attribute from the code attribute.
221 // Put the frames into a stack map attribute.
230 // Put the frames into a stack map table attribute.
234 // Fill out the name of the stack map attribute.
238 // Add the new stack map (table) attribute to the code attribute.
340 * stack. If necessary, class constants are added to the constant pool
347 TracedStack stack)
349 int maximumStackSize = stack.size();
355 // We have to work down from the top of the stack.
356 Value value = stack.getTop(index);
374 // We have to work down from the top of the stack.
375 Value value = stack.getTop(index);
376 Value producerValue = stack.getTopProducerValue(index);
495 * Compresses the given list of full frames, for use in a stack map table.
512 VerificationType[] stack = fullFrame.stack;
524 // equalVerificationTypes(stack, previousStack, stackCount))
532 // Is the new stack empty?
538 // Does the new stack contain a single element?
541 compressedFrame = new SameOneFrame(stack[0]);
544 // Is the stack empty?