Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 debugger, and include the list in the GC root set. This ensures that
82 performing operations on Threads. Exceptions to this rule are noted in
155 /* keep track of type, in case we need to distinguish them someday */
163 * the low 4 bits in our hash.
180 * Determine if an id is already in the list.
226 LOGI("ignoring registerObject request in thread=%d\n",
271 * If speed is an issue we can encode the registry index in the high
333 * have added the object to the registry -- but in some cases (e.g.
355 // TODO? verify "id" is actually a method in "refTypeId"
371 // TODO? verify "id" is actually a field in "refTypeId"
511 // in System.exitInternal(), which can call JNI exit hook
670 * Our class descriptors are in the correct format, so we just copy that.
864 * comparisons. It ensures that we only find the classes in the
975 * Return a tag indicating the general type of elements in the array.
990 static void copyValuesToBE(u1* out, const u1* in, int count, int width)
996 memcpy(out, in, count);
1000 *(((u2*) out)+i) = get2BE(in + i*2);
1004 *(((u4*) out)+i) = get4BE(in + i*4);
1008 *(((u8*) out)+i) = get8BE(in + i*8);
1019 static void copyValuesFromBE(u1* out, const u1* in, int count, int width)
1025 memcpy(out, in, count);
1029 set2BE(out + i*2, *((u2*)in + i));
1033 set4BE(out + i*4, *((u4*)in + i));
1037 set8BE(out + i*8, *((u8*)in + i));
1098 * Set a range of elements in an array from the data in "buf".
1145 * The only place the reference will be held in the VM is in our registry.
1354 * Note we operate in Dalvik's 16-bit units rather than bytes.
1394 * Eclipse appears to expect that the "this" reference is in slot zero.
1399 * So, we remap the item in slot 0 to 1000, and remap "this" to zero. On
1843 * Determine whether or not a thread exists in the VM's thread list.
1902 * before we use the Thread. This is necessary and should be safe in this
1903 * circumstance; see comments in dvmWaitForSuspend().
2007 LOGE("unable to find name field in ThreadGroup\n");
2033 LOGE("unable to find parent field in ThreadGroup\n");
2042 * Get the list of threads in the thread group.
2267 /* can happen if our ThreadDeath notify crosses in the mail */
2335 LOGW("Debugger: invalid 'this' pointer %p in %s.%s; returning NULL\n",
2588 * debugger is interested in the event. We do this because the current
2725 * Invoke a method in a thread that has been stopped on a breakpoint or
2758 * multiple times in jdb.)
2876 * We're currently in VMWAIT, because we're stopped on a breakpoint. We
2887 * We can be called while an exception is pending in the VM. We need
2966 // else, If we're already in a valid range for this lineNum,
3005 // If the line number was the last in the position table...
3049 * Send up a JDWP event packet with a DDM chunk in it.
3059 * Send up a JDWP event packet with a DDM chunk in it. The chunk is