/dalvik/vm/alloc/ |
D | DdmHeap.c | 127 dvmDdmHandleHpifChunk(int when) in dvmDdmHandleHpifChunk() argument 129 switch (when) { in dvmDdmHandleHpifChunk() 131 dvmDdmSendHeapInfo(when, true); in dvmDdmHandleHpifChunk() 137 gDvm.gcHeap->ddmHpifWhen = when; in dvmDdmHandleHpifChunk() 145 LOGI("%s(): bad when value 0x%08x\n", __func__, when); in dvmDdmHandleHpifChunk() 404 int when, what; in dvmDdmSendHeapSegments() local 410 when = gcHeap->ddmHpsgWhen; in dvmDdmSendHeapSegments() 412 if (when == HPSG_WHEN_NEVER) { in dvmDdmSendHeapSegments() 416 when = gcHeap->ddmNhsgWhen; in dvmDdmSendHeapSegments() 418 if (when == HPSG_WHEN_NEVER) { in dvmDdmSendHeapSegments() [all …]
|
/dalvik/vm/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.c | 62 int when = args[0]; in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_heapInfoNotify() local 65 ret = dvmDdmHandleHpifChunk(when); in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_heapInfoNotify() 78 int when = args[0]; // 0=never (off), 1=during GC in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_heapSegmentNotify() local 83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native); in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_heapSegmentNotify()
|
D | java_lang_System.c | 255 long long when = tv.tv_sec * 1000LL + tv.tv_usec / 1000; in Dalvik_java_lang_System_currentTimeMillis() local 257 RETURN_LONG(when); in Dalvik_java_lang_System_currentTimeMillis() 271 u8 when = dvmGetRelativeTimeNsec(); in Dalvik_java_lang_System_nanoTime() local 272 RETURN_LONG(when); in Dalvik_java_lang_System_nanoTime()
|
D | README.txt | 9 state, so we don't set the thread status to THREAD_NATIVE when executing 13 check for that flag when issuing the call.
|
/dalvik/tests/073-mismatched-field/ |
D | info.txt | 1 Test behavior when an instance field is overlapped (through separate 3 and throw an IncompatibleClassChangeError when the field is accessed.
|
/dalvik/vm/ |
D | Ddm.h | 64 bool dvmDdmHandleHpifChunk(int when); 73 bool dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native);
|
D | README.txt | 7 namespace clashes. Use static functions when possible.
|
/dalvik/tests/066-mismatched-super/ |
D | info.txt | 1 This tests what happens when class A extends abstract class B, but somebody
|
/dalvik/tests/065-mismatched-implements/ |
D | info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/dalvik/dx/tests/100-local-mismatch/ |
D | info.txt | 1 This is a smoke test that makes sure that dx complains when a local
|
/dalvik/vm/mterp/ |
D | NOTES.txt | 13 There are other ways for a thread to be stopped when a GC happens, notably: 16 allocation, or indirectly by allocating an exception when something 25 things, but they matter when considering the contents of Dalvik's virtual 47 (This is potentially an issue when debugging, since we can theoretically 66 when it's no longer needed can be awkward. 68 Any solution must work correctly when returning into or returning from native
|
D | config-armv5te | 49 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-x86 | 52 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-armv4t | 63 # end of defs; include this when cstubs/stubdefs.c is included
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
D | info.txt | 2 when a known value of category-2 gets merged during control
|
/dalvik/tests/082-inline-execute/ |
D | info.txt | 7 looping manner to ensure that the tests are translated when a Jit is
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
D | info.txt | 2 local variable tables stay in sync when the register set gets renumbered
|
/dalvik/vm/mterp/x86-atom/ |
D | TODO.txt | 8 skip a memory load when debugger support is completely disabled)
|
/dalvik/tests/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/dalvik/vm/compiler/template/ |
D | config-armv5te | 41 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-armv5te-vfp | 58 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-armv7-a-neon | 57 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-armv7-a | 57 # end of defs; include this when cstubs/stubdefs.c is included
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv5te.S | 481 * on what value we'd like to return when one of the operands is NaN. 523 * on what value we'd like to return when one of the operands is NaN. 565 * on what value we'd like to return when one of the operands is NaN.
|
/dalvik/vm/arch/arm/ |
D | CallOldABI.S | 166 @ we pushed on evaporates when we restore "sp".
|