Package com.google.test.metric.method.op.stack

Examples of com.google.test.metric.method.op.stack.StackOperation


        if (block.getId().startsWith("sub")) {
          prefix = "sub_";
        }
      }
      frame.block = block;
      StackOperation operation = frame.operation;
      if (operation instanceof RetSub) {
        prefix = "block_";
      }
      frame.block.addOp(operation);
      if (frame.blockEndsHere) {
View Full Code Here

TOP

Related Classes of com.google.test.metric.method.op.stack.StackOperation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.