/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8RecursionScope.h | 51 // Calls of type (2) should always stack-allocate a V8RecursionScope in the same 52 // block as the call into script. Calls of type (3) should stack allocate a 54 // happen at the end of the outer-most script stack frame of calls into page script:
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.cpp | 299 Stack *stack; member in class:nv50_ir::RenamePass 406 stack = new Stack[func->allLValues.getSize()]; 411 if (stack) 412 delete[] stack; 418 if (!stack[val->id].getSize()) 420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p); 437 if (!stack) 461 stack[lval->id].push(ssa) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2767.test | 13 # Ticket #2767 is for a VDBE stack overflow on BEFORE 54 # DELETE trigger 32 times, which should overflow the VDBE stack if 66 # UPDATE trigger 32 times, which should overflow the VDBE stack if
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_x86-inl.h | 33 // Produce stack trace 140 // Given a pointer to a stack frame, locate and return the calling 207 // "double fault" in case we hit the first fault due to e.g. stack 235 // With the stack growing downwards, older stack frame must be 238 // Assume stack frames larger than 100,000 bytes are bogus. 241 // In the non-strict mode, allow discontiguous stack frames. 255 // On 64-bit machines, the stack pointer can be very close to 286 // void** result: the stack-trace, as an array 287 // int* sizes: the size of each stack frame, as an arra [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stacktrace_x86-inl.h | 33 // Produce stack trace 137 // Given a pointer to a stack frame, locate and return the calling 204 // "double fault" in case we hit the first fault due to e.g. stack 232 // With the stack growing downwards, older stack frame must be 235 // Assume stack frames larger than 100,000 bytes are bogus. 238 // In the non-strict mode, allow discontiguous stack frames. 252 // On 64-bit machines, the stack pointer can be very close to 283 // void** result: the stack-trace, as an array 284 // int* sizes: the size of each stack frame, as an arra [all...] |
/external/chromium_org/v8/test/mjsunit/ |
big-array-literal.js | 28 // On MacOS X 10.7.5, this test needs a stack size of at least 788 kBytes. 29 // Flags: --stack-size=800 110 // Catch stack overflows.
|
debug-liveedit-check-stack.js | 126 test = new TestBase("Test without function on stack"); 130 test = new TestBase("Test with function on stack"); 134 test = new TestBase("Test with function on stack and with constructor frame");
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2564.js | 55 assertEquals("success", e.stack); 91 assertEquals("success", e.stack); 121 assertEquals("success", e.stack);
|
/external/chromium_org/v8/test/webkit/ |
function-apply-aliased-expected.txt | 48 PASS myFunction.apply(null, new Array(5000000)) threw exception RangeError: Maximum call stack size exceeded. 49 PASS myFunction.apply(null, new Array(1 << 30)) threw exception RangeError: Maximum call stack size exceeded. 50 PASS recurseArguments.apply(null, new Array(50000)) threw exception RangeError: Maximum call stack size exceeded.
|
function-apply-aliased.js | 75 // Blow the stack with a sparse array 77 // Blow the stack with a sparse array that is sufficiently large to cause int overflow 83 // Blow the stack recursing with arguments
|
/external/clang/test/CodeGen/ |
blocksignature.c | 76 printf("desired stack flags: %d\n", BLOCK_HAS_OBJC_TYPE); 86 desired stack flags: 1073741824 92 desired stack flags: 1073741824
|
/external/clang/tools/libclang/ |
CIndexInclusionStack.cpp | 11 // stack from a translation unit. 37 // at the inclusion stack of an AST/PCH file. 56 // Build the inclusion stack.
|
/external/compiler-rt/lib/msan/lit_tests/ |
stack-origin.cc | 26 // CHECK: {{#0 0x.* in main .*stack-origin.cc:}}[[@LINE-3]] 28 // CHECK-ORIGINS: Uninitialized value was created by an allocation of 'x' in the stack frame of function 'main' 30 // CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*stack-origin.cc:.* main}}
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_shadow_test.cc | 51 int stack; local 56 CHECK(IsAppMem((uptr)&stack)); 60 CHECK(IsShadowMem(MemToShadow((uptr)&stack)));
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper-private.h | 142 Type stack##Name[512]; \ 143 Type *Name = stack##Name; 154 if (stack##Name != Name) \
|
/external/llvm/include/llvm/Support/ |
Signals.h | 38 /// process, print a stack trace and then exit. 39 /// @brief Print a stack trace if a fatal signal occurs. 42 /// \brief Print the stack trace using the given \c FILE object.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SDNodeDbgValue.h | 35 FRAMEIX = 2 // value is contents of a stack location 45 unsigned FrameIx; // valid for stack objects 92 // Returns the FrameIx for a stack object
|
/external/llvm/lib/Target/Sparc/ |
SparcSubtarget.h | 56 /// The 64-bit ABI uses biased stack and frame pointers, so the stack frame 62 /// Given a actual stack size as determined by FrameInfo, this function
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.h | 27 /// [RE]BP based frame where [RE]BP is pused on the stack immediately after 31 /// A frameless function with a small constant stack size. 34 /// A frameless function with a large constant stack size.
|
/external/llvm/test/CodeGen/ARM/ |
alloc-no-stack-realign.ll | 5 ; When realign-stack is set to false, make sure we are not creating stack 9 define void @test1(<16 x float>* noalias sret %agg.result) nounwind ssp "no-realign-stack" {
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.cpp | 299 Stack *stack; member in class:nv50_ir::RenamePass 406 stack = new Stack[func->allLValues.getSize()]; 411 if (stack) 412 delete[] stack; 418 if (!stack[val->id].getSize()) 420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p); 437 if (!stack) 461 stack[lval->id].push(ssa) [all...] |
/external/mockito/src/org/mockito/internal/progress/ |
ArgumentMatcherStorageImpl.java | 19 import java.util.Stack; 26 private Stack<LocalizedMatcher> matcherStack = new Stack<LocalizedMatcher>();
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageLog.java | 30 package gov.nist.javax.sip.stack; 66 * @see gov.nist.javax.sip.stack.LogRecord#equals(java.lang.Object) 142 * @see gov.nist.javax.sip.stack.LogRecord#toString()
|
SIPTransactionStack.java | 26 package gov.nist.javax.sip.stack; 90 * This is the sip stack. It is essentially a management interface. It manages the resources for 151 // overriden by stack 177 * ServerLog is used just for logging stack message tracecs. 182 * We support UDP on this stack. 208 * Flag that indicates that the stack is active. 213 * Name of the stack. 218 * IP address of stack -- this can be re-written by stun. 225 * INET address of stack (cached to avoid repeated lookup) 302 // Flag to indicate whether the stack will provide dialo [all...] |
/external/qemu/memcheck/ |
memcheck_api.h | 37 /* Global flag, indicating whether or not memchecker is collecting call stack. 38 * 1 - call stack is being collected, 0 means that stack is not being
|