Home
last modified time | relevance | path

Searched defs:sectionSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp43 auto sectionSize = desSize - sizeof(FileHeaderElastic); in BuildFromLegacy() local
120 auto sectionSize = Size() - sizeof(FileHeaderElastic); in ProcessToBinary() local
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_header.h41 uint32_t sectionSize; member
51 uint32_t sectionSize; member
Dpgo_file_builder.cpp107 auto sectionSize = WriteMethodsSection(fd, section.first, &checkSum, section.second); in WriteAllMethodsSections() local
175 uint32_t sectionSize = GetMaxMethodSectionSize(methods); in WriteMethodsSection() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp347 uint32_t sectionSize = section->size_; in ValidateSectionBounds() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Difile.h98 uint32 sectionSize = 0; member