Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h52 static constexpr size_t ALIGN_SIZE = 4; variable
358 return sizeof(PGOMethodInfo) + AlignUp(length, ALIGN_SIZE); in Size()
768 return sizeof(PGOLayoutDescInfo) + AlignUp(len, ALIGN_SIZE); in Size()