HomeSort by relevance Sort by last modified time
    Searched refs:HprofBasicType (Results 1 - 2 of 2) sorted by null

  /dalvik/tools/hprof-conv/
HprofConv.c 42 typedef enum HprofBasicType {
52 } HprofBasicType;
317 static int computeBasicLen(HprofBasicType basicType)
349 HprofBasicType basicType;
370 HprofBasicType basicType;
425 HprofBasicType basicType = origBuf[kIdentSize + 8];
  /art/runtime/hprof/
hprof.cc 159 enum HprofBasicType {
714 static HprofBasicType SignatureToBasicTypeAndSize(const char* sig, size_t* sizeOut) {
716 HprofBasicType ret;
740 static HprofBasicType PrimitiveToBasicTypeAndSize(Primitive::Type prim, size_t* sizeOut) {
741 HprofBasicType ret;
956 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size);
978 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), NULL);
999 HprofBasicType t = PrimitiveToBasicTypeAndSize(c->GetComponentType()->GetPrimitiveType(), &size);
    [all...]

Completed in 60 milliseconds