Searched refs:pack (Results 1 – 8 of 8) sorted by relevance
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Value.java | 35 public static Value pack(AhatInstance value) { in pack() method in Value 45 public static Value pack(boolean value) { in pack() method in Value 55 public static Value pack(char value) { in pack() method in Value 65 public static Value pack(float value) { in pack() method in Value 75 public static Value pack(double value) { in pack() method in Value 85 public static Value pack(byte value) { in pack() method in Value 95 public static Value pack(short value) { in pack() method in Value 105 public static Value pack(int value) { in pack() method in Value 115 public static Value pack(long value) { in pack() method in Value 427 return InstanceValue.pack(mInstance.getBaseline()); in getBaseline()
|
D | AhatArrayInstance.java | 59 return Value.pack(bools[index]); in initialize() 75 return Value.pack(chars[index]); in initialize() 90 return Value.pack(floats[index]); in initialize() 105 return Value.pack(doubles[index]); in initialize() 121 return Value.pack(bytes[index]); in initialize() 136 return Value.pack(shorts[index]); in initialize() 151 return Value.pack(ints[index]); in initialize() 166 return Value.pack(longs[index]); in initialize() 181 return Value.pack(insts[index]); in initialize()
|
D | Parser.java | 653 field.name, field.type, Value.pack(mInstances.get(deferred.getId()))); in parseInternal() 1043 case OBJECT: return Value.pack(instances.get(getId())); 1044 case BOOLEAN: return Value.pack(getBool()); 1045 case CHAR: return Value.pack(getChar()); 1046 case FLOAT: return Value.pack(getFloat()); 1047 case DOUBLE: return Value.pack(getDouble()); 1048 case BYTE: return Value.pack(getByte()); 1049 case SHORT: return Value.pack(getShort()); 1050 case INT: return Value.pack(getInt()); 1051 case LONG: return Value.pack(getLong()); [all …]
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | DiffFieldsTest.java | 45 FieldValue normal1 = new FieldValue("name", t0, Value.pack(1)); in normalMatchedDiffedFieldValues() 46 FieldValue normal2 = new FieldValue("name", t0, Value.pack(2)); in normalMatchedDiffedFieldValues() 51 assertEquals(Value.pack(1), x.current); in normalMatchedDiffedFieldValues() 52 assertEquals(Value.pack(2), x.baseline); in normalMatchedDiffedFieldValues() 58 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in nulledMatchedDiffedFieldValues() 64 assertEquals(Value.pack(1), x.current); in nulledMatchedDiffedFieldValues() 72 assertEquals(Value.pack(1), y.baseline); in nulledMatchedDiffedFieldValues() 78 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalAddedDiffedFieldValues() 83 assertEquals(Value.pack(1), x.current); in normalAddedDiffedFieldValues() 100 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalDeletedDiffedFieldValues() [all …]
|
D | DiffTest.java | 57 Value va = Value.pack(a); in diffUnchanged()
|
/art/tools/ahat/etc/ |
D | ahat_api.txt | 309 … method public static com.android.ahat.heapdump.Value pack(com.android.ahat.heapdump.AhatInstance); 310 method public static com.android.ahat.heapdump.Value pack(boolean); 311 method public static com.android.ahat.heapdump.Value pack(char); 312 method public static com.android.ahat.heapdump.Value pack(float); 313 method public static com.android.ahat.heapdump.Value pack(double); 314 method public static com.android.ahat.heapdump.Value pack(byte); 315 method public static com.android.ahat.heapdump.Value pack(short); 316 method public static com.android.ahat.heapdump.Value pack(int); 317 method public static com.android.ahat.heapdump.Value pack(long);
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2711 Ljava/lang/invoke/MethodTypeForm;->pack(IIII)J 11488 Lsun/security/util/ObjectIdentifier;->pack([BIIII)[B
|
/art/build/boot/ |
D | boot-image-profile.txt | 2747 HSPLjava/lang/invoke/MethodTypeForm;->pack(IIII)J
|