Searched refs:CodeSizeInBytes (Results 1 – 3 of 3) sorted by relevance
30 CodeSizeInBytes.reset(); in reset()212 if (!IsLowerBound && CodeSizeInBytes.has_value()) in getFunctionCodeSize()213 return *CodeSizeInBytes; in getFunctionCodeSize()243 CodeSizeInBytes = CodeSize; in getFunctionCodeSize()
33 std::optional<uint64_t> CodeSizeInBytes; member
1278 uint32_t CodeSizeInBytes = (uint32_t)std::min( in getSIProgramInfo() local1281 uint32_t CodeSizeInLines = divideCeil(CodeSizeInBytes, 128); in getSIProgramInfo()