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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2897 JvmtiEnv::GetBytecodes(methodOop method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr) { function in class:JvmtiEnv
2913 } /* end GetBytecodes */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1401 jvmtiError (JNICALL *GetBytecodes) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2324 jvmtiError GetBytecodes(jmethodID method, function in struct:_jvmtiEnv
2327 return functions->GetBytecodes(this, method, bytecode_count_ptr, bytecodes_ptr);

Completed in 68 milliseconds