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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2894 // bytecode_count_ptr - pre-checked for NULL
2897 JvmtiEnv::GetBytecodes(methodOop method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr) { argument
2908 (*bytecode_count_ptr) = size;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1403 jint* bytecode_count_ptr,
2325 jint* bytecode_count_ptr,
2327 return functions->GetBytecodes(this, method, bytecode_count_ptr, bytecodes_ptr);
2324 GetBytecodes(jmethodID method, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr) argument

Completed in 38 milliseconds