Searched defs:phase (Results 1 - 25 of 74) sorted by relevance

123

/openjdk9/hotspot/src/share/vm/opto/
H A Dnarrowptrnode.cpp29 Node* DecodeNNode::Identity(PhaseGVN* phase) { argument
49 Node* EncodePNode::Identity(PhaseGVN* phase) { argument
70 Node* DecodeNKlassNode::Identity(PhaseGVN* phase) { argument
90 Identity(PhaseGVN* phase) argument
[all...]
H A Dopaquenode.cpp43 Node* Opaque1Node::Identity(PhaseGVN* phase) { argument
70 Node *ProfileBooleanNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
79 Node* ProfileBooleanNode::Identity(PhaseGVN* phase) { argument
H A Dintrinsicnode.cpp39 Node* StrIntrinsicNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
69 Node* StrCompressedCopyNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
77 Node* StrInflatedCopyNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
91 Ideal(PhaseGVN* phase, bool can_reshape) argument
[all...]
H A Drootnode.cpp37 Node *RootNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
77 Node *HaltNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Drootnode.hpp45 virtual Node* Identity(PhaseGVN* phase) { return this; } argument
H A Ddivnode.hpp150 Identity(PhaseGVN* phase) argument
151 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Dmovenode.cpp77 Node *CMoveNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
99 Node *CMoveNode::is_cmove_id( PhaseTransform *phase, Node *cmp, Node *t, Node *f, BoolNode *b ) { argument
124 Identity(PhaseGVN* phase) argument
180 Ideal(PhaseGVN *phase, bool can_reshape) argument
245 Ideal(PhaseGVN *phase, bool can_reshape) argument
301 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Daddnode.hpp112 virtual Node* Identity(PhaseGVN* phase) { return this; } argument
127 Identity(PhaseGVN* phase) argument
[all...]
H A Dmathexactnode.cpp179 static Node* Ideal(const OverflowOp* node, PhaseGVN* phase, bool can_reshape) { argument
202 static const Type* Value(const OverflowOp* node, PhaseTransform* phase) { argument
242 Node* OverflowINode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
246 Node* OverflowLNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
[all...]
H A DloopUnswitch.cpp324 CountedLoopReserveKit::CountedLoopReserveKit(PhaseIdealLoop* phase, IdealLoopTree *loop, bool active = true) : argument
H A Dconvertnode.cpp36 Node* Conv2BNode::Identity(PhaseGVN* phase) { argument
79 Node* ConvD2FNode::Identity(PhaseGVN* phase) { argument
95 Node *ConvD2INode::Ideal(PhaseGVN *phase, boo argument
104 Identity(PhaseGVN* phase) argument
119 Identity(PhaseGVN* phase) argument
129 Ideal(PhaseGVN *phase, bool can_reshape) argument
156 Identity(PhaseGVN* phase) argument
166 Ideal(PhaseGVN *phase, bool can_reshape) argument
183 Identity(PhaseGVN* phase) argument
193 Ideal(PhaseGVN *phase, bool can_reshape) argument
220 Identity(PhaseGVN* phase) argument
249 Ideal(PhaseGVN *phase, bool can_reshape) argument
415 Identity(PhaseGVN* phase) argument
435 Ideal(PhaseGVN *phase, bool can_reshape) argument
474 Identity(PhaseGVN* phase) argument
495 Identity(PhaseGVN* phase) argument
[all...]
H A Dcastnode.cpp37 Node* ConstraintCastNode::Identity(PhaseGVN* phase) { argument
80 Node *ConstraintCastNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
221 Ideal(PhaseGVN *phase, bool can_reshape) argument
282 Identity(PhaseGVN* phase) argument
401 addP_of_X2P(PhaseGVN *phase, Node* base, Node* dispX, bool negate = false) argument
413 Ideal(PhaseGVN *phase, bool can_reshape) argument
444 Identity(PhaseGVN* phase) argument
461 Ideal(PhaseGVN *phase, bool can_reshape) argument
466 Identity(PhaseGVN* phase) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/phases/
H A DGraphChangeMonitoringPhase.java53 public GraphChangeMonitoringPhase(String message, BasePhase<C> phase) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/graal/util/
H A DFrameStateAssignmentState.java31 public FrameStateAssignmentPhase phase; field in class:FrameStateAssignmentState
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DIncrementalCanonicalizerPhase.java44 public IncrementalCanonicalizerPhase(CanonicalizerPhase canonicalizer, BasePhase<? super C> phase) { argument
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DworkerDataArray.cpp56 void WorkerDataArray<double>::WDAPrinter::details(const WorkerDataArray<double>* phase, outputStream* out) { argument
70 void WorkerDataArray<size_t>::WDAPrinter::details(const WorkerDataArray<size_t>* phase, outputStream* out) { argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DLIRPhaseSuite.java45 public final void prependPhase(LIRPhase<C> phase) { argument
52 public final void appendPhase(LIRPhase<C> phase) { argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/
H A DPhaseSuite.java63 public final void prependPhase(BasePhase<? super C> phase) { argument
70 public final void appendPhase(BasePhase<? super C> phase) { argument
[all...]
/openjdk9/hotspot/test/runtime/NMT/
H A DMallocStressTest.java60 static TestPhase phase = TestPhase.alloc; field in class:MallocStressTest
/openjdk9/jdk/test/java/util/concurrent/Phaser/
H A DPhaseOverflow.java76 int phaseInc(int phase) { return (phase + 1) & Integer.MAX_VALUE; } argument
47 checkState(Phaser phaser, int phase, int parties, int unarrived) argument
H A DBasic.java140 private volatile int phase; field in class:Basic.Arriver
143 phase(int phase) argument
144 public int phase() { return this.phase; } method in class:Basic.Arriver
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotGraalRuntime.java272 static void phaseTransition(String phase) { argument
/openjdk9/hotspot/test/serviceability/jvmti/ModuleAwareAgents/ThreadStart/
H A DlibMAAThreadStart.c88 jvmtiPhase phase; local
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java138 void recursivelyHandlePhaseChange(final double phase, final GesturePhaseEvent e) { argument
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTimer.cpp137 GCPhase phase; local
148 update_statistics(GCPhase* phase) argument
158 GCPhase* phase = _phases->adr_at(phase_index); local
204 validate_gc_phase(GCPhase* phase, int level, const char* name, const Ticks& start, const Ticks& end) argument
[all...]

Completed in 209 milliseconds

123