Searched refs:classLibcoreReflectAnnotationFactory (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DGlobals.h273 ClassObject* classLibcoreReflectAnnotationFactory; member in struct:DvmGlobals
H A DInitRefs.cpp135 { &gDvm.classLibcoreReflectAnnotationFactory, "Llibcore/reflect/AnnotationFactory;" },
/dalvik/vm/reflect/
H A DAnnotation.cpp833 if (!dvmIsClassInitialized(gDvm.classLibcoreReflectAnnotationFactory))
834 dvmInitClass(gDvm.classLibcoreReflectAnnotationFactory);
907 if (!dvmIsClassInitialized(gDvm.classLibcoreReflectAnnotationFactory))
908 dvmInitClass(gDvm.classLibcoreReflectAnnotationFactory);

Completed in 83 milliseconds