MCPcopy Index your code
hub / github.com/digitalgust/tinyj2c / execute

Method execute

class2c/src/main/java/org/objectweb/asm/Frame.java:680–1108  ·  view source on GitHub ↗

Simulates the action of the given instruction on the output stack frame. @param opcode the opcode of the instruction. @param arg the numeric operand of the instruction, if any. @param argSymbol the Symbol operand of the instruction, if any. @param symbolTable the type table to use to lookup and sto

(
      final int opcode, final int arg, final Symbol argSymbol, final SymbolTable symbolTable)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

visitInsnMethod · 0.45
visitIntInsnMethod · 0.45
visitVarInsnMethod · 0.45
visitTypeInsnMethod · 0.45
visitFieldInsnMethod · 0.45
visitMethodInsnMethod · 0.45
visitJumpInsnMethod · 0.45
visitLdcInsnMethod · 0.45
visitIincInsnMethod · 0.45
visitSwitchInsnMethod · 0.45

Calls 9

pushMethod · 0.95
getLocalMethod · 0.95
popMethod · 0.95
setLocalMethod · 0.95
addInitializedTypeMethod · 0.95
charAtMethod · 0.95
addTypeMethod · 0.80
addUninitializedTypeMethod · 0.80
charAtMethod · 0.65

Tested by

no test coverage detected