Home
last modified time | relevance | path

Searched defs:force (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp22 void GCStats::PrintStatisticResult(bool force) in PrintStatisticResult()
31 void GCStats::PrintSemiStatisticResult(bool force) in PrintSemiStatisticResult()
51 void GCStats::PrintPartialStatisticResult(bool force) in PrintPartialStatisticResult()
95 void GCStats::PrintCompressStatisticResult(bool force) in PrintCompressStatisticResult()
120 void GCStats::PrintHeapStatisticResult(bool force) in PrintHeapStatisticResult()
/arkcompiler/runtime_core/runtime/
Dfile_manager.cpp59 Expected<bool, std::string> FileManager::LoadAnFile(std::string_view an_location, bool force) in LoadAnFile()
/arkcompiler/runtime_core/compiler/aot/
Daot_manager.cpp24 uint32_t gc_type, bool force) in AddFile()