Searched refs:start_offset (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp250 BitMap::idx_t start_offset = heapWordToOffset(start_addr); local
253 start_offset = _bm.get_next_one_offset(start_offset, end_offset);
254 while (start_offset < end_offset) {
255 HeapWord* obj_addr = offsetToHeapWord(start_offset);
257 if (!cl->do_bit(start_offset)) {
262 start_offset = _bm.get_next_one_offset(next_offset, end_offset);
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp218 void BitMap::at_put_range(idx_t start_offset, idx_t end_offset, bool value) { argument
220 set_range(start_offset, end_offset);
222 clear_range(start_offset, end_offset);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp335 int start_offset = offset(); local
348 assert(UseCompressedOops || offset() - start_offset == ic_cmp_size, "check alignment in emit_method_entry");
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp161 static ByteSize start_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _start); } function in class:ThreadLocalAllocBuffer
H A DthreadLocalAllocBuffer.cpp317 in_bytes(start_offset()) -
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp800 intptr_t start_offset,
804 intptr_t start_offset,
808 Node* start_offset,
H A Dmemnode.cpp2700 intptr_t start_offset,
2704 intptr_t offset = start_offset;
2722 Node* start_offset,
2725 if (start_offset == end_offset) {
2732 Node* zbase = start_offset;
2744 Node* adr = phase->transform( new(C) AddPNode(dest, dest, start_offset) );
2750 intptr_t start_offset,
2753 if (start_offset == end_offset) {
2764 if (done_offset > start_offset) {
2766 start_offset, phas
2699 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, Node* end_offset, PhaseGVN* phase) argument
2721 clear_memory(Node* ctl, Node* mem, Node* dest, Node* start_offset, Node* end_offset, PhaseGVN* phase) argument
2749 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, intptr_t end_offset, PhaseGVN* phase) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c2609 #define CHECK_DST_ARRAY(start_offset, elements_per_pixel) \
2611 int offset = (start_offset); \

Completed in 70 milliseconds