Home | History | Annotate | Download | only in hprof

Lines Matching full:get32

932             rec->AddU1(static_cast<uint8_t>(f->Get32(thisClass)));
934 rec->AddU2(static_cast<uint16_t>(f->Get32(thisClass)));
936 rec->AddU4(f->Get32(thisClass));
1017 rec->AddU1(f->Get32(obj));
1019 rec->AddU2(f->Get32(obj));
1021 rec->AddU4(f->Get32(obj));