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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp98 int get_count() { 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);
279 jvmtiError err = env->Allocate(closure.get_count() * sizeof(jclass),
285 *classCountPtr = closure.get_count();
319 jvmtiError err = env->Allocate(closure.get_count() * sizeof(jclass),
325 *classCountPtr = closure.get_count();
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2699 int get_count() {return _numa_used_node_count;} function in class:NUMANodeListHolder
2763 tty->print("NUMA UsedNodeCount=%d, namely ", numa_node_list_holder.get_count());
2764 for (int i = 0; i < numa_node_list_holder.get_count(); i++) {
2858 assert(numa_node_list_holder.get_count() > 0, "Multiple NUMA nodes expected");
2859 DWORD node = numa_node_list_holder.get_node_list_entry(count % numa_node_list_holder.get_count());
3271 size_t os::numa_get_groups_num() { return MAX2(numa_node_list_holder.get_count(), 1); }
3274 if (numa_node_list_holder.get_count() == 0 && size > 0) {

Completed in 102 milliseconds