Home
last modified time | relevance | path

Searched refs:HprofBasicType (Results 1 – 1 of 1) sorted by relevance

/art/runtime/hprof/
Dhprof.cc139 enum HprofBasicType { enum
918 static HprofBasicType SignatureToBasicTypeAndSize(const char* sig, size_t* size_out) { in SignatureToBasicTypeAndSize()
920 HprofBasicType ret; in SignatureToBasicTypeAndSize()
1341 HprofBasicType t = SignatureToBasicTypeAndSize(field.GetTypeDescriptor(), &size); in DumpHeapClass()
1404 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), nullptr); in DumpHeapClass()
1444 HprofBasicType t = SignatureToBasicTypeAndSize( in DumpHeapArray()
1492 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size); in DumpHeapInstanceObject()