Home
last modified time | relevance | path

Searched refs:It (Results 1 – 11 of 11) sorted by relevance

/dalvik/dx/tests/030-minimal-jasmin/
Dinfo.txt2 file and then dumping it. It doesn't test any features in particular.
/dalvik/dx/
DREADME.txt2 reformulates them for consumption in the VM. It also does a few other
/dalvik/dexgen/
DREADME.txt1 Home of dexgen, the dex code generator project. It provides API for
/dalvik/dx/tests/098-dex-jsr-ret-throw/
Dinfo.txt2 It contains an example of a subroutine being exited by a "throw" instruction in
/dalvik/vm/mterp/arm-vfp/
DREADME.txt5 and later. It assumes that word alignment is sufficient for double-word
/dalvik/dx/tests/094-scala-locals/
Dinfo.txt2 It tests a case observed from Scala, wherein a local variable is assigned
/dalvik/tools/dexdeps/
DREADME.txt7 shouldn't be. It may also be useful in determining whether an application
/dalvik/vm/alloc/
DVisit.cpp73 typedef IndirectRefTable::iterator It; // TODO: C++0x auto in visitIndirectRefTable() typedef
74 for (It it = table->begin(), end = table->end(); it != end; ++it) { in visitIndirectRefTable()
DMarkSweep.cpp889 typedef IndirectRefTable::iterator It; // TODO: C++0x auto in sweepWeakJniGlobals() typedef
890 for (It it = table->begin(), end = table->end(); it != end; ++it) { in sweepWeakJniGlobals()
/dalvik/vm/arch/arm/
DCallEABI.S204 @ held in r2-r3. It's possible r3 will hold a pad, so check the
/dalvik/vm/mterp/
DNOTES.txt42 stack for the portable interpreter, and in glue->retval for asm). It's not