Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 159) sorted by relevance

1234567

/dalvik/vm/mterp/mips/
DOP_INVOKE_OBJECT_INIT_RANGE.S23 bnez a0, common_exceptionThrown # yes, handle it
31 GOTO_OPCODE(t0) # execute it
44 GOTO_OPCODE_BASE(a1, t0) # execute it
DOP_NOP.S4 GOTO_OPCODE(t0) # execute it
DOP_THROW.S12 # bypass dvmSetException, just store it
/dalvik/vm/mterp/armv5te/
DOP_INVOKE_OBJECT_INIT_RANGE.S23 GOTO_OPCODE(ip) @ execute it
31 bne common_exceptionThrown @ yes, handle it
44 GOTO_OPCODE_BASE(r1,ip) @ execute it
DOP_NOP.S4 GOTO_OPCODE(ip) @ execute it
DOP_THROW.S12 @ bypass dvmSetException, just store it
/dalvik/vm/jdwp/
DREADME.txt5 behind this is that it's better to leave a call unimplemented than have
12 though, it's difficult to keep things "generic".
/dalvik/dx/tests/110-dex-preserve-this/
Dinfo.txt3 debuggers will get confused if "this" is reused, and it arguably
9 version, so it is possible for this test to spuriously fail if other
/dalvik/tests/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/dalvik/vm/mterp/
DNOTES.txt21 at a time, but since that only happens in the "debug" interpreter it's not
22 necessary for authors of platform-specific code to worry about it.)
59 If it's not possible to obey this rule, then we need to track the value
61 to accomplish this is to store it in the interpreted stack where the GC
62 can find it, and use a live-precise GC to ignore the value.
66 when it's no longer needed can be awkward.
/dalvik/dx/tests/030-minimal-jasmin/
Dinfo.txt2 file and then dumping it. It doesn't test any features in particular.
/dalvik/dx/tests/118-find-usages/
Dinfo.txt1 Creates a .dex file and runs find usages on it to find references and declarations.
/dalvik/tests/080-oom-throw/
Dinfo.txt2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
/dalvik/vm/mterp/x86/
DOP_CONST_WIDE_32.S4 SPILL(rIBASE) # save rIBASE (cltd trashes it)
DOP_CONST_WIDE_16.S4 SPILL(rIBASE) # preserve rIBASE (cltd trashes it)
/dalvik/tools/dexdeps/
DREADME.txt5 not define. When combined with a list of public APIs, it can be used to
6 determine whether an APK is accessing fields and calling methods that it
/dalvik/dx/tests/091-ssa-const-collector/
Dinfo.txt4 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/098-dex-jsr-ret-throw/
Dinfo.txt3 such a way that it caused the frame merge and subroutine inliner
/dalvik/dx/tests/111-use-null-as-array/
Dinfo.txt11 throw a NullPointerException if ever executed). However, it happens
17 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/003-magic-version-access/
Dinfo.txt3 dumping it.
/dalvik/dx/tests/109-int-branch/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/007-no-superclass/
Dinfo.txt3 dumping it.
/dalvik/dx/tests/092-ssa-cfg-edge-cases/
Dinfo.txt4 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/006-interfaces/
Dinfo.txt3 dumping it.
/dalvik/dx/tests/122-switch-with-high-register/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other

1234567