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:JitDfx
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_dfx.cpp
28
JitDfx
JitDfx
::instance;
29
thread_local uint32_t
JitDfx
::prefixOffset_ = 0;
45
JitDfx
*
JitDfx
::GetInstance()
in GetInstance()
50
void
JitDfx
::Init(const JSRuntimeOptions &options, std::string &bundleName)
in Init()
62
void
JitDfx
::EnableDump()
in EnableDump()
67
void
JitDfx
::OpenLogFile(uint32_t threadId)
in OpenLogFile()
81
std::ostream &
JitDfx
::GetLogFileStream()
in GetLogFileStream()
95
void
JitDfx
[all...]
H
A
D
jit_dfx.h
51
class
JitDfx
{
class
54
static
JitDfx
*GetInstance();
259
static
JitDfx
instance;
H
A
D
jit.h
115
JitDfx
*GetJitDfx() const
in GetJitDfx()
248
JitDfx
*jitDfx_ { nullptr };
H
A
D
jit_task.h
309
JitDfx
*jitDfx_ { nullptr };
H
A
D
jit_task.cpp
422
JitDfx
::GetInstance()->RecordSpentTimeAndPrintStatsLogInJitThread(compilerTime, jitTask_->methodName_,
in Run()
H
A
D
jit.cpp
165
jitDfx_ =
JitDfx
::GetInstance();
in SetEnableOrDisable()
Completed in 5 milliseconds