/dalvik/vm/alloc/ |
D | DdmHeap.cpp | 126 bool dvmDdmHandleHpifChunk(int when) in dvmDdmHandleHpifChunk() argument 128 switch (when) { in dvmDdmHandleHpifChunk() 130 dvmDdmSendHeapInfo(when, true); in dvmDdmHandleHpifChunk() 136 gDvm.gcHeap->ddmHpifWhen = when; in dvmDdmHandleHpifChunk() 144 ALOGI("%s(): bad when value 0x%08x", __func__, when); in dvmDdmHandleHpifChunk() 434 int when, what; in dvmDdmSendHeapSegments() local 440 when = gcHeap->ddmHpsgWhen; in dvmDdmSendHeapSegments() 442 if (when == HPSG_WHEN_NEVER) { in dvmDdmSendHeapSegments() 446 when = gcHeap->ddmNhsgWhen; in dvmDdmSendHeapSegments() 448 if (when == HPSG_WHEN_NEVER) { in dvmDdmSendHeapSegments() [all …]
|
/dalvik/vm/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp | 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.cpp | 376 long long when = tv.tv_sec * 1000LL + tv.tv_usec / 1000; in Dalvik_java_lang_System_currentTimeMillis() local 378 RETURN_LONG(when); in Dalvik_java_lang_System_currentTimeMillis() 392 u8 when = dvmGetRelativeTimeNsec(); in Dalvik_java_lang_System_nanoTime() local 393 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/092-locale/src/ |
D | Main.java | 73 Date when = usaCal.getTime(); in testCalendar() local 77 + fmt.format(when)); in testCalendar() 89 when = franceCal.getTime(); in testCalendar() 93 + fmt.format(when)); in testCalendar()
|
/dalvik/tests/089-many-methods/ |
D | info.txt | 1 Test that we print a reasonable message when the application exceeds more
|
/dalvik/dx/tests/114-value-propagation/ |
D | info.txt | 1 Tests propagation of constant values, specifically when going from a
|
/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/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 | 53 # end of defs; include this when cstubs/stubdefs.cpp is included
|
D | config-x86 | 57 # end of defs; include this when cstubs/stubdefs.cpp is included
|
/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/dx/tests/120-disable-extended-ops/ |
D | info.txt | 2 disable the emission of extended-opcode instructions when the target
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
D | info.txt | 2 when a known value of category-2 gets merged during control
|
/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/tests/082-inline-execute/ |
D | info.txt | 7 looping manner to ensure that the tests are translated when a Jit is
|
/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-ia32 | 41 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-armv5te-vfp | 64 # end of defs; include this when cstubs/stubdefs.c is included
|
D | config-armv7-a | 63 # end of defs; include this when cstubs/stubdefs.c is included
|