HomeSort by relevance Sort by last modified time
    Searched full:deoptimization (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /art/test/802-deoptimization/
info.txt 1 Tests related to deoptimization
  /art/test/602-deoptimizeable/
info.txt 1 Test various cases for full/partial-fragment deoptimization.
  /art/test/535-deopt-and-inlining/
info.txt 1 Stress test for deoptimization and JIT, to ensure the
  /art/test/575-checker-string-init-alias/
info.txt 1 Test for the String.<init> change and deoptimization: make
  /art/test/534-checker-bce-deoptimization/
info.txt 1 Checker test for testing the behavior of deoptimization generated by
8 We fixed the bug by doing single frame deoptimization.
  /art/test/513-array-deopt/src/
Main.java 24 // The deoptimization code used to assume the lower bound has
25 // to be the one it will add for the deoptimization check (here, it
36 // The deoptimization code used to assume the lower bound has
37 // to be the one it will add for the deoptimization check (here, it
  /art/test/602-deoptimizeable/src/
Main.java 71 // Single-frame deoptimization that covers partial fragment.
85 // Single-frame deoptimization that covers a full fragment.
92 // full-fragment deoptimization since that is an upcall.
107 // Full-fragment deoptimization.
122 // Partial-fragment deoptimization.
153 // BCE will use deoptimization for the code below.
158 // This causes AIOOBE and triggers deoptimization from compiled code.
161 assertIsInterpreted(); // Single-frame deoptimization triggered.
178 // BCE will use deoptimization for the code below.
183 // This causes AIOOBE and triggers deoptimization from compiled code
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DeoptimizationWithExceptionHandlingDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.Deoptimization;
53 * This method will catch the NullPointerException after deoptimization happened.
67 * This method will throw a NullPointerException after deoptimization happened.
75 * This method will be the starting point of stack deoptimization.
DeoptimizationWithExceptionHandlingTest.java 19 package org.apache.harmony.jpda.tests.jdwp.Deoptimization;
40 * to cause a full deoptimization of the stack and resume it.
56 * to cause a full deoptimization of the stack and an EXCEPTION event
74 // Request MethodEntry event to cause full deoptimization of the debuggee.
79 // Request Exception event to test we suspend for this event during deoptimization.
  /art/test/652-deopt-intrinsic/src/
Main.java 37 // Test that the 'equals' above did not lead to a deoptimization.
40 throw new Error("Unexpected deoptimization");
  /external/v8/include/
v8-testing.h 40 * Force deoptimization of all functions.
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 45 ScopedTrace trace(std::string("Deoptimization ") + GetDeoptimizationKindName(kind));
73 // Before deoptimizing to interpreter, we must push the deoptimization context.
  /art/test/499-bce-phi-array-length/src/
Main.java 26 // the array length phi created for the deoptimization checks of the
42 // deoptimization, but it crashed assuming the input of a `HBoundsCheck`
  /art/test/570-checker-osr/src/
DeoptimizationController.java 17 // This file is a copy of 802-deoptimization/src/DeoptimizationController.java
25 * Controls deoptimization using dalvik.system.VMDebug class.
  /art/test/597-deopt-new-string/src/
Main.java 61 // This thread keeps doing deoptimization of all threads.
62 // Hopefully that will trigger one deoptimization when returning from
  /external/guava/guava-tests/benchmark/com/google/common/primitives/
UnsignedBytesBenchmark.java 63 throw new Error(); // deoptimization
71 throw new Error(); // deoptimization
  /art/test/656-loop-deopt/src/
Main.java 54 // So the deoptimization at the inline cache was incorrectly assuming
72 // So the deoptimization at the inline cache was incorrectly assuming
90 // So the deoptimization at the inline cache was incorrectly assuming
108 // So the deoptimization at the inline cache was incorrectly assuming
  /art/test/802-deoptimization/src/
Main.java 29 * move-exception instruction when throwing an exception during deoptimization.
  /external/llvm/test/Verifier/
invalid-statepoint2.ll 3 ; CHECK: gc.statepoint: number of deoptimization arguments must be a constant integer
  /art/runtime/
cha.h 61 * correctness. The deoptimization mechanism used is a hybrid of
62 * synchronous and asynchronous deoptimization. The synchronous deoptimization
64 * initiates deoptimization. The asynchronous deoptimization part issues a
quick_exception_handler.h 61 // - It doesn't have return result or pending exception at the deoptimization point.
65 // - It can be either full-fragment, or partial-fragment deoptimization, depending
165 // by some code that's not deoptimizeable)? Even single-frame deoptimization
  /art/test/616-cha-regression-proxy-method/src/
Main.java 45 // Wait for Main2 to be linked and deoptimization is triggered.
88 // There should be a deoptimization here right after Main2 is linked by
  /external/v8/src/
assert-scope.h 169 // Scope to document where we do not expect deoptimization.
177 // Scope to document where we do not expect deoptimization.
  /art/runtime/interpreter/
interpreter.h 48 // 'from_code' denotes whether the deoptimization was explicitly triggered by compiled code.
  /art/test/597-deopt-new-string/
deopt.cc 41 // We need to enable deoptimization once in order to call DeoptimizeEverything().

Completed in 1497 milliseconds

1 2 3 4 5 6 7 8 91011