Searched refs:new_stack (Results 1 - 5 of 5) sorted by relevance

/external/v8/benchmarks/spinning-balls/
H A Dsplay-tree.js308 var new_stack = new Array(stack.length * 2);
316 new_stack[new_length++] = l;
320 new_stack[new_length++] = r;
323 stack = new_stack;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S43 mov $(new_stack+4096),%rsi # new stack
95 .lcomm new_stack,4096
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S43 mov $(new_stack+4096),%ecx # new stack
95 .lcomm new_stack,4096
/external/valgrind/main/coregrind/
H A Dm_stacks.c284 Stack* new_stack = find_stack_by_addr(new_SP); local
285 if (new_stack
286 && (current_stack == NULL || new_stack->id != current_stack->id)) {
289 current_stack = new_stack;
/external/qemu/target-i386/
H A Dop_helper.c663 int has_error_code, new_stack, shift; local
757 new_stack = 1;
764 new_stack = 0;
771 new_stack = 0; /* avoid warning */
781 push_size = 6 + (new_stack << 2) + (has_error_code << 1);
787 if (new_stack) {
804 if (new_stack) {
822 if (new_stack) {
888 int has_error_code, new_stack; local
950 new_stack
2315 int new_stack, i; local
[all...]

Completed in 121 milliseconds