Searched defs:where (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DPointerSet.cpp185 int where; local
187 if (!dvmPointerSetHas(pSet, ptr, &where))
190 if (where != pSet->count-1) {
192 memmove(&pSet->list[where], &pSet->list[where+1],
193 (pSet->count-1 - where) * sizeof(pSet->list[0]));
/dalvik/vm/compiler/codegen/x86/libenc/
H A Ddec_base.cpp69 Inst::PrefGroups where; local
83 where = Inst::Group1;
95 where = Inst::Group2;
109 where = Inst::Group3;
114 where = Inst::Group4;
124 if (InstPrefix_Null != pinst->pref[where]) //only one prefix in each group
127 pinst->pref[where] = (InstPrefix)by1;

Completed in 453 milliseconds