Home
last modified time | relevance | path

Searched refs:between (Results 1 – 23 of 23) sorted by relevance

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc301 for (HInstruction* between = input->GetNext(); between != user; between = between->GetNext()) { in CanMoveClinitCheck() local
302 CHECK(between != nullptr); // User must be after input in the same block. in CanMoveClinitCheck()
303 CHECK(!between->CanThrow()) << *between << " User: " << *user; in CanMoveClinitCheck()
304 CHECK(!between->HasSideEffects()) << *between << " User: " << *user; in CanMoveClinitCheck()
/art/test/1977-hello-structural-obsolescence/
Dinfo.txt1 Test interaction between obsolete methods and structural class redefinition.
/art/test/1978-regular-obsolete-then-structural-obsolescence/
Dinfo.txt1 Test interaction between obsolete methods and structural class redefinition.
/art/test/545-tracing-and-jit/
Dinfo.txt1 Tests interaction between the JIT and the method tracing
/art/test/496-checker-inlining-class-loader/
Dexpected-stdout.txt3 In between the two calls.
/art/test/626-checker-arm64-scratch-register/
Dinfo.txt2 exhausted during moves between stack slots (b/32545705).
/art/test/433-gvn/
Dinfo.txt2 used to not take into account all side effects between
/art/test/1959-redefine-object-instrument/
Dinfo.txt1 Regression test for bug related to interaction between instrumentation
/art/tools/ahat/
DREADME.txt65 Distinguish between soft/weak/phantom/etc references.
75 Distinguish between weakly reachable and unreachable instances.
127 Fix mismatch between overview and "roots" totals.
/art/test/595-error-class/smali/
Dmerge.smali19 # Method that selects between x = new Integer[] or new AnError[],
/art/tools/
Dlibcore_failures.txt20 description: "Assert.java differences between vogar and junit.",
26 description: "Differences between vogar and cts in user directory",
32 description: "Differences between vogar and cts. Passes with --mode activity",
38 description: "Differences between vogar and cts. EACCESS when run with vogar.
/art/tools/runtime_memusage/
DREADME77 range between provided offsets. 'inf' can be
87 range between provided offsets. 'inf' can be
/art/test/557-checker-ref-equivalent/smali/
DTestCase.smali38 # broke the invariant of not sharing the same spill slot between those two
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali21 # edge between TryBoundary and outer loop header (b/25493695).
/art/test/563-checker-fakestring/smali/
DTestCase.smali70 # Test deoptimization between String's allocation and initialization. When not
200 # Test with a loop between allocation and String.<init>.
219 # Test with a loop and aliases between allocation and String.<init>.
282 # Test with a loop between allocation and String.<init> and a null check.
/art/runtime/
Dmutator_gc_coord.md60 When a thread changes between running Java and native code, it has to
61 correspondingly change its state between "runnable" and one of several
DAndroid.bp349 // shared between the x86 and x86_64 architectures.
/art/tools/jfuzz/
DREADME.md8 or using various target architectures. Any difference between the outputs
/art/tools/dexfuzz/
DREADME9 execution, and any differences between the resulting outputs may be an indication of
/art/test/510-checker-try-catch/smali/
DBuilder.smali503 # blocks are correctly created between them.
926 # Test that a TryBoundary is inserted between a Throw instruction and the exit
1249 # INVOKE it follows, even if there is a try boundary between them.
1276 # FILLED_NEW_ARRAY it follows, even if there is a try boundary between them.
/art/tools/checker/
DREADME26 between consecutive DAG checks.
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali49 # does not see the relation between the dex register and the phi.
/art/build/boot/
Dpreloaded-classes20 # common heap between apps.