Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.h33 accumulateTotalSize(s.second.second); in AddModuleDes()
36 accumulateTotalSize(moduleDes.GetArkStackMapSize()); in AddModuleDes()
Dan_file_info.h33 accumulateTotalSize(s.second.second); in AddModuleDes()
36 accumulateTotalSize(moduleDes.GetArkStackMapSize()); in AddModuleDes()
Daot_file_info.h158 void accumulateTotalSize(uint32_t size) in accumulateTotalSize() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp360 stubInfo_.accumulateTotalSize(bufferSize); in RunAsmAssembler()