Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:GetArgumentsSize

882   static jvmtiError GetArgumentsSize(jvmtiEnv* env,
886 return MethodUtil::GetArgumentsSize(env, method, size_ptr);
1814 JvmtiFunctions::GetArgumentsSize,