Searched refs:table_ptr (Results 1 – 1 of 1) sorted by relevance
63 jint entry_count, jvmtiLineNumberEntry* table_ptr, in create_debug_line_info() argument78 (long long)table_ptr[i].start_location, in create_debug_line_info()79 table_ptr[i].line_number); in create_debug_line_info()94 if (table_ptr[j].start_location > map[i].location) in create_debug_line_info()98 debug_line[i].lineno = table_ptr[j].line_number; in create_debug_line_info()123 jvmtiLineNumberEntry* table_ptr = NULL; in cb_compiled_method_load() local140 &entry_count, &table_ptr); in cb_compiled_method_load()147 entry_count, table_ptr, in cb_compiled_method_load()200 (*jvmti)->Deallocate(jvmti, (unsigned char *)table_ptr); in cb_compiled_method_load()