Home | History | Annotate | Download | only in include

Lines Matching refs:table_ptr

1377     jvmtiLineNumberEntry** table_ptr);
1389 jvmtiLocalVariableEntry** table_ptr);
2308 jvmtiLineNumberEntry** table_ptr) {
2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr);
2320 jvmtiLocalVariableEntry** table_ptr) {
2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr);