Home
last modified time | relevance | path

Searched refs:AotCrashInfo (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Daot_crash_info.cpp37 bool AotCrashInfo::IsAotEscapedOrNotInEnableList(EcmaVM *vm, const std::string &bundleName) const in IsAotEscapedOrNotInEnableList()
44 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret) const in IsAotEscapedOrCompiledOnce()
51 void AotCrashInfo::SetOptionPGOProfiler(JSRuntimeOptions *options, const std::string &bundleName) const in SetOptionPGOProfiler()
57 bool AotCrashInfo::IsAotEscaped(const std::string &pgoRealPath) in IsAotEscaped()
63 bool AotCrashInfo::IsJitEscape() in IsJitEscape()
68 bool AotCrashInfo::GetAotEscapeDisable() in GetAotEscapeDisable()
73 std::string AotCrashInfo::GetSandBoxPath() in GetSandBoxPath()
78 int AotCrashInfo::GetAotCrashCount() in GetAotCrashCount()
83 int AotCrashInfo::GetJitCrashCount() in GetJitCrashCount()
88 int AotCrashInfo
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp73 bool AotCrashInfo::IsAotEscapedOrNotInEnableList(EcmaVM *vm, const std::string &bundleName) const in IsAotEscapedOrNotInEnableList()
87 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret) const in IsAotEscapedOrCompiledOnce()
108 void AotCrashInfo::SetOptionPGOProfiler(JSRuntimeOptions *options, const std::string &bundleName) const in SetOptionPGOProfiler()
125 bool AotCrashInfo::IsAotEscaped(const std::string &pgoRealPath) in IsAotEscaped()
127 if (AotCrashInfo::GetAotEscapeDisable()) { in IsAotEscaped()
138 bool AotCrashInfo::IsJitEscape() in IsJitEscape()
148 bool AotCrashInfo::GetAotEscapeDisable() in GetAotEscapeDisable()
156 std::string AotCrashInfo::GetSandBoxPath() in GetSandBoxPath()
161 int AotCrashInfo::GetAotCrashCount() in GetAotCrashCount()
166 int AotCrashInfo
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/
H A Daot_crash_info.h36 class AotCrashInfo { class
44 explicit AotCrashInfo() = default;
45 virtual ~AotCrashInfo() = default;
47 static AotCrashInfo &GetInstance() in GetInstance()
49 static AotCrashInfo singleAotCrashInfo; in GetInstance()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp125 if (AotCrashInfo::IsAotEscaped(cPreprocessor.GetMainPkgArgs()->GetPgoDir())) { in Main()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp237 std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(AotCrashInfo::GetSandBoxPath()); in DumpJitCode()
H A Djit.cpp38 bool jitEnable = ohos::JitTools::GetJitEscapeDisable() || !AotCrashInfo::IsJitEscape(); in SetJitEnablePostFork()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp142 AotCrashInfo::GetInstance().SetOptionPGOProfiler(&options_, bundleName); in PostFork()
H A Decma_context.cpp1120 if (AotCrashInfo::GetInstance().IsAotEscapedOrNotInEnableList(vm_, bundleName)) { in LoadAOTFilesInternal()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp162 std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(AotCrashInfo::GetSandBoxPath()); in DumpJitCode()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5337 !ecmascript::AotCrashInfo::IsAotEscaped(); in PostFork()

Completed in 20 milliseconds