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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp43 end_pos = 60 enumerator in enum:InstructionPrinter::LayoutConstants
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2913 const Register end_pos = temp2; // scratch local
2916 __ add(length, src_pos, end_pos); // src_pos + length
2918 __ cmp(end_pos, array_length);
2922 __ delayed()->add(length, dst_pos, end_pos); // dst_pos + length
2924 __ cmp(end_pos, array_length);

Completed in 38 milliseconds