Searched refs:set_hint_di (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp214 void set_hint_di(int di) { function in class:ciMethodData
H A DciMethodData.cpp49 // Set an initial hint. Don't use set_hint_di() because
70 // Set an initial hint. Don't use set_hint_di() because
178 set_hint_di(dp_to_di(data->dp()));
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp802 // Set an initial hint. Don't use set_hint_di() because
844 if (data->bci() == bci) set_hint_di(dp_to_di(data->dp()));
845 else if (prev != NULL) set_hint_di(dp_to_di(prev->dp()));
858 set_hint_di(dp_to_di(data->dp()));
H A DmethodDataOop.hpp1283 void set_hint_di(int di) {

Completed in 38 milliseconds