HomeSort by relevance Sort by last modified time
    Searched full:markobject (Results 1 - 16 of 16) 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...]
pickle.py 102 MARK = '(' # push special markobject on stack
105 POP_MARK = '1' # discard stack top through topmost markobject
    [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...]
pickle.py 102 MARK = '(' # push special markobject on stack
105 POP_MARK = '1' # discard stack top through topmost markobject
    [all...]
  /dalvik/vm/alloc/
MarkSweep.cpp 133 static void markObject(const Object *obj, GcMarkContext *ctx)
228 markObject(ref, ctx);
239 markObject(ref, ctx);
256 markObject(obj, ctx);
269 markObject((const Object *)clazz->interfaces[i], ctx);
282 markObject((const Object *)obj->clazz, ctx);
285 markObject((const Object *)asClass->elementClass, ctx);
289 markObject((const Object *)asClass->super, ctx);
291 markObject((const Object *)asClass->classLoader, ctx);
308 markObject((const Object *)obj->clazz, ctx)
    [all...]
  /external/chromium_org/v8/src/
objects-visiting-inl.h 254 StaticVisitor::MarkObject(heap, code);
268 StaticVisitor::MarkObject(heap, object);
278 StaticVisitor::MarkObject(heap, cell);
291 StaticVisitor::MarkObject(heap, target);
311 StaticVisitor::MarkObject(heap, target);
322 StaticVisitor::MarkObject(heap, target);
474 StaticVisitor::MarkObject(heap, shared->map());
482 StaticVisitor::MarkObject(heap, function->shared()->code());
559 StaticVisitor::MarkObject(heap, HeapObject::cast(map->GetBackPointer()));
647 StaticVisitor::MarkObject(heap, inlined->shared()->code())
    [all...]
mark-compact-inl.h 55 void MarkCompactCollector::MarkObject(HeapObject* obj, MarkBit mark_bit) {
incremental-marking.cc 290 MarkObject(heap, obj);
299 MarkObject(heap, obj);
312 MarkObject(heap, obj);
318 INLINE(static void MarkObject(Heap* heap, Object* obj)) {
    [all...]
mark-compact.cc     [all...]
mark-compact.h 832 INLINE(void MarkObject(HeapObject* obj, MarkBit mark_bit));
  /external/v8/src/
incremental-marking.cc 175 MarkObject(target);
188 MarkObject(target);
198 MarkObject(target);
205 MarkObject(target);
218 MarkObject(obj);
227 MarkObject(obj);
234 INLINE(void MarkObject(Object* obj)) {
mark-compact-inl.h 55 void MarkCompactCollector::MarkObject(HeapObject* obj, MarkBit mark_bit) {
mark-compact.cc     [all...]
mark-compact.h 633 INLINE(void MarkObject(HeapObject* obj, MarkBit mark_bit));
  /art/runtime/gc/collector/
mark_sweep.h 229 void MarkObject(const mirror::Object* obj)
300 // Called in MarkObject, so may we may not hold the mutator lock.
mark_sweep.cc 510 inline void MarkSweep::MarkObject(const Object* obj) {
    [all...]

Completed in 223 milliseconds