Searched refs:infoAddr (Results 1 – 1 of 1) sorted by relevance
629 void *infoAddr = chunk->Allocate(size); in AddMethod() local630 auto info = new (infoAddr) PGOMethodInfo(methodId, incCount, mode, methodName.c_str()); in AddMethod()697 void *infoAddr = chunk->Allocate(size); in Merge() local698 auto newMethodInfo = new (infoAddr) PGOMethodInfo( in Merge()837 void *infoAddr = chunk->Allocate(PGOMethodInfo::Size(len)); in ParseFromText() local838 … auto info = new (infoAddr) PGOMethodInfo(PGOMethodId(methodId), count, mode, methodName.c_str()); in ParseFromText()