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

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharpkw.swg 70 CSHARPKW(stackalloc);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 18 // live is the output of stackalloc.
78 // stackalloc allocates storage in the stack frame for
81 func stackalloc(f *Func, spillLive [][]ID) [][]ID { func
83 fmt.Println("before stackalloc")
90 s.stackalloc()
131 func (s *stackAllocState) stackalloc() { func
158 fmt.Printf("stackalloc %s to %s\n", v, loc)
221 fmt.Printf("stackalloc %s to %s\n", v, name)
258 fmt.Printf("stackalloc %s to %s\n", v, loc)
cache.go 23 // See stackalloc.go's {new,put}StackAllocState.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 18 // live is the output of stackalloc.
78 // stackalloc allocates storage in the stack frame for
81 func stackalloc(f *Func, spillLive [][]ID) [][]ID { func
83 fmt.Println("before stackalloc")
90 s.stackalloc()
131 func (s *stackAllocState) stackalloc() { func
158 fmt.Printf("stackalloc %s to %s\n", v, loc)
221 fmt.Printf("stackalloc %s to %s\n", v, name)
258 fmt.Printf("stackalloc %s to %s\n", v, loc)
cache.go 23 // See stackalloc.go's {new,put}StackAllocState.
  /prebuilts/go/darwin-x86/misc/cgo/test/
sigaltstack.go 36 // it was just removed from the buffer by stackalloc.
  /prebuilts/go/linux-x86/misc/cgo/test/
sigaltstack.go 36 // it was just removed from the buffer by stackalloc.
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 308 // stackalloc allocates an n byte stack.
310 // stackalloc must run on the system stack because it uses per-P
314 func stackalloc(n uint32) stack { func
315 // Stackalloc must be called on scheduler stack, so that we
316 // never try to grow the stack during the code that stackalloc runs.
320 throw("stackalloc not on scheduler stack")
326 print("stackalloc ", n, "\n")
333 throw("out of memory (stackalloc)")
840 new := stackalloc(uint32(newsize))
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 308 // stackalloc allocates an n byte stack.
310 // stackalloc must run on the system stack because it uses per-P
314 func stackalloc(n uint32) stack { func
315 // Stackalloc must be called on scheduler stack, so that we
316 // never try to grow the stack during the code that stackalloc runs.
320 throw("stackalloc not on scheduler stack")
326 print("stackalloc ", n, "\n")
333 throw("out of memory (stackalloc)")
840 new := stackalloc(uint32(newsize))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CSharp3Target.java 66 add("double"); add("lock"); add("stackalloc");
  /external/llvm/test/CodeGen/X86/
win-catchpad-varargs.ll 56 ; + 64 for stackalloc
  /external/skia/src/core/
SkScan_DAAPath.cpp 341 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc
346 SkArenaAlloc* alloc = isInitOnce ? record->fAlloc : &stackAlloc;
  /build/make/tools/droiddoc/templates-pdk/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /external/deqp/framework/delibs/coding_guidelines/
prettify.js 2 I=D+"alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",J=D+"boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",V=J+"as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /external/slf4j/slf4j-site/src/site/pages/js/
prettify.js 2 I=D+"alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",J=D+"boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",V=J+"as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /build/make/tools/droiddoc/templates-ndk/assets/js/
prettify.js 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
  /external/doclava/res/assets/templates-sdk/assets/js/
prettify.js 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
  /external/okhttp/website/static/
prettify.js 19 O=[N,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,internal,into,is,let,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var,virtual,where"],E=[E,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],P=[y,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
  /sdk/templates/docs/
prettify.js 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
  /dalvik/docs/
prettify.js 126 "stackalloc string select uint ulong unchecked unsafe ushort var ";
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
arm64.a 618 stackalloc.go? f?live??  ^stackValStatetyp? spill?needSlot isArgcinterfere? names? slotsusednArgSlotnNotNeednNamedSlot nReuse nAutonSelfInterfere+buildInterferenceGraph???computeLive????spillLive·2Hinit??????spillLive·3Hstackalloc???4`domblockstore?scrSparse  
    [all...]
mips.a 618 stackalloc.go? f?live??  ^stackValStatetyp? spill?needSlot isArgcinterfere? names? slotsusednArgSlotnNotNeednNamedSlot nReuse nAutonSelfInterfere+buildInterferenceGraph???computeLive????spillLive·2Hinit??????spillLive·3Hstackalloc???4`domblockstore?scrSparse  
    [all...]
mips64.a 619 stackalloc.go? f?live??  ^stackValStatetyp? spill?needSlot isArgcinterfere? names? slotsusednArgSlotnNotNeednNamedSlot nReuse nAutonSelfInterfere+buildInterferenceGraph???computeLive????spillLive·2Hinit??????spillLive·3Hstackalloc???4`domblockstore?scrSparse  
    [all...]
ppc64.a 618 stackalloc.go? f?live??  ^stackValStatetyp? spill?needSlot isArgcinterfere? names? slotsusednArgSlotnNotNeednNamedSlot nReuse nAutonSelfInterfere+buildInterferenceGraph???computeLive????spillLive·2Hinit??????spillLive·3Hstackalloc???4`domblockstore?scrSparse  
    [all...]

Completed in 897 milliseconds

1 2 3