Searched refs:map_length (Results 1 – 1 of 1) sorted by relevance
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map, in create_debug_line_info() argument 70 for (i = 0; i < map_length; ++i) { in create_debug_line_info() 84 debug_line = calloc(map_length, sizeof(struct debug_line_info)); in create_debug_line_info() 88 for (i = 0; i < map_length; ++i) { in create_debug_line_info() 103 for (i = 0; i < map_length; ++i) { in create_debug_line_info() 116 jint map_length, jvmtiAddrLocationMap const * map, in cb_compiled_method_load() argument 136 if (can_get_line_numbers && map_length && map) { in cb_compiled_method_load() 146 create_debug_line_info(map_length, map, in cb_compiled_method_load() 191 if (op_write_debug_line_info(agent_hdl, code_addr, map_length, in cb_compiled_method_load()
|