Home | History | Annotate | Download | only in compiler

Lines Matching refs:gDvmJit

287         dvmHashTableLookup(gDvmJit.methodStatsTable,
299 dvmHashTableLookup(gDvmJit.methodStatsTable, hashValue,
396 dvmHashTableLookup(gDvmJit.methodTable, hashValue,
403 gDvmJit.includeSelectedMethod ? "white" : "black");
1556 if (cUnit->printMe || gDvmJit.receivedSIGUSR2) {
1577 if (cUnit->printMe || gDvmJit.receivedSIGUSR2) {
1615 if (gDvmJit.classTable == NULL) {
1619 HashTable* pTab = gDvmJit.classTable;
1668 if (info->cacheVersion != gDvmJit.cacheVersion) {
1684 cUnit.printMe = gDvmJit.printMe;
1701 if (gDvmJit.classTable) {
1703 if (gDvmJit.classTable && gDvmJit.includeSelectedMethod != classFound) {
1707 if (gDvmJit.methodTable) {
1723 dvmHashTableLookup(gDvmJit.methodTable, hashValue,
1732 dvmHashTableLookup(gDvmJit.methodTable, hashValue,
1740 dvmHashTableLookup(gDvmJit.methodTable, hashValue,
1749 if (methodFound == false && gDvmJit.checkCallGraph == true) {
1767 if (gDvmJit.methodTable && gDvmJit.includeSelectedMethod != methodFound) {
1777 if (gDvmJit.includeSelectedMethod == true) {
1784 bool includeOffset = (gDvmJit.num_entries_pcTable < 2);
1785 for (int pcOff = 0; pcOff < gDvmJit.num_entries_pcTable; ) {
1786 if (pcOff+1 >= gDvmJit.num_entries_pcTable) {
1789 if (curOffset >= gDvmJit.pcTable[pcOff] && curOffset <= gDvmJit.pcTable[pcOff+1]) {
2098 if (cUnit.hasInvoke && !(gDvmJit.disableOpt & (1 << kMethodInlining))) {