Home
last modified time | relevance | path

Searched refs:table_ptr (Results 1 – 1 of 1) sorted by relevance

/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c63 jint entry_count, jvmtiLineNumberEntry* table_ptr, in create_debug_line_info() argument
78 (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() local
140 &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()