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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.hpp98 bool has_vtable_index() const { return _vtable_index >= 0; } function in class:CallInfo
103 assert(has_vtable_index() || is_statically_bound(), "");

Completed in 29 milliseconds