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

/openjdk10/hotspot/src/share/vm/oops/
H A Darray.hpp123 T* adr_at(const int i) { assert(i >= 0 && i< _length, "oob: 0 <= %d < %d", i, _length); return &_data[i]; } function in class:Array
/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp237 E* adr_at(int i) const { function in class:GrowableArray

Completed in 43 milliseconds