Home | History | Annotate | Download | only in jvmti

Lines Matching refs:map_length

56  * returned array is map_length length, params map and map_length != 0
62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map,
70 for (i = 0; i < map_length; ++i) {
84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
88 for (i = 0; i < map_length; ++i) {
103 for (i = 0; i < map_length; ++i) {
116 jint map_length, jvmtiAddrLocationMap const * map,
136 if (can_get_line_numbers && map_length && map) {
146 create_debug_line_info(map_length, map,
191 if (op_write_debug_line_info(agent_hdl, code_addr, map_length,