Searched defs:entry_count_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2755 // entry_count_ptr - pre-checked for NULL
2758 JvmtiEnv::GetLineNumberTable(methodOop method_oop, jint* entry_count_ptr, jvmtiLineNumberEntry** table_ptr) { argument
2789 (*entry_count_ptr) = num_entries;
2817 // entry_count_ptr - pre-checked for NULL
2820 JvmtiEnv::GetLocalVariableTable(methodOop method_oop, jint* entry_count_ptr, jvmtiLocalVariableEntry** table_ptr) { argument
2886 (*entry_count_ptr) = num_entries;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1376 jint* entry_count_ptr,
1388 jint* entry_count_ptr,
2307 jint* entry_count_ptr,
2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr);
2319 jint* entry_count_ptr,
2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr);
2306 GetLineNumberTable(jmethodID method, jint* entry_count_ptr, jvmtiLineNumberEntry** table_ptr) argument
2318 GetLocalVariableTable(jmethodID method, jint* entry_count_ptr, jvmtiLocalVariableEntry** table_ptr) argument

Completed in 73 milliseconds