Searched refs:when (Results 1 - 14 of 14) sorted by relevance

/dalvik/vm/
H A DDdm.h43 * If thread start/stop notification is enabled, call this when threads
49 * If thread start/stop notification is enabled, call this when the
60 * Let the heap know that the HPIF when value has changed.
62 * @return true iff the when value is supported by the VM.
64 bool dvmDdmHandleHpifChunk(int when);
67 * Let the heap know that the HPSG or NHSG what/when values have changed.
71 * @return true iff the what/when values are supported by the VM.
73 bool dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native);
H A DDvm.mk44 # Make a debugging version when building the simulator (if not told
45 # otherwise) and when explicitly asked.
94 # bug hunting: checksum and verify interpreted stack when making JNI calls
/dalvik/vm/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.c62 int when = args[0]; local
65 ret = dvmDdmHandleHpifChunk(when);
70 * public static boolean heapSegmentNotify(int when, int what, bool native)
78 int when = args[0]; // 0=never (off), 1=during GC local
83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native);
H A Djava_lang_System.c255 long long when = tv.tv_sec * 1000LL + tv.tv_usec / 1000; local
257 RETURN_LONG(when);
271 u8 when = dvmGetRelativeTimeNsec(); local
272 RETURN_LONG(when);
/dalvik/vm/alloc/
H A DDdmHeap.c48 * [u1]: capture reason (same as 'when' value from server)
69 /* If there's a one-shot 'when', reset it.
73 LOGW("%s(): can't lock heap to clear when\n", __func__);
106 /* 'when' value */
127 dvmDdmHandleHpifChunk(int when) argument
129 switch (when) {
131 dvmDdmSendHeapInfo(when, true);
137 gDvm.gcHeap->ddmHpifWhen = when;
140 LOGI("%s(): can't lock heap to set when\n", __func__);
145 LOGI("%s(): bad when valu
404 int when, what; local
459 dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native) argument
[all...]
/dalvik/vm/compiler/template/out/
H A 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.
625 * on what value we'd like to return when one of the operands is NaN.
/dalvik/vm/arch/arm/
H A DCallOldABI.S166 @ we pushed on evaporates when we restore "sp".
H A DCallEABI.S134 @ (both here and when exiting). Easier to just push an even number
164 * inserting pad words when appropriate.
335 @ the signature again, "copying" pad words when appropriate, storing
/dalvik/vm/mterp/armv5te/
H A Dfooter.S85 * Return from the translation cache to the interpreter when the compiler is
397 * Common code when a backward branch is taken.
492 * exist when the feature is disabled.
1008 * We encountered a null object when we weren't expecting one. We
/dalvik/vm/mterp/out/
H A DInterpAsm-armv4t.S896 * Exceptions that occur when unlocking a monitor need to appear as
1309 * on what value we'd like to return when one of the operands is NaN.
1363 * on what value we'd like to return when one of the operands is NaN.
1417 * on what value we'd like to return when one of the operands is NaN.
1452 * on what value we'd like to return when one of the operands is NaN.
9932 * Return from the translation cache to the interpreter when the compiler is
10244 * Common code when a backward branch is taken.
10339 * exist when the feature is disabled.
10855 * We encountered a null object when we weren't expecting one. We
H A DInterpAsm-armv5te-vfp.S896 * Exceptions that occur when unlocking a monitor need to appear as
9470 * Return from the translation cache to the interpreter when the compiler is
9782 * Common code when a backward branch is taken.
9877 * exist when the feature is disabled.
10393 * We encountered a null object when we weren't expecting one. We
H A DInterpAsm-armv5te.S896 * Exceptions that occur when unlocking a monitor need to appear as
1309 * on what value we'd like to return when one of the operands is NaN.
1363 * on what value we'd like to return when one of the operands is NaN.
1417 * on what value we'd like to return when one of the operands is NaN.
1452 * on what value we'd like to return when one of the operands is NaN.
9928 * Return from the translation cache to the interpreter when the compiler is
10240 * Common code when a backward branch is taken.
10335 * exist when the feature is disabled.
10851 * We encountered a null object when we weren't expecting one. We
H A DInterpAsm-armv7-a-neon.S903 * Exceptions that occur when unlocking a monitor need to appear as
9404 * Return from the translation cache to the interpreter when the compiler is
9716 * Common code when a backward branch is taken.
9811 * exist when the feature is disabled.
10327 * We encountered a null object when we weren't expecting one. We
H A DInterpAsm-armv7-a.S903 * Exceptions that occur when unlocking a monitor need to appear as
9404 * Return from the translation cache to the interpreter when the compiler is
9716 * Common code when a backward branch is taken.
9811 * exist when the feature is disabled.
10327 * We encountered a null object when we weren't expecting one. We

Completed in 2634 milliseconds