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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp333 u2 entry_count = length / instanceKlass::inner_class_next_offset; local
334 u4 size = 2 + entry_count * (2+2+2+2);
338 write_u2(entry_count);
H A DjvmtiTagMap.cpp295 int entry_count() const { return _entry_count; } function in class:JvmtiTagHashmap
326 if (trace_threshold() > 0 && entry_count() >= trace_threshold()) {
333 if (entry_count() > resize_threshold() && is_resizing_enabled()) {
397 entry_count()*sizeof(JvmtiTagHashmapEntry))/K;
401 entry_count(), hashmap_usage, weak_globals_usage);
520 return hashmap()->entry_count() == 0;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp85 int entry_count() { return _entry_count; } function in class:ValueMap
92 // if entry_count > size_threshold, the size of the hash table is increased
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c1322 jint entry_count,
1335 thread_serial_num, entry_count);
1321 io_write_monitor_dump_state(char *sig, SerialNumber thread_serial_num, jint entry_count, SerialNumber *waiters, jint waiter_count, SerialNumber *notify_waiters, jint notify_waiter_count) argument
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h611 jint entry_count; member in struct:_jvmtiMonitorUsage

Completed in 61 milliseconds