/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...] |
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);
|
/external/v8/src/ |
json.js | 64 function SerializeArray(value, replacer, stack, indent, gap) { 65 if (!%PushIfAbsent(stack, value)) { 73 var strP = JSONSerialize($String(i), value, replacer, stack, 90 stack.pop(); 94 function SerializeObject(value, replacer, stack, indent, gap) { 95 if (!%PushIfAbsent(stack, value)) { 106 var strP = JSONSerialize(p, value, replacer, stack, indent, gap); 118 var strP = JSONSerialize(p, value, replacer, stack, indent, gap); 138 stack.pop(); 142 function JSONSerialize(key, holder, replacer, stack, indent, gap) [all...] |
/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...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
PoolAlloc.cpp | 171 stack.push_back(state); 188 if (stack.size() < 1) 191 tHeader* page = stack.back().page; 192 currentPageOffset = stack.back().offset; 208 stack.pop_back(); 217 while (stack.size() > 0)
|
/external/bison/lib/ |
timevar.c | 146 /* If this variable is timed independently of the timing stack, 158 the timing stack. */ 162 /* An element on the timing stack. Elapsed time is attributed to the 163 topmost timing variable on the stack. */ 167 /* The timing variable at this stack level. */ 170 /* The next lower timing variable context in the stack. */ 178 /* The top of the timing stack. */ 179 static struct timevar_stack_def *stack; variable in typeref:struct:timevar_stack_def 185 /* The time at which the topmost element on the timing stack was 276 /* Push TIMEVAR onto the timing stack. No further elapsed time i [all...] |
/external/valgrind/main/memcheck/tests/ |
origin1-yes.stderr.exp | 2 Undef 1 of 8 (stack, 32 bit) 5 Uninitialised value was created by a stack allocation 9 Undef 2 of 8 (stack, 32 bit) 12 Uninitialised value was created by a stack allocation 16 Undef 3 of 8 (stack, 64 bit) 19 Uninitialised value was created by a stack allocation
|
xml1.stderr.exp | 36 <stack> 69 </stack> 71 <stack> 112 </stack> 120 <stack> 153 </stack> 161 <stack> 194 </stack> 202 <stack> 243 </stack> [all...] |
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksParserWorker.js | 44 if (!/^\s+Call stack:/.test(line)) 47 // The first frame is not really a frame at all ("Call stack: thread 0xNNNNN:"), so we omit it. 48 leaks.push({ size: currentSize, stack: line.split(" | ").slice(1).map(function(str) { return str.trim(); }) }); 75 leak.stack.reduce(function(node, frame, index, array) {
|
/dalvik/vm/alloc/ |
MarkSweep.cpp | 41 * Initializes the stack top and advises the mark stack pages as needed. 43 static bool createMarkStack(GcMarkStack *stack) 45 assert(stack != NULL); 48 madvise(stack->base, length, MADV_NORMAL); 49 stack->top = stack->base; 54 * Assigns NULL to the stack top and advises the mark stack pages as 57 static void destroyMarkStack(GcMarkStack *stack) 476 GcMarkStack *stack = &ctx->stack; local [all...] |
MarkSweep.h | 27 /* Current top of the stack (exclusive) 35 /* Maximum stack size, in bytes. 44 GcMarkStack stack; member in struct:GcMarkContext
|
/external/llvm/test/MC/ELF/ |
section.s | 5 .section .note.GNU-stack,"",@progbits 10 // CHECK: ('sh_name', 0x00000038) # '.note.GNU-stack'
|
/external/speex/libspeex/ |
cb_search_bfin.h | 37 void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
|
/external/v8/test/mjsunit/regress/ |
regress-798.js | 35 assertEquals(3, e.stack.split('\n').length); 44 assertEquals(3, e.stack.split('\n').length); 53 assertEquals(3, e.stack.split('\n').length); 62 assertEquals(3, e.stack.split('\n').length); 75 assertEquals(3, e.stack.split('\n').length); 83 assertEquals(3, e.stack.split('\n').length); 90 // Check that the stack for an exception in a getter and setter produce the 91 // expected stack height.
|
/external/webkit/Source/WebCore/inspector/ |
InspectorConsoleInstrumentation.h | 57 inline void InspectorInstrumentation::consoleCount(Page* page, PassRefPtr<ScriptArguments> arguments, PassRefPtr<ScriptCallStack> stack) 61 consoleCountImpl(inspectorAgent, arguments, stack); 73 inline void InspectorInstrumentation::stopConsoleTiming(Page* page, const String& title, PassRefPtr<ScriptCallStack> stack) 77 stopConsoleTimingImpl(inspectorAgent, title, stack);
|
/external/openssl/crypto/bn/ |
bn_ctx.c | 83 /* The stack frame info is resizing, set a first-time expansion size; */ 103 /* Stack depth and allocation size */ 118 /* A wrapper to manage the "stack frames" */ 121 /* Array of indexes into the bignum stack */ 123 /* Number of stack frames, and the size of the allocated array */ 143 /* The "stack frames", if you will */ 144 BN_STACK stack; member in struct:bignum_ctx 147 /* Depth of stack overflow */ 160 BN_STACK *stack = &ctx->stack; local [all...] |
/bionic/libc/arch-arm/bionic/ |
clone.S | 32 @ insert the args onto the new stack 59 @ pick the function arg and call address off the stack and jump 91 # save registers to parent stack 97 # store 'fn' and 'arg' to the child stack
|
/dalvik/hit/src/com/android/hit/ |
RootObj.java | 41 public RootObj(RootType type, long id, int thread, StackTrace stack) { 45 mStack = stack;
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 13 mov r1, sp @ arg1 <- stack pointer
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 14 mov r1, sp @ arg1 <- stack pointer
|
/dalvik/vm/mterp/x86-atom/ |
OP_DIV_DOUBLE.S | 33 fldl (rFP, %ecx, 4) # floating point stack vBB
|
OP_DIV_FLOAT.S | 33 flds (rFP, %eax, 4) # floating point stack vBB
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 43 #include <stack>
|
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 646 SmallVector<uintptr_t,20> stack; member in class:llvm::ImutAVLTreeGenericIterator 656 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root)); 660 assert(!stack.empty()); 661 return reinterpret_cast<TreeTy*>(stack.back() & ~Flags); 665 assert(!stack.empty()); 666 return stack.back() & Flags; 670 bool atEnd() const { return stack.empty(); } 673 return stack.size() == 1 && getVisitState() == VisitedNone; 677 assert(!stack.empty()); 678 stack.pop_back() [all...] |
/external/opencv/cv/src/ |
cvconvhull.cpp | 45 icvSklansky_32s( CvPoint** array, int start, int end, int* stack, int nsign, int sign2 ) 56 stack[0] = start; 60 stack[0] = pprev; 61 stack[1] = pcur; 62 stack[2] = pnext; 85 stack[stacksize] = pnext; 93 stack[1] = pcur; 95 stack[2] = pnext; 99 stack[stacksize-2] = pnext; 101 pprev = stack[stacksize-4] 234 int* stack = 0; local [all...] |