Searched defs:result (Results 76 - 100 of 982) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1AllocRegion.inline.hpp85 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size, bot_updates); local
106 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size, bot_updates); local
128 HeapWord* result = new_alloc_region_and_allocate(word_size, true /* force */); local
[all...]
H A Dg1Allocator.inline.hpp37 HeapWord* result = mutator_alloc_region(context)->attempt_allocation_locked(word_size, false /* bot_updates */); local
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64CCall.java40 @Def({REG, ILLEGAL}) protected Value result; field in class:AMD64CCall
45 public AMD64CCall(Value result, Value functionPtr, Value numberOfFloatingPointArguments, Value[] parameters) { argument
H A DAMD64ByteSwapOp.java39 @Def({OperandFlag.REG, OperandFlag.HINT}) protected Value result; field in class:AMD64ByteSwapOp
42 public AMD64ByteSwapOp(Value result, Value input) { argument
H A DAMD64ClearRegisterOp.java44 @Def({REG}) protected AllocatableValue result; field in class:AMD64ClearRegisterOp
46 public AMD64ClearRegisterOp(OperandSize size, AllocatableValue result) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCByteSwapOp.java53 @Def({REG, HINT}) protected Value result; field in class:SPARCByteSwapOp
58 public SPARCByteSwapOp(LIRGeneratorTool tool, Value result, Value input) { argument
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DExportAction.java45 private final Lookup.Result<ExportCookie> result; field in class:ExportAction
/openjdk9/hotspot/test/gc/g1/
H A DTestRemsetLoggingTools.java97 public static void expectPerRegionRSetSummaries(String result, int expectedCumulative, int expectedPeriodic) throws Exception { argument
113 public static void expectRSetSummaries(String result, int expectedCumulative, int expectedPeriodic) throws Exception { argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHelper.java39 public void validate(Source source, Result result) argument
/openjdk9/hotspot/test/compiler/types/correctness/scenarios/
H A DReceiverAtInvokes.java71 public void check(Integer result, T orig) { argument
H A DClassIdentity.java72 public void check(Integer result, T orig) { argument
H A DClassIsInstance.java70 public void check(Integer result, T orig) { argument
H A DClassInstanceOf.java67 public void check(Integer result, T orig) { argument
H A DCheckCast.java70 public void check(Integer result, T orig) { argument
/openjdk9/hotspot/test/compiler/codegen/
H A DTest6378821.java51 static void check(int i, int expected, int result) { argument
57 static void check(long l, int expected, int result) { argument
/openjdk9/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DXMLOutputFactoryWrapper.java55 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { argument
60 public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException { argument
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/transform/util/
H A DStreamUtil.java75 public void checkResult(Result result, String inputVersion) throws Exception { argument
88 public void checkResult(Result result, String version, String encoding) throws Exception { argument
H A DTransformerUtil.java45 public abstract void checkResult(Result result, String version) throws Exception; argument
47 public void checkResult(Result result, String version, String encoding) throws Exception { argument
H A DSAXUtil.java62 public void checkResult(Result result, String inputVersion) throws Exception { argument
67 public void checkResult(Result result, String inputVersion, String encoding) throws Exception { argument
H A DDOMUtil.java66 public void checkResult(Result result, String version) { argument
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathEvaluator.java155 evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) argument
[all...]
/openjdk9/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider1/xp1/
H A DXMLOutputFactoryImpl.java54 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { argument
59 public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException { argument
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/transform/sax/
H A DTransformerHandler.java54 public void setResult(Result result) throws IllegalArgumentException; argument
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/validation/
H A DValidatorTest.java172 private void validate(final String xsdFile, final Source src, final Result result) throws Exception { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/
H A DEndpointReference.java127 public abstract void writeTo(Result result); argument

Completed in 214 milliseconds

1234567891011>>