Home
last modified time | relevance | path

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

12

/dalvik/vm/alloc/
DDdmHeap.c127 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/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.c62 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()
Djava_lang_System.c255 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()
DREADME.txt9 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/
Dinfo.txt1 Test behavior when an instance field is overlapped (through separate
3 and throw an IncompatibleClassChangeError when the field is accessed.
/dalvik/vm/
DDdm.h64 bool dvmDdmHandleHpifChunk(int when);
73 bool dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native);
DREADME.txt7 namespace clashes. Use static functions when possible.
/dalvik/tests/066-mismatched-super/
Dinfo.txt1 This tests what happens when class A extends abstract class B, but somebody
/dalvik/tests/065-mismatched-implements/
Dinfo.txt1 This tests what happens when class A implements interface B, but somebody
/dalvik/dx/tests/100-local-mismatch/
Dinfo.txt1 This is a smoke test that makes sure that dx complains when a local
/dalvik/vm/mterp/
DNOTES.txt13 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
Dconfig-armv5te49 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-x8652 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv4t63 # end of defs; include this when cstubs/stubdefs.c is included
/dalvik/dx/tests/075-dex-cat2-value-merge/
Dinfo.txt2 when a known value of category-2 gets merged during control
/dalvik/tests/082-inline-execute/
Dinfo.txt7 looping manner to ensure that the tests are translated when a Jit is
/dalvik/dx/tests/079-dex-local-variable-renumbering/
Dinfo.txt2 local variable tables stay in sync when the register set gets renumbered
/dalvik/vm/mterp/x86-atom/
DTODO.txt8 skip a memory load when debugger support is completely disabled)
/dalvik/tests/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/dalvik/vm/compiler/template/
Dconfig-armv5te41 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv5te-vfp58 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv7-a-neon57 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv7-a57 # end of defs; include this when cstubs/stubdefs.c is included
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv5te.S481 * 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/
DCallOldABI.S166 @ we pushed on evaporates when we restore "sp".

12