Searched refs:table_ptr (Results 1 – 4 of 4) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | ti_method.h | 78 jvmtiLineNumberEntry** table_ptr);
|
D | ti_method.cc | 343 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()
|
D | OpenjdkJvmTi.cc | 892 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/ |
D | jvmti.h | 1377 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()
|