/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pickletools.py | 788 markobject = StackObject(
variable 807 This is used in conjuction with markobject, to represent all
808 of the stack following the topmost markobject. For example,
811 [..., markobject, stackslice]
816 markobject, POP_MARK gets rid of all of them (including the
817 topmost markobject too).
[all...] |
/external/python/cpython2/Lib/ |
pickletools.py | 788 markobject = StackObject( variable 807 This is used in conjunction with markobject, to represent all 808 of the stack following the topmost markobject. For example, 811 [..., markobject, stackslice] 816 markobject, POP_MARK gets rid of all of them (including the 817 topmost markobject too). [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pickletools.py | 788 markobject = StackObject( variable 807 This is used in conjuction with markobject, to represent all 808 of the stack following the topmost markobject. For example, 811 [..., markobject, stackslice] 816 markobject, POP_MARK gets rid of all of them (including the 817 topmost markobject too). [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pickletools.py | 788 markobject = StackObject( variable 807 This is used in conjuction with markobject, to represent all 808 of the stack following the topmost markobject. For example, 811 [..., markobject, stackslice] 816 markobject, POP_MARK gets rid of all of them (including the 817 topmost markobject too). [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickletools.py | 788 markobject = StackObject( variable 807 This is used in conjuction with markobject, to represent all 808 of the stack following the topmost markobject. For example, 811 [..., markobject, stackslice] 816 markobject, POP_MARK gets rid of all of them (including the 817 topmost markobject too). [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickletools.py | 788 markobject = StackObject( variable 807 This is used in conjuction with markobject, to represent all 808 of the stack following the topmost markobject. For example, 811 [..., markobject, stackslice] 816 markobject, POP_MARK gets rid of all of them (including the 817 topmost markobject too). [all...] |
/external/python/cpython3/Lib/ |
pickletools.py | 1042 markobject = StackObject( variable [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lgc.c | 78 #define markobject(g,t) { if ((t) && iswhite(obj2gco(t))) \ macro 124 markobject(g, rawtsvalue(o)); /* strings are `values', so are never weak */ 254 markobject(g, mt); 255 markobject(g, gco2u(o)->env); 304 markobject(g, g->mt[i]); 340 markobject(g, g->mainthread); 437 markobject(g, h->metatable); 461 markobject(g, f->source); 465 markobject(g, f->upvalues[i].name); 467 markobject(g, f->p[i]) [all...] |
/external/syslinux/com32/lua/src/ |
lgc.c | 78 #define markobject(g,t) { if ((t) && iswhite(obj2gco(t))) \ macro 124 markobject(g, rawtsvalue(o)); /* strings are `values', so are never weak */ 254 markobject(g, mt); 255 markobject(g, gco2u(o)->env); 304 markobject(g, g->mt[i]); 340 markobject(g, g->mainthread); 437 markobject(g, h->metatable); 461 markobject(g, f->source); 465 markobject(g, f->upvalues[i].name); 467 markobject(g, f->p[i]) [all...] |