Searched refs:element (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DAnnotationParser.java264 NameValuePair element = parseElement();
265 annotation.add(element);
279 * @return {@code non-null;} the parsed element
/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 170 milliseconds