Searched defs:total_count (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp94 static int total_count(GrowableArray<HistoEntry*>* profile) { function
122 int tot = total_count(profile);
164 int tot = total_count(profile);
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1093 size_t BinaryTreeDictionary<Chunk>::total_count() { function in class:BinaryTreeDictionary
H A DreferenceProcessor.cpp185 size_t ReferenceProcessor::total_count(DiscoveredList lists[]) { function in class:ReferenceProcessor
928 size_t total_list_count = total_count(refs_lists);
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp451 uint total_count = C->trap_count(reason); local
452 uint old_count = total_count;
453 total_count += md_count;
455 if (total_count < old_count || total_count < md_count)
456 total_count = (uint)-1;
457 C->set_trap_count(reason, total_count);
461 md_count, total_count);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp429 int total_count = 0; local
442 prefix_array->at_put_grow(total_count++, prefix_copy);
446 char** all_prefixes = NEW_RESOURCE_ARRAY(char*, total_count);
448 for (int i = 0; i < total_count; ++i) {
451 *count_ptr = total_count;
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1458 int total_count = 0; local
1466 for (frame fr = thread->last_frame(); max_depth != total_count;) {
1548 total_count++;

Completed in 64 milliseconds