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

1 2

  /prebuilts/go/darwin-x86/src/runtime/
rdebug.go 11 out = int(maxstacksize)
12 maxstacksize = uintptr(in)
stack.go 500 var maxstacksize uintptr = 1 << 20 // enough until runtime.main sets it for real var
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
rdebug.go 11 out = int(maxstacksize)
12 maxstacksize = uintptr(in)
stack.go 500 var maxstacksize uintptr = 1 << 20 // enough until runtime.main sets it for real var
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldump.c 145 DumpChar(f->maxstacksize,D);
lfunc.c 125 f->maxstacksize = 0;
lundump.c 177 f->maxstacksize=LoadByte(S);
ldo.c 263 luaD_checkstack(L, p->maxstacksize); /* check again for new 'base' */
329 luaD_checkstack(L, p->maxstacksize);
344 ci->top = base + p->maxstacksize;
luac.c 393 S(f->maxstacksize),S(f->sizeupvalues));
lcode.c 263 if (newstack > fs->f->maxstacksize) {
266 fs->f->maxstacksize = cast_byte(newstack);
lobject.h 488 lu_byte maxstacksize; /* maximum stack used by this function */ member in struct:Proto
  /external/skia/third_party/lua/src/
ldump.c 145 DumpChar(f->maxstacksize,D);
lfunc.c 125 f->maxstacksize = 0;
lundump.c 177 f->maxstacksize=LoadByte(S);
luac.c 393 S(f->maxstacksize),S(f->sizeupvalues));
lcode.c 263 if (newstack > fs->f->maxstacksize) {
266 fs->f->maxstacksize = cast_byte(newstack);
ldo.c 327 luaD_checkstack(L, p->maxstacksize);
337 ci->top = base + p->maxstacksize;
lobject.h 488 lu_byte maxstacksize; /* maximum stack used by this function */ member in struct:Proto
  /external/syslinux/com32/lua/src/
ldump.c 145 DumpChar(f->maxstacksize,D);
lfunc.c 125 f->maxstacksize = 0;
lundump.c 177 f->maxstacksize=LoadByte(S);
ldo.c 263 luaD_checkstack(L, p->maxstacksize); /* check again for new 'base' */
329 luaD_checkstack(L, p->maxstacksize);
344 ci->top = base + p->maxstacksize;
luac.c 393 S(f->maxstacksize),S(f->sizeupvalues));
lcode.c 263 if (newstack > fs->f->maxstacksize) {
266 fs->f->maxstacksize = cast_byte(newstack);
lobject.h 488 lu_byte maxstacksize; /* maximum stack used by this function */ member in struct:Proto

Completed in 1903 milliseconds

1 2