Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching defs:GetBytecodes

915   static jvmtiError GetBytecodes(jvmtiEnv* env,
921 return MethodUtil::GetBytecodes(env, method, bytecode_count_ptr, bytecodes_ptr);
1820 JvmtiFunctions::GetBytecodes,