Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_method.h78 jvmtiLineNumberEntry** table_ptr);
Dti_method.cc343 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
361 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLineNumberTable()
382 *table_ptr = reinterpret_cast<jvmtiLineNumberEntry*>(data); in GetLineNumberTable()
383 memcpy(*table_ptr, context.data(), mem_size); in GetLineNumberTable()
DOpenjdkJvmTi.cc892 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
895 return MethodUtil::GetLineNumberTable(env, method, entry_count_ptr, table_ptr); in GetLineNumberTable()
909 jvmtiLocalVariableEntry** table_ptr ATTRIBUTE_UNUSED) { in GetLocalVariableTable()
/art/runtime/openjdkjvmti/include/
Djvmti.h1377 jvmtiLineNumberEntry** table_ptr);
1389 jvmtiLocalVariableEntry** table_ptr);
2308 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable()
2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr); in GetLineNumberTable()
2320 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable()
2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr); in GetLocalVariableTable()