Lines Matching full:bool
90 bool is_jit_enabled_;
107 …static bool CreateInstance(const RuntimeOptions &options, mem::InternalAllocatorPtr internal_alloc…
109 PANDA_PUBLIC_API static bool Create(const RuntimeOptions &options);
112 …PANDA_PUBLIC_API static bool Create(const RuntimeOptions &options, const std::vector<LanguageConte…
114 static bool DestroyUnderLockHolder();
116 PANDA_PUBLIC_API static bool Destroy();
142 void SetZygoteNoThreadSection(bool val) in SetZygoteNoThreadSection()
158 …static bool GetLiteralTagAndValue(const panda_file::File &pf, uint32_t id, panda_file::LiteralTag …
180 bool IsDebugMode() const in IsDebugMode()
185 void SetDebugMode(bool is_debug_mode) in SetDebugMode()
190 bool IsDebuggerConnected() const in IsDebuggerConnected()
195 void SetDebuggerConnected(bool dbg_connected_state) in SetDebuggerConnected()
200 bool IsProfileableFromShell() const in IsProfileableFromShell()
205 void SetProfileableFromShell(bool profileable_from_shell) in SetProfileableFromShell()
215 bool SaveProfileInfo() const;
229 bool IsZygote() const in IsZygote()
234 bool IsInitialized() const in IsInitialized()
240 …void InitNonZygoteOrPostFork(bool is_system_server, const char *isa, bool profile_system_server = …
296 bool IsDebuggerAttached() in IsDebuggerAttached()
303 bool IsDumpNativeCrash() in IsDumpNativeCrash()
308 bool IsChecksSuspend() const in IsChecksSuspend()
313 bool IsChecksStack() const in IsChecksStack()
318 bool IsChecksNullptr() const in IsChecksNullptr()
323 bool IsStacktrace() const in IsStacktrace()
328 bool IsJitEnabled() const in IsJitEnabled()
379 bool LoadVerificationConfig();
381 bool CreatePandaVM(std::string_view runtime_type);
383 bool InitializePandaVM();
385 bool HandleAotOptions();
389 bool CheckOptionsConsistency();
393 bool Initialize();
395 bool Shutdown();
397 bool LoadBootPandaFiles(panda_file::File::OpenMode open_mode);
422 bool is_debug_mode_ {false};
423 bool is_debugger_connected_ {false};
424 bool is_profileable_from_shell_ {false};
435 bool zygote_no_threads_;
436 bool is_zygote_;
437 bool is_initialized_ {false};
439 bool save_profiling_info_;
441 bool checks_suspend_ {false};
442 bool checks_stack_ {true};
443 bool checks_nullptr_ {true};
444 bool is_stacktrace_ {false};
445 bool is_jit_enabled_ {false};
447 bool is_dump_native_crash_ {true};