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

/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java1088 * Adds an element to the set.
1090 * @param element element to add
1092 public void add(int element) { argument
1094 if (reg[i] == element) {
1100 reg[size] = element;
1106 * Searches the set for the element that has been added the most.
1107 * In the case of a tie, the element that was added first is returned.
1108 * Then, it clears the count on that element. The size of the set
1111 * @return element wit
[all...]
/dalvik/libdex/
H A DDexSwapVerify.cpp262 u4* element = &state->pDefinedClassBits[arrayIdx]; local
263 bool result = (*element & bit) != 0;
265 *element |= bit;

Completed in 118 milliseconds