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

12

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp402 size_t size = size_in_bytes();
502 set_size_in_bytes(size_in_bytes() + len);
H A Dallocation.hpp410 size_t size_in_bytes() const { return _size_in_bytes; }; function in class:Arena
/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.hpp1059 Node* find_captured_store(intptr_t start, int size_in_bytes, PhaseTransform* phase);
1063 intptr_t header_size, Node* size_in_bytes,
1070 int captured_store_insertion_point(intptr_t start, int size_in_bytes,
1079 void coalesce_subword_stores(intptr_t header_size, Node* size_in_bytes,
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp583 + round_to(dependencies->size_in_bytes() , oopSize)
584 + round_to(handler_table->size_in_bytes(), oopSize)
585 + round_to(nul_chk_table->size_in_bytes(), oopSize)
856 _handler_table_offset = _dependencies_offset + round_to(dependencies->size_in_bytes (), oopSize);
857 _nul_chk_table_offset = _handler_table_offset + round_to(handler_table->size_in_bytes(), oopSize);
858 _nmethod_end_offset = _nul_chk_table_offset + round_to(nul_chk_table->size_in_bytes(), oopSize);
H A Ddependencies.cpp237 guarantee(end - beg >= (ptrdiff_t) size_in_bytes(), "bad sizing");
240 size_in_bytes() / sizeof(HeapWord));
241 assert(size_in_bytes() % sizeof(HeapWord) == 0, "copy by words");
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp168 int next_index = current_index + current->size_in_bytes();
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/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/cpu/sparc/vm/
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...]
H A Dassembler_sparc.hpp2419 void save_frame_c1(int size_in_bytes);
2458 void load_sized_value( Address src, Register dst, size_t size_in_bytes, bool is_signed);
2459 void store_sized_value(Register src, Address dst, size_t size_in_bytes);
2527 void incr_allocated_bytes(RegisterOrConstant size_in_bytes,
H A Dc1_LIRAssembler_sparc.cpp2572 if (!Assembler::is_simm13(md->byte_offset_of_slot(data, DataLayout::header_offset()) + data->size_in_bytes())) {
2984 data->size_in_bytes())) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp517 arena()->size_in_bytes(), arena()->used());
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp298 int size_in_bytes() {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp3030 void JavaThread::popframe_preserve_args(ByteSize size_in_bytes, void* start) {
3032 if (in_bytes(size_in_bytes) != 0) {
3033 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread);
3034 _popframe_preserved_args_size = in_bytes(size_in_bytes);
H A Dthread.hpp1567 void popframe_preserve_args(ByteSize size_in_bytes, void* start);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1897 void load_sized_value(Register dst, Address src, size_t size_in_bytes, bool is_signed, Register dst2 = noreg);
1898 void store_sized_value(Address dst, Register src, size_t size_in_bytes, Register src2 = noreg);
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 250 milliseconds

12