Searched refs:remove_at (Results 1 - 19 of 19) 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 Darray.hpp73 void remove_at(size_t esize, int i); // remove the element in slot i
107 void remove_at(size_t esize, int i); // remove the element in slot i
121 void base_remove_at(size_t size, int i) { base_class::remove_at(size, i); } \
231 void remove_at(int i) { base_remove_at(esize, i); } \
232 void remove(etype x) { remove_at(index_of(x)); } \
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/runtime/
H A DunhandledOops.cpp111 _oop_list->remove_at(i);
H A Ddeoptimization.cpp313 list->remove_at(i);
H A Dthread.cpp1593 deferred->remove_at(0);
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp167 ik->previous_versions()->remove_at(i);
177 ik->previous_versions()->remove_at(i);
199 method_refs->remove_at(j);
209 method_refs->remove_at(j);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp567 sux->_predecessors.remove_at(index);
569 from->_successors.remove_at(s);
641 list.remove_at(i);
660 _successors.remove_at(idx);
673 _predecessors.remove_at(idx);
H A Dc1_LinearScan.cpp3458 _work_list.remove_at(0);
3897 _mapping_from.remove_at(i);
3898 _mapping_from_opr.remove_at(i);
3899 _mapping_to.remove_at(i);
5845 instructions->remove_at(idx);
6052 code->remove_at(index);
H A Dc1_LIR.hpp1925 void remove_at(int i) { _operations.remove_at(i); } function in class:LIR_List
H A Dc1_GraphBuilder.cpp646 _newobjects.remove_at(index);
650 _fields.remove_at(index);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp82 _pops->remove_at(index);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2630 _previous_versions->remove_at(i);
2640 _previous_versions->remove_at(i);
2656 method_refs->remove_at(j);
2668 method_refs->remove_at(j);
2703 _previous_versions->remove_at(j);
2713 _previous_versions->remove_at(j);
2738 method_refs->remove_at(k);
2748 method_refs->remove_at(k);
2763 method_refs->remove_at(k);
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1611 _prev_methods->remove_at(i);
1621 _prev_methods->remove_at(i);
/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp630 concats.remove_at(o);
633 concats.remove_at(c);
H A Dsuperword.cpp988 _packset.remove_at(i);
1940 _packset.remove_at(pos);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp262 lgrp_spaces()->remove_at(i);

Completed in 1557 milliseconds