Searched defs:size_in_bytes (Results 1 - 22 of 22) sorted by relevance

/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 Ddependencies.hpp360 size_t size_in_bytes() { function in class:Dependencies
450 initial_asserts(deps->size_in_bytes());
/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...]
H A Dallocation.hpp410 size_t size_in_bytes() const { return _size_in_bytes; }; function in class:Arena
/openjdk7/hotspot/src/share/vm/ci/
H A DciField.hpp111 int size_in_bytes() { return type2aelembytes(layout_type()); } function in class:ciField
H A DbcEscapeAnalyzer.cpp196 bool BCEscapeAnalyzer::is_arg_modified(int arg, int offset, int size_in_bytes) {
202 int h = round_to(offset + size_in_bytes, HeapWordSize) / HeapWordSize;
213 void BCEscapeAnalyzer::set_arg_modified(int arg, int offset, int size_in_bytes) { argument
220 int h = round_to(offset + size_in_bytes, HeapWordSize) / HeapWordSize;
/openjdk7/hotspot/src/share/vm/adlc/
H A Darena.hpp158 size_t size_in_bytes() const { return _size_in_bytes; } function in class:Arena
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp86 int size_in_bytes() const { return _end - _begin; } function in class:StubCodeDesc
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/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/parallelScavenge/
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 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);
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) /
/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);
H A Dassembler_sparc.cpp1549 void MacroAssembler::save_frame_c1(int size_in_bytes) { argument
1550 if (is_simm13(-size_in_bytes)) {
1551 save(SP, -size_in_bytes, SP);
1553 set(-size_in_bytes, G3_scratch);
2493 void MacroAssembler::load_sized_value(Address src, Register dst, size_t size_in_bytes, bool is_signed) { argument
2494 switch (size_in_bytes) {
2503 void MacroAssembler::store_sized_value(Register src, Address dst, size_t size_in_bytes) { argument
2504 switch (size_in_bytes) {
4186 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, argument
4190 assert_different_registers(size_in_bytes
[all...]
/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/shark/
H A DsharkTopLevelBlock.cpp1642 size_t size_in_bytes = klass->size_helper() << LogHeapWordSize; local
1658 old_top, LLVMValue::intptr_constant(size_in_bytes));
1691 old_top, LLVMValue::intptr_constant(size_in_bytes));
1723 LLVMValue::jint_constant(size_in_bytes),
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1072 // that heap_top + size_in_bytes does not wrap around the 4Gig limit.
1093 Node* size_in_bytes = alloc->in(AllocateNode::AllocSize); local
1208 Node *new_eden_top = new (C) AddPNode(top(), old_eden_top, size_in_bytes);
1287 Node* alloc_size = size_in_bytes;
1289 Node* alloc_size = new (C) ConvI2LNode(size_in_bytes);
1301 klass_node, length, size_in_bytes);
1550 Node* size_in_bytes) {
1588 header_size, size_in_bytes,
1596 header_size, size_in_bytes, &_igvn);
1547 initialize_object(AllocateNode* alloc, Node* control, Node* rawmem, Node* object, Node* klass_node, Node* length, Node* size_in_bytes) argument
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/x86/vm/
H A Dassembler_x86.cpp8006 void MacroAssembler::load_sized_value(Register dst, Address src, size_t size_in_bytes, bool is_signed, Register dst2) { argument
8007 switch (size_in_bytes) {
8024 void MacroAssembler::store_sized_value(Address dst, Register src, size_t size_in_bytes, Register src2) { argument
8025 switch (size_in_bytes) {

Completed in 155 milliseconds