Searched refs:size_in_bytes (Results 1 - 25 of 71) sorted by relevance

123

/openjdk10/hotspot/src/share/vm/runtime/
H A Dhandles.inline.hpp83 assert(area->size_in_bytes() > size_in_bytes(), "Sanity check");
84 area->set_size_in_bytes(size_in_bytes());
87 assert(area->size_in_bytes() == size_in_bytes(), "Sanity check");
H A Dmemprofiler.cpp110 size_t handles_memory_usage = VMThread::vm_thread()->handle_area()->size_in_bytes();
111 size_t resource_memory_usage = VMThread::vm_thread()->resource_area()->size_in_bytes();
114 handles_memory_usage += cur->handle_area()->size_in_bytes();
115 resource_memory_usage += cur->resource_area()->size_in_bytes();
H A Dhandles.cpp155 assert(area->size_in_bytes() > size_in_bytes(), "Sanity check");
156 area->set_size_in_bytes(size_in_bytes());
159 assert(area->size_in_bytes() == size_in_bytes(), "Sanity check");
H A DstubCodeGenerator.hpp88 int size_in_bytes() const { return _end - _begin; } function in class:StubCodeDesc
H A DstubCodeGenerator.cpp63 st->print(" [" INTPTR_FORMAT ", " INTPTR_FORMAT "[ (%d bytes)", p2i(begin()), p2i(end()), size_in_bytes());
H A Dhandles.hpp255 size_t size_in_bytes() const { return _size_in_bytes; } function in class:HandleMark
/openjdk10/hotspot/src/share/vm/memory/
H A DresourceArea.hpp96 _size_in_bytes = _area->size_in_bytes();
142 assert(_area->size_in_bytes() > size_in_bytes(), "Sanity check");
143 _area->set_size_in_bytes(size_in_bytes());
146 assert(_area->size_in_bytes() == size_in_bytes(), "Sanity check");
170 size_t size_in_bytes() { return _size_in_bytes; } function in class:ResourceMark
214 _size_in_bytes = _area->size_in_bytes();
234 _size_in_bytes = _area->size_in_bytes();
245 assert(_area->size_in_bytes() > size_in_byte
268 size_t size_in_bytes() { return _size_in_bytes; }; function in class:DeoptResourceMark
[all...]
H A Darena.cpp277 size_t size = size_in_bytes();
342 long delta = (long)(size - size_in_bytes());
379 set_size_in_bytes(size_in_bytes() + len);
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DadjoiningVirtualSpaces.hpp95 bool adjust_boundary_up(size_t size_in_bytes);
97 bool adjust_boundary_down(size_t size_in_bytes);
H A DpsGCAdaptivePolicyCounters.hpp80 inline void update_old_capacity(size_t size_in_bytes) { argument
81 _old_capacity->set_value(size_in_bytes);
89 inline void update_boundary_moved(int size_in_bytes) { argument
90 _boundary_moved->set_value(size_in_bytes);
H A DgcAdaptivePolicyCounters.hpp177 inline void update_young_capacity(size_t size_in_bytes) { argument
178 _young_capacity_counter->set_value(size_in_bytes);
/openjdk10/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp118 int size_in_bytes() const { return align_up(_length * (int)sizeof(HandlerTableEntry), oopSize); } function in class:VALUE_OBJ_CLASS_SPEC
159 int size_in_bytes() const { return len() == 0 ? 0 : ((2 * len() + 1) * sizeof(implicit_null_entry)); } function in class:VALUE_OBJ_CLASS_SPEC
H A DexceptionHandlerTable.cpp102 assert(size_in_bytes() == cm->handler_table_size(), "size of space allocated in compiled method incorrect");
107 memmove(addr, _table, size_in_bytes());
134 tty->print_cr("ExceptionHandlerTable (size = %d bytes)", size_in_bytes());
206 assert(size_in_bytes() <= nm->nul_chk_table_size(), "size of space allocated in nmethod incorrect");
210 assert(size_in_bytes() <= nm->nul_chk_table_size(), "size of space allocated in nmethod incorrect");
220 assert(size_in_bytes() == 0, "bad size");
/openjdk10/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.hpp152 bool is_arg_modified(int arg, int offset, int size_in_bytes);
153 void set_arg_modified(int arg, int offset, int size_in_bytes);
H A DciField.hpp107 int size_in_bytes() { return type2aelembytes(layout_type()); } function in class:ciField
/openjdk10/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp153 julong size_in_bytes = (juint)length; local
154 size_in_bytes <<= element_shift;
155 size_in_bytes += instance_header_size;
156 julong size_in_words = ((size_in_bytes + (HeapWordSize-1)) >> LogHeapWordSize);
H A DcpCache.hpp369 static ByteSize size_in_bytes() { return in_ByteSize(sizeof(ConstantPoolCacheEntry)); } function in class:VALUE_OBJ_CLASS_SPEC
505 return (base_offset() + ConstantPoolCacheEntry::size_in_bytes() * index);
/openjdk10/hotspot/src/share/vm/adlc/
H A Darena.cpp75 set_size_in_bytes(a->size_in_bytes());
103 set_size_in_bytes(size_in_bytes() + len);
H A Darena.hpp158 size_t size_in_bytes() const { return _size_in_bytes; } function in class:Arena
/openjdk10/hotspot/src/cpu/s390/vm/
H A DvtableStubs_s390.cpp87 vtable_index * vtableEntry::size_in_bytes();
97 padding_bytes += __ load_const_size() - __ load_const_optimized_rtn_len(vtable_idx, vtable_index*vtableEntry::size_in_bytes(), true);
191 __ z_sllg(vtable_len, vtable_len, exact_log2(vtableEntry::size_in_bytes()));
/openjdk10/hotspot/src/cpu/arm/vm/
H A DvtableStubs_arm.cpp68 int entry_offset = in_bytes(Klass::vtable_start_offset()) + vtable_index * vtableEntry::size_in_bytes();
128 const int scale = exact_log2(vtableEntry::size_in_bytes());
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DvtableStubs_ppc_64.cpp83 int entry_offset = in_bytes(Klass::vtable_start_offset()) + vtable_index*vtableEntry::size_in_bytes();
167 __ slwi(vtable_len, vtable_len, exact_log2(vtableEntry::size_in_bytes()));
H A Dc1_MacroAssembler_ppc.cpp206 RegisterOrConstant size_in_bytes = var_size_in_bytes->is_valid() local
209 incr_allocated_bytes(size_in_bytes, t1, t2);
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1StringDedupTable.cpp379 uintx size_in_bytes = value->size() * HeapWordSize; local
380 stat.inc_new(size_in_bytes);
391 stat.inc_deduped_young(size_in_bytes);
393 stat.inc_deduped_old(size_in_bytes);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp171 RegisterOrConstant size_in_bytes = var_size_in_bytes->is_valid() local
177 incr_allocated_bytes(size_in_bytes, t1, t2);

Completed in 210 milliseconds

123