Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:table_ptr

180                                              jvmtiLocalVariableEntry** table_ptr) {
190 if (entry_count_ptr == nullptr || table_ptr == nullptr) {
277 return context.Release(entry_count_ptr, table_ptr);
462 jvmtiLineNumberEntry** table_ptr) {
480 if (entry_count_ptr == nullptr || table_ptr == nullptr) {
502 *table_ptr = reinterpret_cast<jvmtiLineNumberEntry*>(data);
503 memcpy(*table_ptr, context.data(), mem_size);