Home
last modified time | relevance | path

Searched refs:codesize (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp792 size_t codesize = 0; in GetStat() local
808 codesize += static_cast<CodeItem *>(item.get())->GetCodeSize(); in GetStat()
816 stat["codesize"] = codesize; in GetStat()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.cpp742 size_t codesize = 0; in GetStat() local
758 codesize += static_cast<CodeItem *>(item.get())->GetCodeSize(); in GetStat()
762 stat["codesize"] = codesize; in GetStat()

Completed in 4 milliseconds