Home
last modified time | relevance | path

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

/dalvik/vm/
DPointerSet.cpp185 int where; in dvmPointerSetRemoveEntry() local
187 if (!dvmPointerSetHas(pSet, ptr, &where)) in dvmPointerSetRemoveEntry()
190 if (where != pSet->count-1) { in dvmPointerSetRemoveEntry()
192 memmove(&pSet->list[where], &pSet->list[where+1], in dvmPointerSetRemoveEntry()
193 (pSet->count-1 - where) * sizeof(pSet->list[0])); in dvmPointerSetRemoveEntry()
/dalvik/tests/300-package-override/
Dinfo.txt1 Tests a dalvik bug where we'd allow subclasses to override package-protected
/dalvik/vm/compiler/codegen/x86/libenc/
Ddec_base.cpp69 Inst::PrefGroups where; in fill_prefs() local
83 where = Inst::Group1; in fill_prefs()
95 where = Inst::Group2; in fill_prefs()
109 where = Inst::Group3; in fill_prefs()
114 where = Inst::Group4; in fill_prefs()
124 if (InstPrefix_Null != pinst->pref[where]) //only one prefix in each group in fill_prefs()
127 pinst->pref[where] = (InstPrefix)by1; in fill_prefs()
/dalvik/tests/032-concrete-sub/
Dinfo.txt2 where a concrete class and its abstract superclass were compiled with
/dalvik/tests/076-boolean-put/
Dinfo.txt1 This checks a case where javac generates code that stores a byte into a
/dalvik/dx/tests/042-dex-ignore-result/
Dinfo.txt4 method call to a method which returns a value, where that value is
/dalvik/dx/tests/066-dex-try-catch-rethrow/
Dinfo.txt2 a try-catch where the exception handler rethrows.
/dalvik/dx/tests/073-dex-null-array-refs/
Dinfo.txt2 a bunch of cases convert reasonably, where necessarily or possibly
/dalvik/dx/tests/074-dex-form35c-edge-case/
Dinfo.txt2 an edge case of instruction format 35c works, where a reference
/dalvik/dx/etc/
Ddx.bat19 REM Locate dx.jar in the directory where dx.bat was found and start it.
25 REM Change current directory to where dx is, to avoid issues with directories
/dalvik/vm/mterp/x86/
DOP_CHECK_CAST.S77 jmp .L${opcode}_resolved # pick up where we left off
/dalvik/vm/mterp/mips/
DOP_CHECK_CAST.S71 b .L${opcode}_resolved # pick up where we left off
DOP_INSTANCE_OF.S81 b .L${opcode}_resolved # pick up where we left off
DOP_INSTANCE_OF_JUMBO.S95 b .L${opcode}_resolved # pick up where we left off
DOP_CHECK_CAST_JUMBO.S82 b .L${opcode}_resolved # pick up where we left off
/dalvik/vm/mterp/armv5te/
DOP_CHECK_CAST.S68 b .L${opcode}_resolved @ pick up where we left off
DOP_INSTANCE_OF.S85 b .L${opcode}_resolved @ pick up where we left off
/dalvik/vm/arch/arm/
DCallOldABI.S101 @ an ldmia -- but we're doing the gcc frame trick where we push the
/dalvik/vm/mterp/
DREADME.txt19 are generated. The sources are written into the "out" directory, where
215 (where it is verified) and assembly (where the definitions are used).
277 where curHandlerTable and breakFlags come in to play.
DNOTES.txt61 to accomplish this is to store it in the interpreted stack where the GC
/dalvik/dexdump/
DNOTICE91 where such license applies only to those patent claims licensable
/dalvik/dx/
DNOTICE91 where such license applies only to those patent claims licensable
/dalvik/
DNOTICE96 where such license applies only to those patent claims licensable
/dalvik/opcode-gen/
Dbytecode.txt28 # where the destination and one of the sources have to be the same.
/dalvik/vm/mterp/out/
DInterpAsm-x86.S907 jmp .LOP_CHECK_CAST_resolved # pick up where we left off