HomeSort by relevance Sort by last modified time
    Searched refs:newstack (Results 1 - 25 of 40) sorted by null

1 2

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 475 uptr *newstack = (uptr*)internal_alloc(MBlockShadowStack, local
477 internal_memcpy(newstack, thr->shadow_stack, sz * sizeof(uptr));
479 thr->shadow_stack = newstack;
480 thr->shadow_stack_pos = newstack + sz;
481 thr->shadow_stack_end = newstack + newsz;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 262 int newstack = fs->freereg + n; local
263 if (newstack > fs->f->maxstacksize) {
264 if (newstack >= MAXSTACK)
266 fs->f->maxstacksize = cast_byte(newstack);
  /external/syslinux/com32/lua/src/
lcode.c 262 int newstack = fs->freereg + n; local
263 if (newstack > fs->f->maxstacksize) {
264 if (newstack >= MAXSTACK)
266 fs->f->maxstacksize = cast_byte(newstack);
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 120 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
stack.go 921 func newstack() { func
928 print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
931 throw("runtime: wrong goroutine in newstack")
947 print("runtime: newstack at ", pcname, "+", hex(pcoff),
972 // This check is very early in newstack so that even the status change
990 throw("missing stack in newstack")
998 print("runtime: newstack sp=", hex(sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
1057 // The goroutine must be executing in order to call newstack,
    [all...]
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
runtime1.go 461 // restore the preemption request in case we've cleared it in newstack
asm_amd64p32.s 322 // the top of a stack (for example, morestack calling newstack
362 // Call newstack on m->g0's stack.
366 CALL runtime·newstack(SB)
367 MOVL $0, 0x1003 // crash if newstack returns
asm_mips64x.s 233 // the top of a stack (for example, morestack calling newstack
263 // Call newstack on m->g0's stack.
267 // Create a stack frame on g0 to call newstack.
270 JAL runtime·newstack(SB)
272 // Not reached, but make sure the return PC from the call to newstack
asm_mipsx.s 234 // the top of a stack (for example, morestack calling newstack
264 // Call newstack on m->g0's stack.
268 // Create a stack frame on g0 to call newstack.
271 JAL runtime·newstack(SB)
273 // Not reached, but make sure the return PC from the call to newstack
proc.go 606 if _g_.m.locks == 0 && _g_.preempt { // restore the preemption request in Case we've cleared it in newstack
896 // newstack is doing a scan for us right now. Wait.
900 // The preemption handler (in newstack) does the actual scan.
    [all...]
asm_arm.s 380 // the top of a stack (for example, morestack calling newstack
413 // Call newstack on m->g0's stack.
419 BL runtime·newstack(SB)
421 // Not reached, but make sure the return PC from the call to newstack
asm_arm64.s 257 // the top of a stack (for example, morestack calling newstack
291 // Call newstack on m->g0's stack.
297 BL runtime·newstack(SB)
299 // Not reached, but make sure the return PC from the call to newstack
asm_ppc64x.s 286 // the top of a stack (for example, morestack calling newstack
319 // Call newstack on m->g0's stack.
324 BL runtime·newstack(SB)
326 // Not reached, but make sure the return PC from the call to newstack
    [all...]
asm_s390x.s 320 // the top of a stack (for example, morestack calling newstack
352 // Call newstack on m->g0's stack.
356 // Create a stack frame on g0 to call newstack.
359 BL runtime·newstack(SB)
361 // Not reached, but make sure the return PC from the call to newstack
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 120 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
stack.go 921 func newstack() { func
928 print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
931 throw("runtime: wrong goroutine in newstack")
947 print("runtime: newstack at ", pcname, "+", hex(pcoff),
972 // This check is very early in newstack so that even the status change
990 throw("missing stack in newstack")
998 print("runtime: newstack sp=", hex(sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
1057 // The goroutine must be executing in order to call newstack,
    [all...]
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
runtime1.go 461 // restore the preemption request in case we've cleared it in newstack
asm_amd64p32.s 322 // the top of a stack (for example, morestack calling newstack
362 // Call newstack on m->g0's stack.
366 CALL runtime·newstack(SB)
367 MOVL $0, 0x1003 // crash if newstack returns
asm_mips64x.s 233 // the top of a stack (for example, morestack calling newstack
263 // Call newstack on m->g0's stack.
267 // Create a stack frame on g0 to call newstack.
270 JAL runtime·newstack(SB)
272 // Not reached, but make sure the return PC from the call to newstack
asm_mipsx.s 234 // the top of a stack (for example, morestack calling newstack
264 // Call newstack on m->g0's stack.
268 // Create a stack frame on g0 to call newstack.
271 JAL runtime·newstack(SB)
273 // Not reached, but make sure the return PC from the call to newstack
proc.go 606 if _g_.m.locks == 0 && _g_.preempt { // restore the preemption request in Case we've cleared it in newstack
896 // newstack is doing a scan for us right now. Wait.
900 // The preemption handler (in newstack) does the actual scan.
    [all...]
asm_arm.s 380 // the top of a stack (for example, morestack calling newstack
413 // Call newstack on m->g0's stack.
419 BL runtime·newstack(SB)
421 // Not reached, but make sure the return PC from the call to newstack
asm_arm64.s 257 // the top of a stack (for example, morestack calling newstack
291 // Call newstack on m->g0's stack.
297 BL runtime·newstack(SB)
299 // Not reached, but make sure the return PC from the call to newstack

Completed in 854 milliseconds

1 2