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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCLoadInstruction.java32 final protected Register[] loadDestinations; field in class:SPARCLoadInstruction
39 loadDestinations = new Register[2];
40 loadDestinations[0] = register;
41 loadDestinations[1] = register2;
44 loadDestinations = new Register[1];
45 loadDestinations[0] = register;
60 return loadDestinations;

Completed in 68 milliseconds