Searched refs:values (Results 1 - 25 of 57) sorted by relevance

123

/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java29 private int[] values; field in class:IntList
34 /** whether the values are currently sorted */
87 values = new int[initialCapacity];
103 result = (result * 31) + values[i];
131 if (values[i] != otherList.values[i]) {
150 sb.append(values[i]);
177 return values[n];
198 values[n] = value;
219 values[siz
[all...]
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java29 private int[] values; field in class:IntList
34 /** whether the values are currently sorted */
87 values = new int[initialCapacity];
103 result = (result * 31) + values[i];
131 if (values[i] != otherList.values[i]) {
150 sb.append(values[i]);
177 return values[n];
198 values[n] = value;
219 values[siz
[all...]
/dalvik/dx/src/com/android/dx/cf/code/
H A DSwitchList.java28 /** {@code non-null;} list of test values */
29 private final IntList values; field in class:SwitchList
32 * {@code non-null;} list of targets corresponding to the test values; there
48 this.values = new IntList(size);
56 values.setImmutable();
77 return values.get(n);
112 * Gets the list of all case values.
117 return values;
154 values.add(value);
180 values
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DArrayData.java38 /** {@code non-null;} initial values to be filled into an array */
39 private final ArrayList<Constant> values; field in class:ArrayData
57 * @param values {@code non-null;} initial values to be filled into an array
60 ArrayList<Constant> values,
68 if (values == null) {
69 throw new NullPointerException("values == null");
72 int sz = values.size();
75 throw new IllegalArgumentException("Illegal number of init values");
96 this.values
59 ArrayData(SourcePosition position, CodeAddress user, ArrayList<Constant> values, Constant arrayType) argument
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DArrayData.java38 /** {@code non-null;} initial values to be filled into an array */
39 private final ArrayList<Constant> values; field in class:ArrayData
57 * @param values {@code non-null;} initial values to be filled into an array
60 ArrayList<Constant> values,
68 if (values == null) {
69 throw new NullPointerException("values == null");
72 int sz = values.size();
75 throw new IllegalArgumentException("Illegal number of init values");
96 this.values
59 ArrayData(SourcePosition position, CodeAddress user, ArrayList<Constant> values, Constant arrayType) argument
[all...]
/dalvik/vm/arch/generic/
H A DCall.cpp73 void* values[kMaxArgs]; local
79 values[0] = &pEnv;
83 values[1] = &clazz;
86 values[1] = (void*) argv++;
93 * "types" array. Store the start address of the argument in "values".
98 values[dstArg++] = (void*) argv++;
111 ffi_call(&cif, FFI_FN(func), pReturn, values);
/dalvik/dx/src/com/android/dx/io/
H A DAnnotation.java29 private final EncodedValue[] values; field in class:Annotation
32 EncodedValue[] values) {
37 this.values = values;
53 return values;
62 values[i].writeTo(out);
75 int compare = values[i].compareTo(other.values[i]);
99 result.append(values[i]);
31 Annotation(DexBuffer buffer, byte visibility, int typeIndex, int[] names, EncodedValue[] values) argument
/dalvik/hit/src/com/android/hit/
H A DState.java61 for (Heap heap: mHeaps.values()) {
112 for (Heap heap: mHeaps.values()) {
125 for (Heap heap: mHeaps.values()) {
137 for (Heap heap: mHeaps.values()) {
149 for (Heap heap: mHeaps.values()) {
157 for (Heap heap: mHeaps.values()) {
165 for (Heap heap: mHeaps.values()) {
173 for (Heap heap: mHeaps.values()) {
H A DHeap.java113 for (ClassObj theClass: mClassesById.values()) {
123 for (ClassObj theClass: mClassesById.values()) {
134 for (ClassObj theClass: mClassesById.values()) {
154 for (Instance instance : mInstances.values()) {
175 for (ClassObj theClass: mClassesById.values()) {
H A DQueries.java64 * The values of the map are the classes defined in each package.
78 for (Heap heap: state.mHeaps.values()) {
79 classes.addAll(heap.mClassesById.values());
202 for (Heap heap: state.mHeaps.values()) {
212 for (Heap newHeap: newer.mHeaps.values()) {
219 for (Instance instance: newHeap.mInstances.values()) {
H A DClassInstance.java48 byte[] values) {
49 ByteArrayInputStream bais = new ByteArrayInputStream(values);
47 resolve(State state, ClassObj isa, int[] types, byte[] values) argument
/dalvik/vm/mterp/x86/
H A Dstub.S6 LOAD_PC_FP_FROM_SELF # retrieve updated values
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java110 Iterator<Annotation> thisIter = annotations.values().iterator();
111 Iterator<Annotation> otherIter = other.annotations.values().iterator();
139 for (Annotation a : annotations.values()) {
199 for (Annotation a : toAdd.annotations.values()) {
211 return Collections.unmodifiableCollection(annotations.values());
H A DAnnotation.java112 Iterator<NameValuePair> thisIter = elements.values().iterator();
113 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
150 for (NameValuePair pair : elements.values()) {
230 return Collections.unmodifiableCollection(elements.values());
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java110 Iterator<Annotation> thisIter = annotations.values().iterator();
111 Iterator<Annotation> otherIter = other.annotations.values().iterator();
139 for (Annotation a : annotations.values()) {
199 for (Annotation a : toAdd.annotations.values()) {
211 return Collections.unmodifiableCollection(annotations.values());
H A DAnnotation.java104 Iterator<NameValuePair> thisIter = elements.values().iterator();
105 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
142 for (NameValuePair pair : elements.values()) {
222 return Collections.unmodifiableCollection(elements.values());
/dalvik/vm/hprof/
H A DHprofOutput.cpp207 int hprofAddU1ListToRecord(hprof_record_t *rec, const u1 *values, argument
217 memcpy(rec->body + rec->length, values, numValues);
245 int hprofAddU2ListToRecord(hprof_record_t *rec, const u2 *values, argument
257 U2_TO_BUF_BE(insert, 0, *values++);
258 insert += sizeof(*values);
270 int hprofAddU4ListToRecord(hprof_record_t *rec, const u4 *values, argument
282 U4_TO_BUF_BE(insert, 0, *values++);
283 insert += sizeof(*values);
295 int hprofAddU8ListToRecord(hprof_record_t *rec, const u8 *values, argument
307 U8_TO_BUF_BE(insert, 0, *values
[all...]
H A DHprof.h197 const u1 *values, size_t numValues);
203 const u2 *values, size_t numValues);
207 const u4 *values, size_t numValues);
211 const u8 *values, size_t numValues);
214 #define hprofAddIdListToRecord(rec, values, numValues) \
215 hprofAddU4ListToRecord((rec), (const u4 *)(values), (numValues))
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStatistics.java81 for (Data data : dataMap.values()) {
85 for (Data data : sortedData.values()) {
97 for (Data data : dataMap.values()) {
101 for (Data data : sortedData.values()) {
H A DStringIdsSection.java54 return strings.values();
205 for (StringIdItem s : strings.values()) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DStatistics.java81 for (Data data : dataMap.values()) {
85 for (Data data : sortedData.values()) {
97 for (Data data : dataMap.values()) {
101 for (Data data : sortedData.values()) {
H A DStringIdsSection.java53 return strings.values();
177 for (StringIdItem s : strings.values()) {
/dalvik/vm/mterp/armv5te/
H A Dstub.S5 LOAD_PC_FP_FROM_SELF() @ retrieve updated values
/dalvik/dx/junit-tests/com/android/dx/util/
H A DBitIntSetTest.java100 int[] values = {0, 1, 31, 32, 128};
102 for (int i = 0; i < values.length; i++) {
103 set.add(values[i]);
108 for (int i = 0; i < values.length; i++) {
110 assertEquals(values[i], iter.next());
/dalvik/vm/analysis/
H A DDexPrepare.cpp385 char values[argc][kMaxIntLen]; local
421 sprintf(values[2], "%d", DALVIK_VM_BUILD);
422 argv[curArg++] = values[2];
424 sprintf(values[3], "%d", fd);
425 argv[curArg++] = values[3];
427 sprintf(values[4], "%d", (int) dexOffset);
428 argv[curArg++] = values[4];
430 sprintf(values[5], "%d", (int) dexLength);
431 argv[curArg++] = values[5];
435 sprintf(values[
[all...]

Completed in 579 milliseconds

123