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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp943 // instr byte 0 <-- copy_buff
954 address copy_buff = stub_location - *byte_skip - *byte_count; variable
970 Disassembler::decode(copy_buff, copy_buff + *byte_count, tty);
977 NativeMovRegMem* n_move = nativeMovRegMem_at(copy_buff);
995 NativeMovConstReg* n_copy = nativeMovConstReg_at(copy_buff);
1004 Disassembler::decode(copy_buff, copy_buff + *byte_count, tty);
1016 RelocIterator oops(nm, copy_buff, copy_buff
[all...]

Completed in 1246 milliseconds