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

/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.cpp85 void ResourceArray::remove_at(size_t esize, int i) { function in class:ResourceArray
94 template <MEMFLAGS F> void CHeapArray<F>::remove_at(size_t esize, int i) { function in class:CHeapArray
H A DgrowableArray.hpp311 void remove_at(int index) { function in class:GrowableArray
/openjdk7/hotspot/src/share/vm/services/
H A DmemPtrArray.hpp56 virtual bool remove_at(int pos) = 0;
129 _array->remove_at(_pos);
233 bool remove_at(int pos) { function in class:MemPointerArrayImpl
H A DmemRecorder.hpp100 virtual bool remove_at(int pos) { function in class:FixedSizeMemPointerArray
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1925 void remove_at(int i) { _operations.remove_at(i); } function in class:LIR_List

Completed in 1867 milliseconds