Searched refs:hint_di (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp213 int hint_di() const { return _hint_di; } function in class:ciMethodData
215 assert(!out_of_bounds(di), "hint_di out of bounds");
222 int hint = hint_di();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1282 int hint_di() const { return _hint_di; }
1284 assert(!out_of_bounds(di), "hint_di out of bounds");
1291 int hint = hint_di();

Completed in 479 milliseconds