Searched refs:assertionCtrl (Results 1 – 3 of 3) sorted by relevance
475 AssertionControl* pCtrl = &gDvm.assertionCtrl[gDvm.assertionCtrlCount++]; in enableAssertions()529 if (gDvm.assertionCtrl == NULL) { in dvmLateEnableAssertions()539 AssertionControl* pCtrl = gDvm.assertionCtrl; in dvmLateEnableAssertions()556 free(gDvm.assertionCtrl[i].pkgOrClass); in freeAssertionCtrl()557 free(gDvm.assertionCtrl); in freeAssertionCtrl()792 assert(gDvm.assertionCtrl == NULL); in processOptions()794 gDvm.assertionCtrl = in processOptions()796 if (gDvm.assertionCtrl == NULL) in processOptions()
157 AssertionControl* assertionCtrl; member
44 const AssertionControl* pCtrl = &gDvm.assertionCtrl[i]; in Dalvik_java_lang_Class_desiredAssertionStatus()