Home | History | Annotate | Download | only in hprof

Lines Matching full:get32

960             rec->AddU1(static_cast<uint8_t>(f->Get32(thisClass)));
962 rec->AddU2(static_cast<uint16_t>(f->Get32(thisClass)));
964 rec->AddU4(f->Get32(thisClass));
1042 rec->AddU1(f->Get32(obj));
1044 rec->AddU2(f->Get32(obj));
1046 rec->AddU4(f->Get32(obj));