MCPcopy Create free account
hub / github.com/Youlor/unpacker / getStack

Method getStack

dexfixer/src/com/android/dx/cf/code/Frame.java:135–137  ·  view source on GitHub ↗

Gets the execution stack for this instance. @return non-null; the execution stack

()

Source from the content-addressed store, hash-verified

133 * @return {@code non-null;} the execution stack
134 */
135 public ExecutionStack getStack() {
136 return stack;
137 }
138
139 /**
140 * Returns the largest subroutine nesting this block may be in. An

Callers 7

mergeWithMethod · 0.95
runMethod · 0.80
popArgsMethod · 0.80
storeResultsMethod · 0.80
visitNoArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected