Searched defs:reference (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DMarkSweep.cpp301 * specialized to a reference type, scans the array data as well.
363 * Adds a reference to the tail of a circular queue of references.
381 * Removes the reference at the head of a circular queue of
451 * Scans an object reference. Determines the type of the reference
631 static void clearReference(Object *reference) argument
634 dvmSetFieldObject(reference, offset, NULL);
638 * Returns true if the reference was registered with a reference queue
641 static bool isEnqueuable(const Object *reference) argument
836 Object *reference = *cleared; local
[all...]

Completed in 146 milliseconds