Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h163 uint32_t GetTotalCodeSize() const in GetTotalCodeSize() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp424 if (aotInfo_.GetTotalCodeSize() == 0) { in SaveAOTFile()