Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 13 of 13) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DIntMath.java280 int normal = 0; in divLiteralTestBody() local
286 normal = (start+i) / j; in divLiteralTestBody()
290 normal = (start+i) / j; in divLiteralTestBody()
294 normal = (start+i) / j; in divLiteralTestBody()
298 normal = (start+i) / j; in divLiteralTestBody()
302 normal = (start+i) / j; in divLiteralTestBody()
306 normal = (start+i) / j; in divLiteralTestBody()
310 normal = (start+i) / j; in divLiteralTestBody()
314 normal = (start+i) / j; in divLiteralTestBody()
318 normal = (start+i) / j; in divLiteralTestBody()
[all …]
/art/test/1337-gc-coverage/
Dinfo.txt1 Tests internal GC functions which are not exposed through normal APIs.
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali61 # Test simplification of a dead catch block with normal-predecessors but
81 # Test simplification of a live catch block with dead normal-predecessors and
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
/art/runtime/interpreter/mterp/mips64/
Dfooter.S102 li v0, 1 # Signal normal return
/art/runtime/interpreter/mterp/mips/
Dfooter.S142 li v0, 1 # Signal normal return
/art/runtime/interpreter/mterp/arm/
Dfooter.S241 mov r0, #1 @ Signal normal return
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali19 # Tests that catch blocks with both normal and exceptional predecessors are
178 # This constant reaches Return via the normal control-flow path and both
DRuntime.smali19 # - foo(false, false): normal path, returns 42
DBuilder.smali234 # Test that multiple try-exit blocks are generated if (normal) control flow can
/art/runtime/interpreter/mterp/
DREADME.txt191 In normal operation, the dedicated register rIBASE
/art/cmdline/
DREADME.md175 get saved anywhere. Values will still get parsed as normal, so it will *not* ignore known arguments
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S12031 mov r0, #1 @ Signal normal return