Searched refs:data (Results 51 - 70 of 70) sorted by relevance

123

/dalvik/vm/mterp/x86/
H A DOP_CHECK_CAST.S58 * going to have to recreate some data.
/dalvik/vm/
H A DAllocTracker.cpp19 * the most recent allocations. The data can be viewed through DDMS.
42 * because we go from an array of fixed-size structs to variable-sized data.
226 The data we send to DDMS contains everything we have recorded.
252 followed by UTF-16 data.
367 * On the second call, "ptr" points to a data buffer, and "baseLen"
370 * The size of the output data is returned.
502 * Generate a DDM packet with all of the tracked allocation data.
649 u1* data; local
651 if (dvmGenerateTrackedAllocationReport(&data, &dataLen))
652 free(data);
[all...]
H A DJni.cpp94 For some large chunks of data, notably primitive arrays and String data,
98 TODO: we're using simple root set references to pin primitive array data,
2095 * Create a new String from Unicode data.
2121 * Get a string's character data.
2134 const u2* data = strObj->chars(); local
2138 return (jchar*) data;
2358 _ctype* data = (_ctype*) (void*) arrayObj->contents; \
2362 return data; \
2402 _ctype* data
2598 void* data = arrayObj->contents; local
2627 const u2* data = strObj->chars(); local
[all...]
H A DDebugger.cpp993 const u1* data = (const u1*)arrayObj->contents; local
1012 copyValuesToBE(outBuf, data + firstIndex*width, count, width);
1017 pObjects = (Object**) data;
1038 * Set a range of elements in an array from the data in "buf".
1044 u1* data = (u1*)arrayObj->contents; local
1062 copyValuesFromBE(data + firstIndex*width, buf, count, width);
1067 pObjects = (Object**) data;
/dalvik/libdex/
H A Dsha1.cpp25 void SHA1Update(SHA1_CTX* context, unsigned char* data,
28 void SHA1Update(SHA1_CTX* context, unsigned char* data,
78 #define SHA1HANDSOFF /*Copies data before messing with it.*/
213 /* Run your data through this. */
215 void SHA1Update(SHA1_CTX* context, const unsigned char* data, argument
226 memcpy(&context->buffer[j], data, (i = 64-j));
229 SHA1Transform(context->state, &data[i]);
235 memcpy(&context->buffer[j], &data[i], len - i);
H A DDexFile.h188 /* auxillary data section chunk codes */
249 u4 offset; /* file offset to the start of data */
357 u2 handlerOff; /* offset in encoded handler data to handlers */
435 u1 annotation[1]; /* data in encoded_annotation format */
444 u1 array[1]; /* data in encoded_array format */
481 u4 optOffset; /* file offset of optimized data tables */
521 /* points to start of DEX file data */
527 /* additional app-specific data structures associated with the DEX */
541 DexFile* dexFileParse(const u1* data, size_t length, int flags);
597 * Set up the basic raw data pointer
[all...]
/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java734 Object data = payload.getData();
741 case 1: out.write((byte[]) data); break;
742 case 2: out.write((short[]) data); break;
743 case 4: out.write((int[]) data); break;
744 case 8: out.write((long[]) data); break;
/dalvik/tools/hprof-conv/
H A DHprofConv.c18 * Strip Android-specific records out of hprof data, back-converting from
20 * Android hprof data to be handled by widely-available tools (like "jhat").
133 * Return a pointer to the data buffer.
135 * The pointer may change as data is added to the buffer, so this value
144 * Get the amount of data currently in the buffer.
183 * Add data to the buffer after ensuring it can hold it.
185 static int ebAddData(ExpandBuf* pBuf, const void* data, size_t count) argument
188 memcpy(pBuf->storage + pBuf->curLen, data, count);
216 * Read some data, adding it to the expanding buffer.
218 * This will ensure that the buffer has enough space to hold the new data
[all...]
/dalvik/vm/alloc/
H A DCopying.cpp36 * The other major data structures that maintain the state of the heap
1300 * code is copied along with the instance data.
1304 /* TODO(cshapiro): don't copy, re-map large data objects. */
1416 void *obj = entry->data;
1420 pinObject(entry->data);
1450 Object *obj = (Object *)entry->data;
1454 // LOG_SCAV("entry->data=%p", entry->data);
1455 LOG_SCAV(">>> string obj=%p", entry->data);
1457 scavengeReference((Object **)(void *)&entry->data);
[all...]
/dalvik/vm/analysis/
H A DDexPrepare.cpp328 * Given a descriptor for a file with DEX data in it, produce an
349 * Returns "true" on success. All data will have been written to "fd".
562 * our DEX data plus room for a small header.
694 * Append any optimized pre-computed data structures.
697 ALOGW("Failed writing opt data");
752 * The data was presented to the VM as a byte array rather than a file.
848 * Create a data structure for use by the bytecode optimizer.
1160 * and verify that data as well.
1344 // consumed all data and no more?
1346 ALOGW("DexOpt: Spurious dep data
1435 writeChunk(int fd, u4 type, const void* data, size_t size) argument
[all...]
/dalvik/vm/interp/
H A DInterp.cpp201 * switch or array data in the instruction stream, we don't want to set
205 * associates the switch data with the switch statement's line number,
208 * instruction that doubles as a data table magic number, and an explicit
994 * Construct an s4 from two consecutive half-words of switch data.
1006 u2* data = switchData; local
1007 return data[0] | (((s4) data[1]) << 16);
1025 * Packed switch data format:
1078 * Sparse switch data format:
1134 * Copy data fo
[all...]
H A DJit.cpp36 /* Allocate space for per-thread ShadowSpace data structures */
50 /* Free per-thread ShadowSpace data structures */
368 if (heapSpacePtr->data != memData) {
379 heapSpacePtr->addr, memData, heapSpacePtr->data);
/dalvik/vm/arch/sh/
H A DCallSH4ABI.S345 ## fetch data
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S213 * Macro for data memory barrier; not meaningful pre-ARMv6K.
219 * Macro for data memory barrier; not meaningful pre-ARMv6K.
1036 /* fill-array-data vAA, +BBBBBBBB */
1042 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
1044 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
2724 add r0, r0, #offStaticField_value @ r0<- pointer to data
2917 add r2, r2, #offStaticField_value @ r2<- pointer to data
7211 add r0, r0, #offStaticField_value @ r0<- pointer to data
7245 add r2, r2, #offStaticField_value @ r2<- pointer to data
9515 * AND/LDR pairs. Costs a data loa
[all...]
H A DInterpAsm-armv7-a-neon.S217 * Macro for data memory barrier.
228 * Macro for data memory barrier (store/store variant).
1046 /* fill-array-data vAA, +BBBBBBBB */
1052 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
1054 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
2728 add r0, r0, #offStaticField_value @ r0<- pointer to data
2921 add r2, r2, #offStaticField_value @ r2<- pointer to data
7169 add r0, r0, #offStaticField_value @ r0<- pointer to data
7203 add r2, r2, #offStaticField_value @ r2<- pointer to data
9452 * AND/LDR pairs. Costs a data loa
[all...]
H A DInterpAsm-armv7-a.S217 * Macro for data memory barrier.
228 * Macro for data memory barrier (store/store variant).
1046 /* fill-array-data vAA, +BBBBBBBB */
1052 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
1054 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
2728 add r0, r0, #offStaticField_value @ r0<- pointer to data
2921 add r2, r2, #offStaticField_value @ r2<- pointer to data
7169 add r0, r0, #offStaticField_value @ r0<- pointer to data
7203 add r2, r2, #offStaticField_value @ r2<- pointer to data
9452 * AND/LDR pairs. Costs a data loa
[all...]
H A DInterpAsm-armv5te.S213 * Macro for data memory barrier; not meaningful pre-ARMv6K.
219 * Macro for data memory barrier; not meaningful pre-ARMv6K.
1036 /* fill-array-data vAA, +BBBBBBBB */
1042 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
1044 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
2746 add r0, r0, #offStaticField_value @ r0<- pointer to data
2939 add r2, r2, #offStaticField_value @ r2<- pointer to data
7533 add r0, r0, #offStaticField_value @ r0<- pointer to data
7567 add r2, r2, #offStaticField_value @ r2<- pointer to data
9973 * AND/LDR pairs. Costs a data loa
[all...]
H A DInterpAsm-x86-atom.S83 * Stack locations used for temporary data. For convenience.
2163 * Code: Constructs and fills an array with the given data. Provides
2243 * Code: Constructs and fills an array with the given data. Provides
2304 * Code: Fills an array with given data. Uses no substitutions.
2306 * For: fill-array-data
2308 * Description: Fill the given array with the idicated data. The reference
2309 * must be an array of primitives, and the data table must
2321 lea (rPC, %edx, 2), %edx # %edx<- PC + +BBBBBBBB; array data location
H A DInterpAsm-x86.S870 * going to have to recreate some data.
1392 /* fill-array-data vAA, +BBBBBBBB */
15229 * Common subroutines and data.

Completed in 352 milliseconds

123