/external/proguard/docs/manual/retrace/ |
introduction.html | 14 stack traces. 16 When an obfuscated program throws an exception, the resulting stack trace 48 <td class="whiteblock">Readable stack trace</td> 50 <td class="whiteblock">Obfuscated stack trace</td> 55 ReTrace can read an obfuscated stack trace and restore it to what it would
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
SameOneFrame.java | 28 * This StackMapFrame represents a "same locals 1 stack item frame" or a 29 * "same locals 1 stack item frame extended". 56 * Creates a SameOneFrame with the given stack verification type. 65 * Applies the given verification type visitor to the stack item. 113 return super.toString()+"Var: ..., Stack: ["+stackItem.toString()+"]";
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/ |
T_invokeinterface_19.j | 26 .limit stack 2 46 .limit stack 2 69 .limit stack 3 102 .limit stack 0 108 .limit stack 0 114 .limit stack 1 123 .limit stack 3
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 27 * of a set of locals and a value stack, and it can be told to act on 35 /** {@code non-null;} the stack */ 36 private final ExecutionStack stack; field in class:Frame 38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */ 45 * @param stack {@code non-null;} the execution stack to use 47 private Frame(LocalsArray locals, ExecutionStack stack) { 48 this(locals, stack, IntList.EMPTY); 55 * @param stack {@code non-null;} the execution stack to us [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 116 // Called from RegExp if the stack-guard is triggered. 131 // Parameters (first four passed as registers, but with room on stack). 133 // stack (before the return address) to spill parameter registers. We 146 // are passed as registers, and caller must allocate space on the stack 178 // First register address. Following registers are below it on the stack. 191 // Check whether we are exceeding the stack limit on the backtrack stack. 203 // The register containing the backtrack stack top. Provides a meaningful 224 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack) 229 // Pushes the value of a register on the backtrack stack. Decrements th [all...] |
/external/proguard/src/proguard/evaluation/ |
BasicInvocationUnit.java | 34 * and it updates the stack for the invocation of a class member, 50 private Stack stack; field in class:BasicInvocationUnit 138 public void invokeMember(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction, Stack stack) 176 this.stack = stack; 178 this.stack = null; 189 setFieldValue(clazz, fieldrefConstant, stack.pop()); 195 setFieldClassValue(clazz, fieldrefConstant, stack.apop()) [all...] |
/external/v8/src/ |
frames.h | 57 // Get the address of this stack handler. 60 // Get the next stack handler in the chain. 102 // Abstract base class for all stack frames. 113 // Opaque data type for identifying stack frames. Used extensively 137 // Get the id of this stack frame. 140 // Checks if this frame includes any stack handlers. 171 // Compute the stack pointer for the calling frame. 179 // Get the top handler from the current stack iterator. 182 // Compute the stack frame type for the given state. 225 // The caller stack pointer for entry frames is always zero. Th [all...] |
/dalvik/libcore/support/src/test/java/tests/util/ |
CallVerificationStack.java | 20 import java.util.Stack; 23 * A stack to store the parameters of a call, as well as the call stack. 26 public class CallVerificationStack extends Stack<Object> { 45 // the call stack, store StackTraceElement 46 private final Stack<StackTraceElement> callStack = new Stack<StackTraceElement>(); 77 * Pushes the call stack. 109 * Clear the parameter stack and the call stack [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
StylesheetHandler.java | 23 import java.util.Stack; 62 * a ContentHandler stack, and pushing appropriate content 219 * Utility function to see if the stack contains the given URL. 221 * @param stack non-null reference to a Stack. 224 * @return true if the stack contains the url argument. 226 private boolean stackContains(Stack stack, String url) 229 int n = stack.size(); 234 String url2 = (String) stack.elementAt(i) [all...] |
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 109 // Collect the stack map frames. 126 // Convert the stack values to types. 140 // Compress the stack map frames if the target is not Java Micro Edition. 198 // Remove any stack map (table) attribute from the code attribute. 212 // Put the frames into a stack map attribute. 221 // Put the frames into a stack map table attribute. 225 // Fill out the name of the stack map attribute. 229 // Add the new stack map (table) attribute to the code attribute. 328 * stack. If necessary, class constants are added to the constant pool 335 TracedStack stack) 500 VerificationType[] stack = fullFrame.stack; local [all...] |
/bionic/libc/arch-arm/bionic/ |
kill.S | 29 on the stack, as well as a few other registers. this makes 30 our stack unwinder happy, when we generate debug stack
|
tkill.S | 29 on the stack, as well as a few other registers. this makes 30 our stack unwinder happy, when we generate debug stack
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/jm/ |
T_getstatic_1.j | 24 .limit stack 1 42 .limit stack 1 54 .limit stack 1
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
ArrayIndexOutOfBoundsException.java | 32 * current stack trace. 40 * stack trace and a detail message that is based on the specified invalid 53 * stack trace and the specified detail message.
|
ClassCastException.java | 31 * stack trace. 38 * Constructs a new {@code ClassCastException} with the current stack trace 49 * Constructs a new {@code ClassCastException} with the current stack trace
|
ClassNotFoundException.java | 31 * stack trace. 38 * Constructs a new {@code ClassNotFoundException} with the current stack 49 * Constructs a new {@code ClassNotFoundException} with the current stack
|
ExceptionInInitializerError.java | 31 * current stack trace. 40 * stack trace and the specified detail message. 52 * stack trace and the specified cause. The exception should be the one
|
InstantiationError.java | 32 * stack trace. 39 * Constructs a new {@code InstantiationError} with the current stack trace 50 * Constructs a new {@code InstantiationError} with the current stack trace
|
StringIndexOutOfBoundsException.java | 33 * the current stack trace. 41 * stack trace and a detail message that is based on the specified invalid 53 * stack trace and the specified detail message.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
NameSpace.java | 27 * be pushed on the namespace stack for each 35 /** Next NameSpace element on the stack. 49 * result tree namespace stack.
|
/external/junit/src/junit/swingui/ |
DefaultFailureDetailView.java | 18 * A view that shows a stack trace of a failure 24 * A ListModel representing the scanned failure stack trace. 56 * Renderer for stack entries
|
/external/libffi/src/cris/ |
sysv.S | 50 ;; Save the regs to the stack. 52 ;; Used for stack pointer saving. 56 ;; Used for stack pointer saving. 58 ;; We save fig->flags to stack we will need them after we 62 ;; Saving current stack pointer. 69 ;; Make room on the stack for the args of fn. 72 ;; Function void ffi_prep_args(char *stack, extended_cif *ecif) parameters are: 73 ;; r10 <-- stack pointer 80 ;; Save the size of the structures which are passed on stack. 89 ;; Adjust the stack and check if any parameters are given on stack [all...] |
/external/proguard/src/proguard/classfile/editor/ |
StackSizeUpdater.java | 29 * This AttributeVisitor computes and updates the maximum stack size of the 48 // Compute the stack sizes. 51 // Update the maximum stack size.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
NativeAllocationInfo.java | 25 * <p/>Contains number of allocations, their size and the stack trace. 26 * <p/>Note: the ddmlib does not resolve the stack trace automatically. While this class provides 27 * storage for resolved stack trace, this is merely for convenience. 79 * Adds a stack call address for this allocation. 109 * Returns whether the stack call addresses have been resolved into 117 * Returns the stack call of this allocation as raw addresses. 125 * Sets the resolved stack call for this allocation. 142 * Returns the resolved stack call. 143 * @return An array of {@link NativeStackCallInfo} or <code>null</code> if the stack call 174 // compare the stack addresse [all...] |
/sdk/emulator/qtools/ |
q2dm.cpp | 74 CallStackType *stack = (CallStackType *) base; local 78 stack->getGlobalTime(time), pid, stackLevel, 96 CallStackType *stack = (CallStackType *) base; local 100 stack->getGlobalTime(time), pid, stackLevel, 113 stack->getGlobalTime(time), pid, sym->name); 161 // Create a fake kernel thread stack where we will put all the kernel 188 // Use the kernel stack 193 // stack frames for the kernel thread. 199 // Get the stack for the current thread 203 // Get the stack for the current threa [all...] |