Searched refs:assertionCtrl (Results 1 – 3 of 3) sorted by relevance
465 AssertionControl* pCtrl = &gDvm.assertionCtrl[gDvm.assertionCtrlCount++]; in enableAssertions()519 if (gDvm.assertionCtrl == NULL) { in dvmLateEnableAssertions()529 AssertionControl* pCtrl = gDvm.assertionCtrl; in dvmLateEnableAssertions()546 free(gDvm.assertionCtrl[i].pkgOrClass); in freeAssertionCtrl()547 free(gDvm.assertionCtrl); in freeAssertionCtrl()666 assert(gDvm.assertionCtrl == NULL); in processOptions()668 gDvm.assertionCtrl = in processOptions()670 if (gDvm.assertionCtrl == NULL) in processOptions()
153 AssertionControl* assertionCtrl; member
44 const AssertionControl* pCtrl = &gDvm.assertionCtrl[i]; in Dalvik_java_lang_Class_desiredAssertionStatus()