Lines Matching refs:gDvm
40 int fd = dvmGetFieldInt(obj, gDvm.offJavaIoFileDescriptor_descriptor);
148 clearAllocProfStateFields(&gDvm.allocProf, KIND_ALL_COUNTS);
175 allocProf = &gDvm.allocProf;
222 clearAllocProfStateFields(&gDvm.allocProf, kinds & 0xffff);
265 dvmThrowExceptionFmt(gDvm.exRuntimeException,
381 RETURN_BOOLEAN(gDvm.jdwpConfigured);
445 memcpy(storage, gDvm.executedInstrCounts, length * sizeof(int));
460 memset(gDvm.executedInstrCounts, 0, kNumPackedOpcodes * sizeof(int));
749 gDvm.nativeDebuggerActive = true;
753 gDvm.nativeDebuggerActive = false;