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
913 static HprofBasicType SignatureToBasicTypeAndSize(const char* sig, size_t* size_out) { in SignatureToBasicTypeAndSize()
915 HprofBasicType ret; in SignatureToBasicTypeAndSize()
1336 HprofBasicType t = SignatureToBasicTypeAndSize(field.GetTypeDescriptor(), &size); in DumpHeapClass()
1399 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), nullptr); in DumpHeapClass()
1439 HprofBasicType t = SignatureToBasicTypeAndSize( in DumpHeapArray()
1487 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size); in DumpHeapInstanceObject()