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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp229 void do_getstatic() { function in class:SharkBlock
H A DsharkInliner.cpp125 bool do_getstatic() { function in class:SharkInlinerHelper
479 if (!do_getstatic())
H A DsharkBlock.cpp372 do_getstatic();
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp500 void do_getstatic() { do_field_access(true, false); } function in class:Parse
H A Dparse2.cpp1722 do_getstatic();
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp605 do_getstatic(str);
609 // ciTypeFlow::StateVector::do_getstatic
610 void ciTypeFlow::StateVector::do_getstatic(ciBytecodeStream* str) { function in class:ciTypeFlow::StateVector
692 // As in do_getstatic(), generally speaking, we need the return type to
702 // See do_getstatic() for similar explanation, as well as bug 4684993.
1208 case Bytecodes::_getstatic: do_getstatic(str); break;
H A DciTypeFlow.hpp368 void do_getstatic(ciBytecodeStream* str);

Completed in 57 milliseconds