Searched refs:cleared (Results 1 - 6 of 6) sorted by relevance

/dalvik/vm/alloc/
H A DMarkSweep.cpp678 /* Referent was cleared by the user during marking. */
727 * referent field is cleared.
824 * Pushes a list of cleared references out to the managed heap.
826 void dvmEnqueueClearedReferences(Object **cleared) argument
828 assert(cleared != NULL);
829 if (*cleared != NULL) {
835 Object *reference = *cleared;
837 *cleared = NULL;
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S1139 * translation cache subsequently cleared, we cannot return directly.
H A DCompilerTemplateAsm-armv5te-vfp.S1408 * translation cache subsequently cleared, we cannot return directly.
H A DCompilerTemplateAsm-armv7-a-neon.S1408 * translation cache subsequently cleared, we cannot return directly.
H A DCompilerTemplateAsm-armv7-a.S1408 * translation cache subsequently cleared, we cannot return directly.
H A DCompilerTemplateAsm-mips.S2525 * translation cache subsequently cleared, we cannot return directly.

Completed in 65 milliseconds