Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp629 void *infoAddr = chunk->Allocate(size); in AddMethod() local
630 auto info = new (infoAddr) PGOMethodInfo(methodId, incCount, mode, methodName.c_str()); in AddMethod()
697 void *infoAddr = chunk->Allocate(size); in Merge() local
698 auto newMethodInfo = new (infoAddr) PGOMethodInfo( in Merge()
837 void *infoAddr = chunk->Allocate(PGOMethodInfo::Size(len)); in ParseFromText() local
838 … auto info = new (infoAddr) PGOMethodInfo(PGOMethodId(methodId), count, mode, methodName.c_str()); in ParseFromText()