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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp230 int first_di() { return 0; } function in class:ciMethodData
266 ciProfileData* first_data() { return data_at(first_di()); }
H A DciMethodData.cpp50 // first_di() may be out of bounds if data_size is 0.
51 _hint_di = first_di();
71 // first_di() may be out of bounds if data_size is 0.
72 _hint_di = first_di();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1298 int first_di() { return 0; }
1430 ProfileData* first_data() { return data_at(first_di()); }
H A DmethodDataOop.cpp803 // first_di() may be out of bounds if data_size is 0.
806 _hint_di = first_di();

Completed in 45 milliseconds