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

/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp127 static bool is_entry_point(address pc); // is pc a vtable stub entry point?
H A DvtableStubs.cpp162 bool VtableStubs::is_entry_point(address pc) { function in class:VtableStubs
H A DcompiledIC.cpp184 return VtableStubs::is_entry_point(ic_destination());

Completed in 743 milliseconds