Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.h79 jvmtiLineNumberEntry** table_ptr);
87 jvmtiLocalVariableEntry** table_ptr);
Dti_method.cc202 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() argument
212 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLocalVariableTable()
283 return release(entry_count_ptr, table_ptr); in GetLocalVariableTable()
457 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
475 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLineNumberTable()
499 *table_ptr = reinterpret_cast<jvmtiLineNumberEntry*>(data); in GetLineNumberTable()
500 memcpy(*table_ptr, context.data(), mem_size); in GetLineNumberTable()
DOpenjdkJvmTi.cc887 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
890 return MethodUtil::GetLineNumberTable(env, method, entry_count_ptr, table_ptr); in GetLineNumberTable()
904 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() argument
907 return MethodUtil::GetLocalVariableTable(env, method, entry_count_ptr, table_ptr); in GetLocalVariableTable()
/art/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()