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

12

/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.hpp103 _size_in_bytes = _area->size_in_bytes();
133 assert(_area->size_in_bytes() > size_in_bytes(), "Sanity check");
134 _area->set_size_in_bytes(size_in_bytes());
137 assert(_area->size_in_bytes() == size_in_bytes(), "Sanity check");
156 size_t size_in_bytes() { return _size_in_bytes; } function in class:ResourceMark
200 _size_in_bytes = _area->size_in_bytes();
220 _size_in_bytes = _area->size_in_bytes();
231 assert(_area->size_in_bytes() > size_in_byte
254 size_t size_in_bytes() { return _size_in_bytes; }; function in class:DeoptResourceMark
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.inline.hpp84 assert(area->size_in_bytes() > size_in_bytes(), "Sanity check");
85 area->set_size_in_bytes(size_in_bytes());
88 assert(area->size_in_bytes() == size_in_bytes(), "Sanity check");
H A Dmemprofiler.cpp122 size_t handles_memory_usage = VMThread::vm_thread()->handle_area()->size_in_bytes();
123 size_t resource_memory_usage = VMThread::vm_thread()->resource_area()->size_in_bytes();
126 handles_memory_usage += cur->handle_area()->size_in_bytes();
127 resource_memory_usage += cur->resource_area()->size_in_bytes();
H A Dhandles.cpp158 assert(area->size_in_bytes() > size_in_bytes(), "Sanity check");
159 area->set_size_in_bytes(size_in_bytes());
162 assert(area->size_in_bytes() == size_in_bytes(), "Sanity check");
H A DstubCodeGenerator.hpp86 int size_in_bytes() const { return _end - _begin; } function in class:StubCodeDesc
H A DstubCodeGenerator.cpp78 st->print(" [" INTPTR_FORMAT ", " INTPTR_FORMAT "[ (%d bytes)", begin(), end(), size_in_bytes());
H A Dhandles.hpp322 size_t size_in_bytes() const { return _size_in_bytes; } function in class:HandleMark
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
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);
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp165 julong size_in_bytes = length; local
166 size_in_bytes <<= element_shift;
167 size_in_bytes += instance_header_size;
168 julong size_in_words = ((size_in_bytes + (HeapWordSize-1)) >> LogHeapWordSize);
H A DmethodDataOop.cpp583 int size_in_bytes = compute_data_size(&stream); local
584 data_size += size_in_bytes;
585 if (size_in_bytes == 0) empty_bc_count += 1;
730 int next_index = current_index + current->size_in_bytes();
781 int size_in_bytes = initialize_data(&stream, data_size); local
782 data_size += size_in_bytes;
783 if (size_in_bytes == 0) empty_bc_count += 1;
H A Doop.inline.hpp458 size_t size_in_bytes; local
470 size_in_bytes = (size_t) array_length;
471 size_in_bytes = size_in_bytes << Klass::layout_helper_log2_element_size(lh);
474 size_in_bytes = array_length << Klass::layout_helper_log2_element_size(lh);
476 size_in_bytes += Klass::layout_helper_header_size(lh);
482 s = (int)((size_t)round_to(size_in_bytes, MinObjAlignmentInBytes) /
H A DcpCacheOop.hpp338 static ByteSize size_in_bytes() { return in_ByteSize(sizeof(ConstantPoolCacheEntry)); } function in class:VALUE_OBJ_CLASS_SPEC
485 return (base_offset() + ConstantPoolCacheEntry::size_in_bytes() * index);
/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp117 int size_in_bytes() const { return round_to(_length * sizeof(HandlerTableEntry), oopSize); } function in class:VALUE_OBJ_CLASS_SPEC
157 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() == nm->handler_table_size(), "size of space allocated in nmethod incorrect");
103 memmove(nm->handler_table_begin(), _table, size_in_bytes());
131 tty->print_cr("ExceptionHandlerTable (size = %d bytes)", size_in_bytes());
203 assert(size_in_bytes() <= nm->nul_chk_table_size(), "size of space allocated in nmethod incorrect");
207 assert(size_in_bytes() <= nm->nul_chk_table_size(), "size of space allocated in nmethod incorrect");
217 assert(size_in_bytes() == 0, "bad size");
H A Ddependencies.hpp360 size_t size_in_bytes() { function in class:Dependencies
450 initial_asserts(deps->size_in_bytes());
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.hpp150 bool is_arg_modified(int arg, int offset, int size_in_bytes);
151 void set_arg_modified(int arg, int offset, int size_in_bytes);
H A DciField.hpp111 int size_in_bytes() { return type2aelembytes(layout_type()); } function in class:ciField
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.hpp301 inline void update_cms_capacity_counter(size_t size_in_bytes) { argument
302 _cms_capacity_counter->set_value(size_in_bytes);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp178 inline void update_young_capacity(size_t size_in_bytes) { argument
179 _young_capacity_counter->set_value(size_in_bytes);
/openjdk7/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
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp112 Node* size_in_bytes);
H A Dmemnode.cpp504 intptr_t size_in_bytes = memory_size(); local
520 if (st_offset >= offset + size_in_bytes ||
3264 // If size_in_bytes is zero, do not bother with overlap checks.
3266 int size_in_bytes,
3293 if (st_off < start + size_in_bytes) {
3298 if (size_in_bytes != 0 &&
3304 if (size_in_bytes != 0 &&
3305 st->as_Store()->memory_size() != size_in_bytes) {
3319 Node* InitializeNode::find_captured_store(intptr_t start, int size_in_bytes, argument
3322 int i = captured_store_insertion_point(start, size_in_bytes, phas
3265 captured_store_insertion_point(intptr_t start, int size_in_bytes, PhaseTransform* phase) argument
3372 int size_in_bytes = st->memory_size(); local
3441 coalesce_subword_stores(intptr_t header_size, Node* size_in_bytes, PhaseGVN* phase) argument
3719 complete_stores(Node* rawctl, Node* rawmem, Node* rawptr, intptr_t header_size, Node* size_in_bytes, PhaseGVN* phase) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp170 RegisterOrConstant size_in_bytes = var_size_in_bytes->is_valid() local
176 incr_allocated_bytes(size_in_bytes, t1, t2);

Completed in 86 milliseconds

12