Searched defs:size (Results 1 - 25 of 140) sorted by relevance

123456

/dalvik/dexgen/src/com/android/dexgen/rop/
H A DFieldList.java37 * @return the size
39 public int size(); method in interface:FieldList
44 * @param n {@code n >= 0, n < size();} which field
H A DStdFieldList.java29 * @param size the size of the list
31 public StdFieldList(int size) { argument
32 super(size);
43 * @param n {@code >= 0, < size();} which field
H A DAttributeList.java36 * @return the size
38 public int size(); method in interface:AttributeList
43 * @param n {@code n >= 0, n < size();} which attribute
H A DStdAttributeList.java30 * @param size the size of the list
32 public StdAttributeList(int size) { argument
33 super(size);
43 int sz = size();
55 int sz = size();
69 int sz = size();
98 * @param n {@code >= 0, < size();} which attribute
/dalvik/dx/src/com/android/dx/cf/iface/
H A DFieldList.java37 * @return the size
39 public int size(); method in interface:FieldList
44 * @param n {@code n >= 0, n < size();} which field
H A DMethodList.java36 * @return the size
38 public int size(); method in interface:MethodList
43 * @param n {@code n >= 0, n < size();} which method
H A DAttributeList.java36 * @return the size
38 public int size(); method in interface:AttributeList
43 * @param n {@code n >= 0, n < size();} which attribute
H A DStdAttributeList.java30 * @param size the size of the list
32 public StdAttributeList(int size) { argument
33 super(size);
43 int sz = size();
55 int sz = size();
69 int sz = size();
98 * @param n {@code >= 0, < size();} which attribute
H A DStdFieldList.java29 * @param size the size of the list
31 public StdFieldList(int size) { argument
32 super(size);
43 * @param n {@code >= 0, < size();} which field
H A DStdMethodList.java29 * @param size the size of the list
31 public StdMethodList(int size) { argument
32 super(size);
43 * @param n {@code >= 0, < size();} which method
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotationsList.java41 int size = list1.size();
43 if (size != list2.size()) {
44 throw new IllegalArgumentException("list1.size() != list2.size()");
47 AnnotationsList result = new AnnotationsList(size);
49 for (int i = 0; i < size; i++) {
62 * @param size the size o
64 AnnotationsList(int size) argument
[all...]
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DConstantPool.java25 * Get the "size" of the constant pool. This corresponds to the
27 * always at least one more than the actual size of the constant pool,
30 * @return {@code >= 1;} the size
32 public int size(); method in interface:ConstantPool
38 * @param n {@code n >= 0, n < size();} the constant pool index
50 * @param n {@code n >= 0, n < size();} the constant pool index
65 * @param n {@code n >= 0, n < size();} the constant pool index
H A DStdConstantPool.java35 * @param size the size of the pool; this corresponds to the
37 * always at least one more than the actual size of the constant pool,
40 public StdConstantPool(int size) { argument
41 super(size > 1);
43 if (size < 1) {
44 throw new IllegalArgumentException("size < 1");
47 entries = new Constant[size];
51 public int size() { method in class:StdConstantPool
93 * @param n {@code >= 1, < size();} whic
[all...]
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeList.java35 * Gets the size of this list.
37 * @return {@code >= 0;} the size
39 public int size(); method in interface:TypeList
46 * @param n {@code >= 0, < size();} which element
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteBlockList.java31 * @param size {@code >= 0;} the number of elements to be in the list
33 public ByteBlockList(int size) { argument
34 super(size);
42 * @param n {@code >= 0, < size();} which element
69 * @param n {@code >= 0, < size();} which element
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotationsList.java41 int size = list1.size();
43 if (size != list2.size()) {
44 throw new IllegalArgumentException("list1.size() != list2.size()");
47 AnnotationsList result = new AnnotationsList(size);
49 for (int i = 0; i < size; i++) {
62 * @param size the size o
64 AnnotationsList(int size) argument
[all...]
/dalvik/dx/src/com/android/dx/rop/cst/
H A DConstantPool.java25 * Get the "size" of the constant pool. This corresponds to the
27 * always at least one more than the actual size of the constant pool,
30 * @return {@code >= 1;} the size
32 public int size(); method in interface:ConstantPool
38 * @param n {@code n >= 0, n < size();} the constant pool index
50 * @param n {@code n >= 0, n < size();} the constant pool index
65 * @param n {@code n >= 0, n < size();} the constant pool index
H A DStdConstantPool.java35 * @param size the size of the pool; this corresponds to the
37 * always at least one more than the actual size of the constant pool,
40 public StdConstantPool(int size) { argument
41 super(size > 1);
43 if (size < 1) {
44 throw new IllegalArgumentException("size < 1");
47 entries = new Constant[size];
51 public int size() { method in class:StdConstantPool
93 * @param n {@code >= 1, < size();} whic
[all...]
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeList.java35 * Gets the size of this list.
37 * @return {@code >= 0;} the size
39 public int size(); method in interface:TypeList
46 * @param n {@code >= 0, < size();} which element
/dalvik/dx/tests/118-find-usages/
H A DFoo.java52 @Override public int size() { method in class:Foo.MyList
/dalvik/libdex/
H A DDexDataMap.cpp33 size_t size = 0; local
39 if (!safe_mul(&size, maxCount, sizeof(u4) + sizeof(u2)) ||
40 !safe_add(&size, size, sizeof(DexDataMap))) {
44 map = (DexDataMap*) malloc(size);
/dalvik/vm/compiler/codegen/
H A DRalloc.h27 * Return most flexible allowed register class based on size.
32 static inline RegisterClass dvmCompilerRegClassBySize(OpSize size) argument
34 return (size == kUnsignedHalf ||
35 size == kSignedHalf ||
36 size == kUnsignedByte ||
37 size == kSignedByte ) ? kCoreReg : kAnyReg;
222 int displacement, int rSrc, OpSize size);
/dalvik/vm/compiler/codegen/mips/
H A DArchUtility.cpp31 * Interpret a format string and build a string no longer than size
35 unsigned char *baseAddr, int size)
38 char *bufEnd = &buf[size-1];
325 ALOGD("total size is %d bytes", cUnit->totalSize);
352 void dvmCompilerCacheClear(char *start, size_t size)
355 memset(start, 0x66, size);
34 buildInsnString(const char *fmt, MipsLIR *lir, char* buf, unsigned char *baseAddr, int size) argument
H A DRalloc.h31 * Return most flexible allowed register class based on size.
36 static inline RegisterClass dvmCompilerRegClassBySize(OpSize size) argument
38 return (size == kUnsignedHalf ||
39 size == kSignedHalf ||
40 size == kUnsignedByte ||
41 size == kSignedByte ) ? kCoreReg : kAnyReg;
/dalvik/vm/jdwp/
H A DJdwpConstants.cpp213 const char* dvmJdwpStepSizeStr(JdwpStepSize size) argument
215 switch (size) {

Completed in 736 milliseconds

123456