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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp950 address stub_location = caller_frame.pc() + PatchingStub::patch_info_offset(); variable
951 unsigned char* byte_count = (unsigned char*) (stub_location - 1);
952 unsigned char* byte_skip = (unsigned char*) (stub_location - 2);
953 unsigned char* being_initialized_entry_offset = (unsigned char*) (stub_location - 3);
954 address copy_buff = stub_location - *byte_skip - *byte_count;
955 address being_initialized_entry = stub_location - *being_initialized_entry_offset;

Completed in 24 milliseconds