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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp2098 address stackmap_end = stackmap_p + stackmap_data->length(); local
2100 assert(stackmap_p + 2 <= stackmap_end, "no room for number_of_entries");
2123 assert(stackmap_p + 1 <= stackmap_end, "no room for frame_type");
2144 rewrite_cp_refs_in_verification_type_info(stackmap_p, stackmap_end,
2160 rewrite_cp_refs_in_verification_type_info(stackmap_p, stackmap_end,
2186 assert(stackmap_p + 2 <= stackmap_end,
2191 rewrite_cp_refs_in_verification_type_info(stackmap_p, stackmap_end,
2205 assert(stackmap_p + 2 + 2 <= stackmap_end,
2213 rewrite_cp_refs_in_verification_type_info(stackmap_p, stackmap_end,
2223 rewrite_cp_refs_in_verification_type_info(stackmap_p, stackmap_end,
2253 rewrite_cp_refs_in_verification_type_info( address& stackmap_p_ref, address stackmap_end, u2 frame_i, u1 frame_type, TRAPS) argument
[all...]

Completed in 1308 milliseconds