• Home
  • Raw
  • Download

Lines Matching full:bool

53     bool enableAsm {false};
124 bool ParseCommand(const int argc, const char **argv);
125 bool SetDefaultValue(char* argv);
127 bool EnableArkTools() const in EnableArkTools()
133 void SetEnableArkTools(bool value) { in SetEnableArkTools()
137 bool WasSetEnableArkTools() const in WasSetEnableArkTools()
142 bool IsEnableRuntimeStat() const in IsEnableRuntimeStat()
147 void SetEnableRuntimeStat(bool value) in SetEnableRuntimeStat()
152 bool WasSetEnableRuntimeStat() const in WasSetEnableRuntimeStat()
167 bool WasStubFileSet() const in WasStubFileSet()
172 void SetEnableAOT(bool value) in SetEnableAOT()
177 bool GetEnableAOT() const in GetEnableAOT()
192 bool WasAOTOutputFileSet() const in WasAOTOutputFileSet()
227 bool EnableForceGC() const in EnableForceGC()
232 void SetEnableForceGC(bool value) in SetEnableForceGC()
237 bool ForceFullGC() const in ForceFullGC()
242 void SetForceFullGC(bool value) in SetForceFullGC()
297 bool EnableOptionalLog() const in EnableOptionalLog()
302 bool EnableGCStatsPrint() const in EnableGCStatsPrint()
307 bool EnableParallelGC() const in EnableParallelGC()
312 bool EnableConcurrentMark() const in EnableConcurrentMark()
317 bool EnableExceptionBacktrace() const in EnableExceptionBacktrace()
322 bool EnableConcurrentSweep() const in EnableConcurrentSweep()
327 bool EnableThreadCheck() const in EnableThreadCheck()
332 bool EnableIdleGC() const in EnableIdleGC()
337 bool EnableGlobalObjectLeakCheck() const in EnableGlobalObjectLeakCheck()
342 bool EnableGlobalPrimitiveLeakCheck() const in EnableGlobalPrimitiveLeakCheck()
347 bool EnableGlobalLeakCheck() const in EnableGlobalLeakCheck()
352 bool EnableCpuProfiler() const in EnableCpuProfiler()
357 bool EnableCpuProfilerVMTag() const in EnableCpuProfilerVMTag()
362 bool IsStartGlobalLeakCheck() const in IsStartGlobalLeakCheck()
372 bool EnableSnapshotSerialize() const in EnableSnapshotSerialize()
377 bool EnableSnapshotDeserialize() const in EnableSnapshotDeserialize()
386 bool WasSetMaxNonmovableSpaceCapacity() const in WasSetMaxNonmovableSpaceCapacity()
401 void SetEnableAsmInterpreter(bool value) in SetEnableAsmInterpreter()
406 bool GetEnableAsmInterpreter() const in GetEnableAsmInterpreter()
455 bool WasSetCompilerLogOption() const in WasSetCompilerLogOption()
471 bool WasSetMethodsListForLog() const in WasSetMethodsListForLog()
478 void SetCompilerLogSnapshot(bool value) in SetCompilerLogSnapshot()
483 bool IsEnableCompilerLogSnapshot() const in IsEnableCompilerLogSnapshot()
488 bool WasSetCompilerLogSnapshot() const in WasSetCompilerLogSnapshot()
493 void SetCompilerLogTime(bool value) in SetCompilerLogTime()
498 bool IsEnableCompilerLogTime() const in IsEnableCompilerLogTime()
503 bool WasSetCompilerLogTime() const in WasSetCompilerLogTime()
528 bool WasSetHeapSizeLimit() const in WasSetHeapSizeLimit()
533 void SetIsWorker(bool isWorker) in SetIsWorker()
538 bool IsWorker() const in IsWorker()
543 bool EnableIC() const in EnableIC()
548 void SetEnableIC(bool value) in SetEnableIC()
553 bool WasSetEnableIC() const in WasSetEnableIC()
568 bool WasSetSnapshotFile() const in WasSetSnapshotFile()
583 bool WasSetFrameworkAbcFile() const in WasSetFrameworkAbcFile()
598 bool WasSetIcuDataPath() const in WasSetIcuDataPath()
603 bool IsStartupTime() const in IsStartupTime()
608 void SetStartupTime(bool value) in SetStartupTime()
613 bool WasSetStartupTime() const in WasSetStartupTime()
618 bool AssertTypes() const in AssertTypes()
623 void SetAssertTypes(bool value) in SetAssertTypes()
628 bool PrintAnyTypes() const in PrintAnyTypes()
633 void SetPrintAnyTypes(bool value) in SetPrintAnyTypes()
643 bool WasSetBuiltinsDTS() const in WasSetBuiltinsDTS()
653 void SetTraceBc(bool value) in SetTraceBc()
658 bool IsTraceBC() const in IsTraceBC()
663 bool WasSetTraceBc() const in WasSetTraceBc()
679 bool WasSetLogLevel() const in WasSetLogLevel()
694 bool WasSetLogComponents() const in WasSetLogComponents()
709 bool WasSetLogDebug() const in WasSetLogDebug()
724 bool WasSetLogInfo() const in WasSetLogInfo()
739 bool WasSetLogWarning() const in WasSetLogWarning()
754 bool WasSetLogError() const in WasSetLogError()
769 bool WasSetLogFatal() const in WasSetLogFatal()
794 bool WasSetEntryPoint() const in WasSetEntryPoint()
799 bool GetMergeAbc() const in GetMergeAbc()
804 void SetMergeAbc(bool value) in SetMergeAbc()
809 void SetEnablePrintExecuteTime(bool value) in SetEnablePrintExecuteTime()
814 bool IsEnablePrintExecuteTime() in IsEnablePrintExecuteTime()
819 void SetEnablePGOProfiler(bool value) in SetEnablePGOProfiler()
824 bool IsEnablePGOProfiler() const in IsEnablePGOProfiler()
849 void SetEnableTypeLowering(bool value) in SetEnableTypeLowering()
854 bool IsEnableTypeLowering() const in IsEnableTypeLowering()
864 void SetTraceDeopt(bool value) in SetTraceDeopt()
869 bool GetTraceDeopt() const in GetTraceDeopt()
884 void SetOptCodeProfiler(bool value) in SetOptCodeProfiler()
889 bool GetOptCodeProfiler() const in GetOptCodeProfiler()
894 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith()
899 bool WasOptionSet(int option) const in WasOptionSet()
904 bool ParseBoolParam(bool* argBool);
905 bool ParseIntParam(const std::string &option, int* argInt);
906 bool ParseUint32Param(const std::string &option, uint32_t *argUInt32);
907 bool ParseUint64Param(const std::string &option, uint64_t *argUInt64);
910 bool enableArkTools_ {true};
912 bool enableForceGc_ {true};
913 bool forceFullGc_ {true};
923 bool enableAsmInterpreter_ {true};
928 bool enableIC_ {true};
932 bool startupTime_ {false};
935 bool compilerLogSnapshot_ {false};
936 bool compilerLogTime_ {false};
937 bool enableRuntimeStat_ {false};
938 bool assertTypes_ {false};
939 bool printAnyTypes_ {false};
940 bool isWorker_ {false};
942 bool traceBc_ {false};
950 bool enableAOT_ {false};
953 bool mergeAbc_ {false};
954 bool enableTypeLowering_ {true};
956 bool enablePrintExecuteTime_ {false};
957 bool enablePGOProfiler_ {false};
960 bool traceDeopt_ {false};
962 bool optCodeProfiler_ {false};
963 bool startGlobalLeakCheck_ {false};