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.cc180 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() argument
190 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLocalVariableTable()
277 return context.Release(entry_count_ptr, table_ptr); in GetLocalVariableTable()
462 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
480 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLineNumberTable()
502 *table_ptr = reinterpret_cast<jvmtiLineNumberEntry*>(data); in GetLineNumberTable()
503 memcpy(*table_ptr, context.data(), mem_size); in GetLineNumberTable()
DOpenjdkJvmTi.cc905 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
908 return MethodUtil::GetLineNumberTable(env, method, entry_count_ptr, table_ptr); in GetLineNumberTable()
922 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() argument
925 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()