Searched defs:deoptimize (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/test/compiler/arraycopy/
H A DTestArrayCopyNoInitDeopt.java78 static boolean deoptimize(Method method, Object src_obj) throws Exception { method in class:TestArrayCopyNoInitDeopt
/openjdk10/jdk/test/java/util/ArrayList/
H A DRangeCheckMicroBenchmark.java148 private static void deoptimize(ArrayList<Integer> list) { method in class:RangeCheckMicroBenchmark
H A DIteratorMicroBenchmark.java180 private static void deoptimize(int sum) { method in class:IteratorMicroBenchmark
/openjdk10/jdk/test/java/nio/Buffer/
H A DSwapMicroBenchmark.java150 private static void deoptimize(int sum) { method in class:SwapMicroBenchmark
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.api.directives/src/org/graalvm/compiler/api/directives/
H A DGraalDirectives.java42 public static void deoptimize() { method in class:GraalDirectives
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DCompileCodeTestCase.java165 public void deoptimize() { method in class:CompileCodeTestCase
/openjdk10/jdk/test/java/util/Collection/
H A DIteratorMicroBenchmark.java219 private static void deoptimize(int sum) { method in class:IteratorMicroBenchmark
H A DRemoveMicroBenchmark.java217 private static void deoptimize(int sum) { method in class:RemoveMicroBenchmark
/openjdk10/hotspot/test/compiler/whitebox/
H A DCompilerWhiteBoxTest.java274 protected final void deoptimize() { method in class:CompilerWhiteBoxTest
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.hpp140 deoptimize, enumerator in enum:CompiledMethod::MarkForDeoptimizationStatus
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.cpp629 RangeCheckPredicate *deoptimize = new RangeCheckPredicate(left, cond, true, right, state->copy()); local
/openjdk10/hotspot/src/share/vm/runtime/
H A Dframe.cpp272 void frame::deoptimize(JavaThread* thread) { function in class:frame
H A Ddeoptimization.cpp1356 void Deoptimization::deoptimize(JavaThread* thread, frame fr, RegisterMap *map) { function in class:Deoptimization
1360 void Deoptimization::deoptimize(JavaThread* thread, frame fr, RegisterMap *map, DeoptReason reason) { function in class:Deoptimization
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2540 void GraphKit::make_slow_call_ex(Node* call, ciInstanceKlass* ex_klass, bool separate_io_proj, bool deoptimize) { argument

Completed in 124 milliseconds