/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 57 console.error(e.stack);
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 64 andc r9,r9,r31 ; for quadword-aligned stack data 313 andc r9,r9,r31 ; for quadword-aligned stack data
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 66 andc r9,r9,r31 # for quadword-aligned stack data 315 andc r9,r9,r31 # for quadword-aligned stack data
|
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 552 int stack = bytecode.getStackDepth(); local 558 int count = bytecode.getStackDepth() - stack + 1; 620 on stack. It must be popped out. If aload0pos >= 0, [all...] |
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_mse16x16_armv6.asm | 22 ; stack unsigned int *sse
|
vp8_subtract_armv6.asm | 76 ; stack int stride
|
vp8_variance16x16_armv6.asm | 24 ; stack unsigned int *sse
|
vp8_variance_halfpixvar16x16_h_armv6.asm | 24 ; stack unsigned int *sse
|
vp8_variance_halfpixvar16x16_v_armv6.asm | 24 ; stack unsigned int *sse
|
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 32 #include <stack> 371 /// BlockValueStack - This stack holds the state of the value solver 374 std::stack<std::pair<BasicBlock*, Value*> > BlockValueStack; [all...] |
/external/proguard/src/proguard/classfile/io/ |
ProgramClassReader.java | 357 // Read the stack size and local variable frame size. 394 // Read the stack map frames (only full frames, without tag). 409 // Read the stack map frames. 570 // Read the verification type of the stack entry. 612 // Read the verification types of the stack entries. 614 fullFrame.stack = new VerificationType[fullFrame.stackCount]; 619 fullFrame.stack[index] = verificationType; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
mmxp2_32.asm | 404 section .note.GNU-stack noalloc noexec nowrite progbits
|
/external/v8/test/mjsunit/ |
debug-handle.js | 138 // Check handles for functions on the stack.
|
debug-setbreakpoint.js | 215 // we run this code while the script function is being activated on stack.
|
fuzz-natives.js | 125 // These functions use pseudo-stack-pointers and are not robust
|
/external/v8/tools/ |
grokdump.py | 46 stack of the active thread and the referenced objects in the V8 48 stack (pushed return addresses) are marked with "=>". 263 ("stack", MINIDUMP_MEMORY_DESCRIPTOR.ctype), 806 stack_bottom = exception_thread.stack.start + \ 807 exception_thread.stack.memory.data_size 822 print "Annotated stack (from exception.esp to bottom):"
|
/external/valgrind/main/coregrind/ |
m_trampoline.S | 654 stw 3,512(1) /* stash r3 512 bytes up stack */ 735 addi 1,1,1024 /* fix stack pointer */ 796 std 3,512(1) /* stash r3 512 bytes up stack */ 872 addi 1,1,1024 /* fix stack pointer */ 1231 /* Let the linker know we don't need an executable stack */ 1233 .section .note.GNU-stack,"",%progbits 1235 .section .note.GNU-stack,"",@progbits
|
/external/valgrind/main/helgrind/ |
hg_main.c | 3516 XArray* stack; \/* of Lock* *\/ local [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang.l | 48 %option stack
|
/external/icu4c/common/ |
uresbund.c | 1659 UResourceBundle stack; local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 22 private final ListIterator stack = new LinkedList().listIterator(); field in class:Parser 44 if(!this.stack.hasNext()) 46 this.stack.add(new State(numstate, this.nodeList)); 50 State s = (State) this.stack.next(); 86 State s = (State) this.stack.previous(); 87 this.stack.next(); 93 return ((State) this.stack.previous()).nodes; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM2.java | 803 * The stack of start node + ancestors up to the root of the tree, 882 final int[] stack = new int[index*2]; local 883 System.arraycopy(_stack, 0, stack, 0, index); 884 _stack = stack; 890 --index; // Pop actual root node (if not start) back off the stack [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 132 // intersect. If the clip stack does anything other than intersect, 224 // This function initializes iter to be an interator on the "stack" argument 226 // and asserts that "prefix" will be a prefix to "stack." 228 const SkClipStack& stack, 231 iter->reset(stack); 252 iter->reset(stack); 287 // graphic state stack, and the fact that we can know all the clips used 315 // If the clip stack does anything other than intersect or if it uses [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 343 * find space for the new stack frame, check for overflow 355 subl $$sizeofStackSaveArea, %eax # %eax<- newSaveArea (stack save area using newFP)
|
/external/libffi/src/ia64/ |
unix.S | 40 /* int ffi_call_unix (struct ia64_args *stack, PTR64 rvalue, 49 /* Bit o trickiness. We actually share a stack frame with ffi_call. 89 /* Deallocate the register save area from the stack frame. */ 559 .section .note.GNU-stack,"",@progbits
|