Home | History | Annotate | Download | only in mips

Lines Matching full:stack

67 // The stack limit beyond which we will throw stack overflow errors in
68 // generated code. Because generated code on mips uses the C stack, we
69 // just use the C stack limit.
86 // Calculated the stack limit beyond which we will throw stack overflow errors.
88 // the address of "this" to get a value on the current execution stack and then
89 // calculates the stack limit based on that value.
91 // running thread has its stack in all memory up to address 0x00000000.
204 // Accessor to the internal simulator stack area.
218 // Push an address onto the JS stack.
221 // Pop an address from the JS stack.
366 // Allocate 1MB for stack.
415 // The simulator has its own stack. Thus it has a different stack limit from
417 // stack cause stack overflow errors, since the simulator ignores the input.