HomeSort by relevance Sort by last modified time
    Searched full:morestack (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/
386.txt 9 // reflect trampolines intentionally omit arg size. Same for morestack.
10 runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame
11 runtime/asm_386.s: [386] morestack: use of 8(SP) points beyond argument frame
12 runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame
nacl_amd64p32.txt 3 // reflect trampolines intentionally omit arg size. Same for morestack.
4 runtime/asm_amd64p32.s: [amd64p32] morestack: use of 8(SP) points beyond argument frame
5 runtime/asm_amd64p32.s: [amd64p32] morestack: use of 16(SP) points beyond argument frame
6 runtime/asm_amd64p32.s: [amd64p32] morestack: use of 8(SP) points beyond argument frame
amd64.txt 7 // reflect trampolines intentionally omit arg size. Same for morestack.
8 runtime/asm_amd64.s: [amd64] morestack: use of 8(SP) points beyond argument frame
9 runtime/asm_amd64.s: [amd64] morestack: use of 16(SP) points beyond argument frame
10 runtime/asm_amd64.s: [amd64] morestack: use of 8(SP) points beyond argument frame
arm.txt 5 // reflect trampolines intentionally omit arg size. Same for morestack.
6 runtime/asm_arm.s: [arm] morestack: use of 4(R13) points beyond argument frame
  /prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/
386.txt 9 // reflect trampolines intentionally omit arg size. Same for morestack.
10 runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame
11 runtime/asm_386.s: [386] morestack: use of 8(SP) points beyond argument frame
12 runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame
nacl_amd64p32.txt 3 // reflect trampolines intentionally omit arg size. Same for morestack.
4 runtime/asm_amd64p32.s: [amd64p32] morestack: use of 8(SP) points beyond argument frame
5 runtime/asm_amd64p32.s: [amd64p32] morestack: use of 16(SP) points beyond argument frame
6 runtime/asm_amd64p32.s: [amd64p32] morestack: use of 8(SP) points beyond argument frame
amd64.txt 7 // reflect trampolines intentionally omit arg size. Same for morestack.
8 runtime/asm_amd64.s: [amd64] morestack: use of 8(SP) points beyond argument frame
9 runtime/asm_amd64.s: [amd64] morestack: use of 16(SP) points beyond argument frame
10 runtime/asm_amd64.s: [amd64] morestack: use of 8(SP) points beyond argument frame
arm.txt 5 // reflect trampolines intentionally omit arg size. Same for morestack.
6 runtime/asm_arm.s: [arm] morestack: use of 4(R13) points beyond argument frame
  /prebuilts/go/darwin-x86/test/
stack.go 45 // to f2. if the call to morestack in f1
48 // enough for the frame, and the morestack
  /prebuilts/go/linux-x86/test/
stack.go 45 // to f2. if the call to morestack in f1
48 // enough for the frame, and the morestack
  /external/swiftshader/third_party/LLVM/docs/
SegmentedStacks.html 19 <li><a href="#morestack">Allocating Stacklets</a></li>
43 <h3><a name="morestack">Allocating Stacklets</a></h3>
72 The section on <a href="#morestack">allocating stacklets</a> automatically assumes that every stack frame will be of fixed size. However, LLVM allows the use of the <code>llvm.alloca</code> intrinsic to allocate dynamically sized blocks of memory on the stack. When faced with such a variable-sized alloca, code is generated to
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 316 * support for morestack
321 // The traceback routines see morestack on a g0 as being
322 // the top of a stack (for example, morestack calling newstack
325 TEXT runtime·morestack(SB),NOSPLIT,$0-0
370 // morestack trampolines
373 JMP runtime·morestack(SB)
stack.go 23 always call morestack. The sequences are (for amd64, others are
34 CALL morestack(SB)
41 CALL morestack(SB)
45 CALL morestack(SB)
51 stack overflow (morestack).
55 a call to morestack. This sequence needs to fit in the bottom
56 section of the stack. On amd64, morestack's frame is 40 bytes, and
909 // Called from runtime·morestack when more stack is needed.
994 // The call to morestack cost a word.
    [all...]
asm_mips64x.s 225 * support for morestack
232 // The traceback routines see morestack on a g0 as being
233 // the top of a stack (for example, morestack calling newstack
236 TEXT runtime·morestack(SB),NOSPLIT,$-8-0
278 JMP runtime·morestack(SB)
asm_mipsx.s 226 * support for morestack
233 // The traceback routines see morestack on a g0 as being
234 // the top of a stack (for example, morestack calling newstack
237 TEXT runtime·morestack(SB),NOSPLIT,$-4-0
279 JMP runtime·morestack(SB)
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64p32.s 316 * support for morestack
321 // The traceback routines see morestack on a g0 as being
322 // the top of a stack (for example, morestack calling newstack
325 TEXT runtime·morestack(SB),NOSPLIT,$0-0
370 // morestack trampolines
373 JMP runtime·morestack(SB)
stack.go 23 always call morestack. The sequences are (for amd64, others are
34 CALL morestack(SB)
41 CALL morestack(SB)
45 CALL morestack(SB)
51 stack overflow (morestack).
55 a call to morestack. This sequence needs to fit in the bottom
56 section of the stack. On amd64, morestack's frame is 40 bytes, and
909 // Called from runtime·morestack when more stack is needed.
994 // The call to morestack cost a word.
    [all...]
asm_mips64x.s 225 * support for morestack
232 // The traceback routines see morestack on a g0 as being
233 // the top of a stack (for example, morestack calling newstack
236 TEXT runtime·morestack(SB),NOSPLIT,$-8-0
278 JMP runtime·morestack(SB)
asm_mipsx.s 226 * support for morestack
233 // The traceback routines see morestack on a g0 as being
234 // the top of a stack (for example, morestack calling newstack
237 TEXT runtime·morestack(SB),NOSPLIT,$-4-0
279 JMP runtime·morestack(SB)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
obj5.go 804 // BLS call-to-morestack
838 // BL runtime.morestack
842 morestack := "runtime.morestack"
845 morestack = "runtime.morestackc"
847 morestack = "runtime.morestack_noctxt"
849 call.To.Sym = c.ctxt.Lookup(morestack)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go 154 // BLS do-morestack
200 // BL runtime.morestack(SB)
204 morestack := "runtime.morestack"
207 morestack = "runtime.morestackc"
209 morestack = "runtime.morestack_noctxt"
211 call.To.Sym = c.ctxt.Lookup(morestack)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
obj5.go 804 // BLS call-to-morestack
838 // BL runtime.morestack
842 morestack := "runtime.morestack"
845 morestack = "runtime.morestackc"
847 morestack = "runtime.morestack_noctxt"
849 call.To.Sym = c.ctxt.Lookup(morestack)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
obj7.go 154 // BLS do-morestack
200 // BL runtime.morestack(SB)
204 morestack := "runtime.morestack"
207 morestack = "runtime.morestackc"
209 morestack = "runtime.morestack_noctxt"
211 call.To.Sym = c.ctxt.Lookup(morestack)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go 233 // TODO(minux): add morestack short-cuts with small fixed frame-size.
890 // BEQ label-of-call-to-morestack
963 morestacksym = c.ctxt.Lookup("runtime.morestack")
969 // the function. We need to preserve R2 across call to morestack.
985 // Avoid calling morestack via a PLT when dynamically linking. The
988 // frame. Unfortunately (and necessarily) morestack is called before
994 // relocation on the nop after the call to morestack) but at the time
999 // MOVD $runtime.morestack(SB), R12
1024 // BL runtime.morestack(SB)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
obj9.go 233 // TODO(minux): add morestack short-cuts with small fixed frame-size.
890 // BEQ label-of-call-to-morestack
963 morestacksym = c.ctxt.Lookup("runtime.morestack")
969 // the function. We need to preserve R2 across call to morestack.
985 // Avoid calling morestack via a PLT when dynamically linking. The
988 // frame. Unfortunately (and necessarily) morestack is called before
994 // relocation on the nop after the call to morestack) but at the time
999 // MOVD $runtime.morestack(SB), R12
1024 // BL runtime.morestack(SB)

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>