Searched refs:intArrayHub (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DNewInstanceStub.java106 assert checkConstArg(1, "intArrayHub");
140 * @param intArrayHub the hub for {@code int[].class}
143 private static Object newInstance(KlassPointer hub, @ConstantParameter KlassPointer intArrayHub, @ConstantParameter Register threadRegister, @ConstantParameter OptionValues options) { argument
153 Word memory = refillAllocate(thread, intArrayHub, sizeInBytes, logging(options));
174 * @param intArrayHub the hub for {@code int[].class}
181 static Word refillAllocate(Word thread, KlassPointer intArrayHub, int sizeInBytes, boolean log) { argument
234 NewObjectSnippets.formatArray(intArrayHub, 0, length, headerSize, top, intArrayMarkWord, false, false, null);
H A DNewArrayStub.java84 assert checkConstArg(3, "intArrayHub");
105 * @param intArrayHub the hub for {@code int[].class}
108 private static Object newArray(KlassPointer hub, int length, boolean fillContents, @ConstantParameter KlassPointer intArrayHub, @ConstantParameter Register threadRegister, argument
126 Word memory = refillAllocate(thread, intArrayHub, sizeInBytes, logging(options));

Completed in 296 milliseconds