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

/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp108 macro(ConvI2L)
H A Dtype.hpp1347 #define ConvI2X(x) ConvI2L(x)
1394 #define ConvX2L(x) ConvI2L(x)
H A DgraphKit.hpp340 Node* ConvI2L(Node* offset);
H A Dstringopts.cpp1253 c = __ ConvI2L(c);
H A DgraphKit.cpp1115 Node* GraphKit::ConvI2L(Node* offset) { function in class:GraphKit
1612 // can often be excluded, if we annotate the ConvI2L node with

Completed in 55 milliseconds