Searched refs:callsite (Results 1 – 3 of 3) sorted by relevance
97 CalledByIndy callsite = callsiteMap.get(name); in visitMethod()98 if (callsite != null) { in visitMethod()99 insertIndy(callsite.fieldOrMethodName(), desc, callsite); in visitMethod() local106 private void insertIndy(String name, String desc, CalledByIndy callsite) { in visitMethod() argument107 Handle bsm = buildBootstrapMethodHandle(callsite.bootstrapMethod()[0]); in visitMethod()109 buildBootstrapArguments(callsite.constantArgumentsForBootstrapMethod()); in visitMethod()
1 Stress test predicted chaining for overloaded virtual callsite with 3 resolved
160 # Note that the callsite type here is String type(Object, Object); so the runtime177 # First use a long, this is an invokeExact because the callsite type matches