Searched defs:total_size (Results 1 - 17 of 17) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DpreservedMarks.inline.hpp53 volatile size_t total_size = 0; local
H A DcopyFailedInfo.hpp62 size_t total_size() const { return _total_size; } function in class:CopyFailedInfo
H A Dtaskqueue.hpp213 static const uint total_size() { return N; } function in class:TaskQueueSuper
/openjdk10/hotspot/src/share/vm/memory/
H A Dpadded.inline.hpp62 size_t total_size = table_size + rows * row_size + alignment; local
H A Dmetaspace.cpp309 size_t total_size() const { function
H A DguardedMemory.hpp292 size_t total_size = sizeof(GuardHeader) + user_size + sizeof(Guard); local
H A DbinaryTreeDictionary.hpp249 size_t total_size() const { return _total_size; } function in class:BinaryTreeDictionary
H A Dfilemap.cpp505 size_t total_size = 0; local
H A DbinaryTreeDictionary.cpp1222 size_t total_size = total_chunk_size(debug_only(NULL)); local
H A DmetaspaceShared.cpp356 address MetaspaceShared::cds_i2i_entry_code_buffers(size_t total_size) { argument
1412 print_heap_region_stats(GrowableArray<MemRegion> *heap_mem, const char *name, const size_t total_size) argument
/openjdk10/hotspot/src/share/vm/runtime/
H A Djava.cpp120 int total_size = 0; local
/openjdk10/hotspot/src/share/vm/ci/
H A DciMethodData.cpp147 int total_size = _data_size + _extra_data_size; local
/openjdk10/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp643 int total_size = 0; local
/openjdk10/hotspot/src/share/vm/code/
H A DcodeCache.cpp70 int total_size; member in class:CodeBlob_sizes
153 size_t total_size = non_nmethod_size + profiled_size + non_profiled_size; local
[all...]
H A Dnmethod.cpp98 int total_size; member in struct:java_nmethod_stats_struct
381 int nmethod::total_size() const { function in class:nmethod
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp747 int total_size = align_up(_code_size, buffer.insts()->alignment()) + align_up(_constants_size, buffer.consts()->alignment()) + align_up(stubs_size, buffer.stubs()->alignment()); local
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DcompactibleFreeListSpace.cpp518 size_t total_size = totalSizeInIndexedFreeLists() + local
528 size_t total_size = totalSizeInIndexedFreeLists(); local

Completed in 191 milliseconds