Searched refs:unimplemented (Results 1 - 25 of 55) sorted by relevance

123

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerator.java71 throw GraalError.unimplemented();
82 throw GraalError.unimplemented();
93 throw GraalError.unimplemented();
106 throw GraalError.unimplemented();
119 throw GraalError.unimplemented();
135 throw GraalError.unimplemented();
150 throw GraalError.unimplemented();
159 throw GraalError.unimplemented();
H A DHotSpotCounterOp.java74 throw GraalError.unimplemented("cannot deal with indices that big: " + index);
137 throw GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGeneratorTool.java105 throw GraalError.unimplemented("No specialized implementation available");
110 throw GraalError.unimplemented("No specialized implementation available");
115 throw GraalError.unimplemented("No specialized implementation available");
120 throw GraalError.unimplemented("No specialized implementation available");
125 throw GraalError.unimplemented("No specialized implementation available");
130 throw GraalError.unimplemented("No specialized implementation available");
H A DLIRGeneratorTool.java153 throw GraalError.unimplemented();
163 throw GraalError.unimplemented();
256 throw GraalError.unimplemented();
H A DLIRGenerator.java516 throw GraalError.unimplemented();
521 throw GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.common/src/jdk/vm/ci/common/
H A DJVMCIError.java35 public static RuntimeException unimplemented() { method in class:JVMCIError
36 throw new JVMCIError("unimplemented");
39 public static RuntimeException unimplemented(String msg) { method in class:JVMCIError
40 throw new JVMCIError("unimplemented: %s", msg);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotLoadConfigValueOp.java72 throw GraalError.unimplemented();
75 throw GraalError.unimplemented();
H A DAMD64HotSpotCounterOp.java79 throw GraalError.unimplemented("RAX and RBX are increment registers at the same time, spilling over the scratch register is not supported right now");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DGraalError.java36 public static RuntimeException unimplemented() { method in class:GraalError
37 throw new GraalError("unimplemented");
40 public static RuntimeException unimplemented(String msg) { method in class:GraalError
41 throw new GraalError("unimplemented: %s", msg);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/aot/
H A DLoadMethodCountersNode.java63 throw GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64/src/org/graalvm/compiler/core/aarch64/
H A DAArch64MoveFactory.java84 throw GraalError.unimplemented();
H A DAArch64ArithmeticLIRGenerator.java389 throw GraalError.unimplemented();
394 throw GraalError.unimplemented("AArch64 ISA does not offer way to implement this more efficiently than a simple Java algorithm.");
471 throw GraalError.unimplemented();
476 throw GraalError.unimplemented();
481 throw GraalError.unimplemented();
486 throw GraalError.unimplemented();
491 throw GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotStrategySwitchOp.java69 throw GraalError.unimplemented();
H A DAArch64HotSpotLIRGenerator.java131 throw GraalError.unimplemented();
149 throw GraalError.unimplemented();
373 throw GraalError.unimplemented();
378 throw GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.jtt/src/org/graalvm/compiler/lir/jtt/
H A DLIRTestSpecification.java78 GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.sparc/src/org/graalvm/compiler/core/sparc/
H A DSPARCNodeMatchRules.java94 throw GraalError.unimplemented("unsupported sign extension (" + fromBits + " bit -> " + toBits + " bit)");
122 throw GraalError.unimplemented("unsupported sign extension (" + fromBits + " bit -> " + toBits + " bit)");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DPEGraphDecoder.java25 import static org.graalvm.compiler.debug.GraalError.unimplemented;
244 throw unimplemented();
249 throw unimplemented();
254 throw unimplemented();
259 throw unimplemented();
269 throw unimplemented();
274 throw unimplemented();
279 throw unimplemented();
284 throw unimplemented();
294 throw unimplemented();
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/framemap/
H A DFrameMapBuilderImpl.java86 throw GraalError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.amd64/src/org/graalvm/compiler/replacements/amd64/
H A DAMD64RoundNode.java70 throw GraalError.unimplemented("unimplemented RoundingMode " + mode);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/debug/
H A DDynamicCounterNode.java126 throw GraalError.unimplemented("Benchmark counters not enabled or not implemented by the back end.");
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotResolvedPrimitiveType.java233 throw JVMCIError.unimplemented();
H A DHotSpotConstantReflectionProvider.java205 throw JVMCIError.unimplemented();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.sparc/src/org/graalvm/compiler/hotspot/sparc/
H A DSPARCHotSpotLIRGenerator.java197 throw GraalError.unimplemented();
401 throw GraalError.unimplemented();
406 throw GraalError.unimplemented();
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp369 Value* SharkBuilder::unimplemented() { function in class:SharkBuilder
397 unimplemented(),
H A DsharkBuilder.hpp184 llvm::Value* unimplemented();

Completed in 172 milliseconds

123