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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPerformer.java381 int[] newa = new int[olda.length + 1];
383 newa[i] = olda[i];
384 newa[newa.length - 1] = ix;
385 midi_ctrl_connections[c] = newa;
402 int[] newa = new int[olda.length + 1];
404 newa[i] = olda[i];
405 newa[newa.length - 1] = ix;
406 midi_connections[c] = newa;
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp518 address Relocation::old_addr_for(address newa, argument
520 int sect = dest->section_index_of(newa);
524 return ostart + (newa - nstart);
H A DrelocInfo.hpp810 address old_addr_for(address newa, const CodeBuffer* src, CodeBuffer* dest);

Completed in 39 milliseconds