Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AotCrashInfo
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H
A
D
aot_crash_info.cpp
37
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
D
aot_crash_info.cpp
73
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
D
aot_crash_info.h
36
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
D
aot_compiler.cpp
125
if (
AotCrashInfo
::IsAotEscaped(cPreprocessor.GetMainPkgArgs()->GetPgoDir())) {
in Main()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_task.cpp
237
std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(
AotCrashInfo
::GetSandBoxPath());
in DumpJitCode()
H
A
D
jit.cpp
38
bool jitEnable = ohos::JitTools::GetJitEscapeDisable() || !
AotCrashInfo
::IsJitEscape();
in SetJitEnablePostFork()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.cpp
142
AotCrashInfo
::GetInstance().SetOptionPGOProfiler(&options_, bundleName);
in PostFork()
H
A
D
ecma_context.cpp
1120
if (
AotCrashInfo
::GetInstance().IsAotEscapedOrNotInEnableList(vm_, bundleName)) {
in LoadAOTFilesInternal()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H
A
D
js_stackinfo.cpp
162
std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(
AotCrashInfo
::GetSandBoxPath());
in DumpJitCode()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
5337
!ecmascript::
AotCrashInfo
::IsAotEscaped();
in PostFork()
Completed in 20 milliseconds