Searched defs:set_count (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp47 inline void ObjectMonitor::set_count(intptr_t count) { function in class:ObjectMonitor
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.hpp60 void set_count(long ct) { _instance_count = ct; } function in class:KlassInfoEntry
H A DfreeList.hpp77 void set_count(ssize_t v) { _count = v;} function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp102 void set_count(int value) { function in class:JvmtiGetLoadedClassesClosure
173 that->set_count(that->get_count() + 1);
177 that->set_count(that->get_count() + 1);
185 that->set_count(that->get_count() + 1);
193 that->set_count(that->get_count() + 1);
235 that->set_count(that->get_count() + 1);
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp282 void set_count(float x) { _count = x; } function in class:WarmCallInfo
H A Dparse.hpp183 void set_count( uint x ) { _count = x; } function in class:Parse::Block
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp77 void set_count(julong count) { _precount = count - _position; } function in class:outputStream
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp75 static void set_count( oop string, int count) { function in class:java_lang_String
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp126 void set_count(uint count) { _count = count; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 394 milliseconds