Searched defs:used_bytes (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A Dthread.inline.hpp73 size_t used_bytes = tlab().used_bytes(); local
/openjdk9/hotspot/src/share/vm/memory/
H A Dmetaspace.hpp345 static size_t used_bytes(Metaspace::MetadataType mdtype) { function in class:MetaspaceAux
348 static size_t used_bytes() { function in class:MetaspaceAux
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DthreadLocalAllocBuffer.hpp123 size_t used_bytes() const { return pointer_delta(top(), start(), 1); } function in class:ThreadLocalAllocBuffer
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1CollectionSet.cpp269 size_t used_bytes = hr->used(); local

Completed in 54 milliseconds