Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp64 if (!section.ShouldDumpToAOTFile()) { in DumpSection()
232 if (!section.ShouldDumpToAOTFile()) { in GetSegmentNum()
248 if (!section.ShouldDumpToAOTFile()) { in SetLastSection()
427 if (!section.ShouldDumpToAOTFile()) { in PackELFSections()
557 if (!section.ShouldDumpToAOTFile()) { in PackELFSegment()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h110 bool ShouldDumpToAOTFile() const in ShouldDumpToAOTFile() function