Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc133 enum HprofBasicType { enum
748 static HprofBasicType SignatureToBasicTypeAndSize(const char* sig, size_t* size_out) { in SignatureToBasicTypeAndSize()
750 HprofBasicType ret; in SignatureToBasicTypeAndSize()
1016 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size); in DumpHeapClass()
1058 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), nullptr); in DumpHeapClass()
1084 HprofBasicType t = SignatureToBasicTypeAndSize( in DumpHeapArray()
1129 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size); in DumpHeapInstanceObject()