Searched refs:set_index (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp118 void set_index(int value) { function in class:JvmtiGetLoadedClassesClosure
204 that->set_index(that->get_index() + 1);
210 that->set_index(that->get_index() + 1);
222 that->set_index(that->get_index() + 1);
247 that->set_index(that->get_index() + 1);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.hpp159 void set_index(size_t i) { _index = i; } function in class:BufferNode
H A DptrQueue.cpp236 cbn->set_index(index);
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp144 void set_index(size_t index) { _index = index; } function in class:GCStatInfo
H A DmemoryManager.cpp231 _current_gc_stat->set_index(_num_collections+1);
330 dest->set_index(_last_gc_stat->gc_index());
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp671 void set_index(int index) { function in class:PackageInfo
809 pp->set_index(classpath_index);
826 pp->set_index(classpath_index);
/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp501 _stack.set_index(idx + 1);
541 _stack.set_index(idx + 1);
H A Dnode.hpp1459 void set_index(uint i) { function in class:Node_Stack
H A DphaseX.cpp1168 _stack.set_index(PROCESS_OUTPUTS);
H A Dmatcher.cpp972 set_index((uint)ns);
H A Dloopnode.cpp3726 stk.set_index(idx + 1);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp920 x->set_index(index);
H A Dc1_Instruction.hpp2165 void set_index(Value index) { _index = index; }

Completed in 122 milliseconds