Home
last modified time | relevance | path

Searched defs:stackalloc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dstackalloc.go74 func stackalloc(f *Func, spillLive [][]ID) [][]ID { func
124 func (s *stackAllocState) stackalloc() { func
/aosp_15_r20/external/flatbuffers/tests/keyword_test/keyword_test/
H A Dabc_generated.rs31 pub const stackalloc: Self = Self(2); constant
/aosp_15_r20/external/flatbuffers/tests/KeywordTest/
H A DABC.cs13 @stackalloc = 2, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstack.go336 func stackalloc(n uint32) stack { func
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c497 jump_list *stackalloc; member