HomeSort by relevance Sort by last modified time
    Searched refs:markobject (Results 1 - 3 of 3) sorted by null

  /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/chromium_org/third_party/skia/third_party/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...]

Completed in 301 milliseconds