Searched defs:scan_step (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp2935 int scan_step = itableOffsetEntry::size() * wordSize; local
2966 // for (scan = klass->itable(); scan->interface() != NULL; scan += scan_step) {
2990 delayed()->add(scan_temp, scan_step, scan_temp);
3001 // scan_temp[-scan_step] points to the vtable offset we need
3002 ito_offset -= scan_step;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9337 int scan_step = itableOffsetEntry::size() * wordSize; local
9356 // for (scan = klass->itable(); scan->interface() != NULL; scan += scan_step) {
9383 addptr(scan_temp, scan_step);

Completed in 83 milliseconds