Searched refs:GetBytecodes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DMethodImpl.c199 error = JVMTI_FUNC_PTR(gdata->jvmti,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);
/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 */

Completed in 51 milliseconds