/dalvik/libcore/luni/src/main/java/java/lang/ |
IllegalArgumentException.java | 30 * current stack trace. 37 * Constructs a new {@code IllegalArgumentException} with the current stack 48 * Constructs a new {@code IllegalArgumentException} with the current stack 62 * Constructs a new {@code IllegalArgumentException} with the current stack
|
IllegalStateException.java | 30 * stack trace. 37 * Constructs a new {@code IllegalStateException} with the current stack 48 * Constructs a new {@code IllegalStateException} with the current stack 62 * Constructs a new {@code IllegalStateException} with the current stack
|
RuntimeException.java | 32 * Constructs a new {@code RuntimeException} that includes the current stack 40 * Constructs a new {@code RuntimeException} with the current stack trace 51 * Constructs a new {@code RuntimeException} with the current stack trace, 64 * Constructs a new {@code RuntimeException} with the current stack trace
|
SecurityException.java | 29 * stack trace. 36 * Constructs a new {@code SecurityException} with the current stack trace 47 * Constructs a new {@code SecurityException} with the current stack trace, 61 * Constructs a new {@code SecurityException} with the current stack trace
|
UnsupportedOperationException.java | 29 * current stack trace. 36 * stack trace and the specified detail message. 47 * stack trace, the specified detail message and the specified cause. 61 * stack trace and the specified cause.
|
/dalvik/vm/mterp/x86/ |
binflop.S | 9 $load (rFP,%eax,4) # vCC to fp stack
|
/development/pdk/docs/porting/bluetooth/ |
bluetooth_process.jd | 6 <p>The diagram below offers a process-oriented architectural overview of Android's Bluetooth stack. Click <a href="../bluetooth.html">Bluetooth</a> to return to the Bluetooth overview page.</p>
|
/external/grub/docs/ |
boot.S | 53 /* Initialize the stack pointer. */ 54 movl $(stack + STACK_SIZE), %esp 78 /* Our stack area. */ 79 .comm stack, STACK_SIZE
|
boot.S.texi | 53 /* @r{Initialize the stack pointer.} */ 54 movl $(stack + STACK_SIZE), %esp 78 /* @r{Our stack area.} */ 79 .comm stack, STACK_SIZE
|
/external/kernel-headers/original/asm-arm/ |
mman.h | 6 #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
|
/external/kernel-headers/original/asm-x86/ |
user32.h | 52 __u32 u_ssize; /* Stack segment size (pages). */ 54 __u32 start_stack; /* Starting virtual address of stack area. 55 This is actually the bottom of the stack, 56 the top of the stack is always found in the
|
/external/proguard/src/proguard/evaluation/ |
InvocationUnit.java | 30 * and it updates the stack for the invocation of a class member. 53 * Updates the given stack corresponding to the execution of the given 61 Stack stack);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/ |
crtbeginT.o | |
/external/proguard/src/proguard/optimize/evaluation/ |
PartialEvaluator.java | 77 private final java.util.Stack callingInstructionBlockStack; 78 private final java.util.Stack instructionBlockStack = new java.util.Stack(); 151 java.util.Stack callingInstructionBlockStack) 207 System.out.println(" Max stack = "+codeAttribute.u2maxStack); 210 // Reuse the existing variables and stack objects, ensuring the right size. 212 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local 215 initializeVariables(clazz, method, codeAttribute, variables, stack); 225 stack, 242 System.out.println(" Stack: "+stacksBefore[offset]) 1031 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/anewarray/jm/ |
T_anewarray_1.j | 28 .limit stack 1 38 .limit stack 1 48 .limit stack 1
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/ |
T_areturn_1.j | 28 .limit stack 1 37 .limit stack 1 46 .limit stack 3
|
T_areturn_13.j | 20 .limit stack 1 31 .limit stack 2 43 .limit stack 1
|
T_areturn_14.j | 20 .limit stack 1 31 .limit stack 2 45 .limit stack 1
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/getfield/jm/ |
T_getfield_5.j | 22 .limit stack 1 32 .limit stack 2 40 .limit stack 1
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/jm/ |
T_getstatic_10.j | 22 .limit stack 1 34 .limit stack 1 46 .limit stack 1
|
T_getstatic_13.j | 22 .limit stack 1 34 .limit stack 1 46 .limit stack 1
|
T_getstatic_2.j | 22 .limit stack 2 33 .limit stack 1 45 .limit stack 2
|
T_getstatic_3.j | 22 .limit stack 2 33 .limit stack 1 45 .limit stack 1
|
T_getstatic_4.j | 22 .limit stack 1 34 .limit stack 1 46 .limit stack 1
|
T_getstatic_7.j | 22 .limit stack 1 34 .limit stack 1 46 .limit stack 1
|