Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 5 of 5) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java125 public static Type getType(Value value) { in getType() method in Value
132 abstract Type getType(); in getType() method in Value
245 Type getType() { in getType() method in Value.BooleanValue
280 Type getType() { in getType() method in Value.ByteValue
315 Type getType() { in getType() method in Value.CharValue
345 Type getType() { in getType() method in Value.DoubleValue
375 Type getType() { in getType() method in Value.FloatValue
416 Type getType() { in getType() method in Value.InstanceValue
461 Type getType() { in getType() method in Value.IntValue
501 Type getType() { in getType() method in Value.LongValue
[all …]
DParser.java737 Type getType() { in getType() method in Parser.DeferredInstanceValue
1025 public Type getType() throws HprofFormatException { in getType() method in Parser.HprofBuffer
/art/artd/binder/com/android/server/art/
DIArtdCancellationSignal.aidl29 long getType(); in getType() method
/art/libartservice/service/java/com/android/server/art/
DDexMetadataHelper.java94 private static @DexMetadata.Type int getType(@NonNull ZipFile zipFile) { in getType() method in DexMetadataHelper
/art/artd/
Dartd.cc1306 ScopedAStatus ArtdCancellationSignal::getType(int64_t* _aidl_return) { in getType() function in art::artd::ArtdCancellationSignal