Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/etc/
Ddx.bat25 rem Check we have a valid Java.exe in the path.
33 rem frameworkdir must not end with a dir sep.
50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
/dalvik/dx/tests/121-sccp/
Dexpected.txt62 0004: rem-double v2, v0, v2
64 0008: rem-double/2addr v0, v4
185 0004: rem-float v1, v0, v1
187 0007: rem-float/2addr v0, v2
271 0001: rem-int/lit8 v0, v0, #int 0 // #00
376 0004: rem-double v2, v0, v6
378 0008: rem-double v4, v0, v6
518 0004: rem-float v1, v0, v3
520 0007: rem-float v2, v0, v3
650 0001: rem-int/lit8 v1, v0, #int 3 // #03
[all …]
/dalvik/dx/tests/044-dex-math-ops/
Dexpected.txt33 0023: rem-double/2addr v6, v8
68 0023: rem-float/2addr v4, v5
108 002a: rem-int/2addr v4, v5
178 002a: rem-long/2addr v6, v8
/dalvik/opcode-gen/
Dbytecode.txt228 op 94 rem-int 23x y none continue|throw
239 op 9f rem-long 23x y none continue|throw
250 op aa rem-float 23x y none continue
255 op af rem-double 23x y none continue
260 op b4 rem-int/2addr 12x y none continue|throw
271 op bf rem-long/2addr 12x y none continue|throw
282 op ca rem-float/2addr 12x y none continue
287 op cf rem-double/2addr 12x y none continue
292 op d4 rem-int/lit16 22s y none continue|throw
300 op dc rem-int/lit8 22b y none continue|throw
/dalvik/vm/alloc/
DCopying.cpp2171 size_t alloc, rem, total; in dvmScavengeRoots() local
2173 room(&alloc, &rem, &total); in dvmScavengeRoots()
2174 LOG_SCAV("AFTER GC: %zu alloc, %zu free, %zu total.", alloc, rem, total); in dvmScavengeRoots()
/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp620 int rem = (uint)stream % 4; in insertJumpHelp() local
621 int nop_size = 3 - rem; in insertJumpHelp()