Searched defs:force (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | recordTable.cpp | 27 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext() argument 45 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, bool force) in BoundContext() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | sort_helper.cpp | 41 uint32_t force = std::min(nRemaining, minRunLength); in Sort() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | file_manager.cpp | 58 Expected<bool, std::string> FileManager::LoadAnFile(std::string_view anLocation, bool force) in LoadAnFile() argument
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_manager.cpp | 23 AddFile(const std::string &fileName, RuntimeInterface *runtime, uint32_t gcType, bool force) AddFile() argument
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| H A D | profile_dump_info.cpp | 527 bool ProfileDumpInfo::MergeAndSave(const PandaString &filename, uint64_t *bytesWritten, bool force) in MergeAndSave() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 627 void PGOProfiler::HandlePGODumpByDumpThread(bool force) in HandlePGODumpByDumpThread() argument 682 void PGOProfiler::MergeProfilerAndDispatchAsyncSaveTask(bool force) in MergeProfilerAndDispatchAsyncSaveTask() argument
|
Completed in 7 milliseconds