Home
last modified time | relevance | path

Searched refs:AssertionControl (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DGlobals.h43 typedef struct AssertionControl { struct
48 } AssertionControl; typedef
109 AssertionControl* assertionCtrl;
DInit.c475 AssertionControl* pCtrl = &gDvm.assertionCtrl[gDvm.assertionCtrlCount++]; in enableAssertions()
539 AssertionControl* pCtrl = gDvm.assertionCtrl; in dvmLateEnableAssertions()
680 (AssertionControl*) malloc(sizeof(AssertionControl) * argc); in dvmProcessOptions()
/dalvik/vm/native/
Djava_lang_Class.c44 const AssertionControl* pCtrl = &gDvm.assertionCtrl[i]; in Dalvik_java_lang_Class_desiredAssertionStatus()