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

/dalvik/vm/oo/
H A DClass.cpp3513 InstField swap; local
3515 LOGVV(" --- swap '%s' and '%s'", pOne->name, pTwo->name);
3516 swap = *pOne;
3518 *pTwo = swap;
3648 * swap into it.

Completed in 12 milliseconds