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:JitVM
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_thread.cpp
19
JitThread::JitThread(
JitVM
*jitVM) : JSThread(jitVM, ThreadType::JIT_THREAD) {};
in JitThread()
31
JitVM
*JitThread::GetJitVM() const
in GetJitVM()
33
return static_cast<
JitVM
*>(JSThread::GetEcmaVM());
in GetJitVM()
36
JitVM
*
JitVM
::Create()
in Create()
38
auto vm = new
JitVM
();
in Create()
47
JitVM
::~
JitVM
()
in ~JitVM()
51
void
JitVM
::Destroy(EcmaVM *compilerVm)
in Destroy()
53
JitVM
*jitV
in Destroy()
[all...]
H
A
D
jit_thread.h
24
class
JitVM
;
27
JitThread(
JitVM
*jitVM);
31
JitVM
*GetJitVM() const;
37
class
JitVM
final : public EcmaVM {
39
JitVM
() : EcmaVM() {}
in JitVM()
function in panda::ecmascript::final
40
~
JitVM
();
41
static
JitVM
*Create();
H
A
D
jit_task.h
74
auto jitVm =
JitVM
::Create();
in Initialize()
81
JitVM
::Destroy(compilerVm);
in Initialize()
174
JitVM
*GetCompilerVM()
in GetCompilerVM()
176
return static_cast<
JitVM
*>(compilerThread_->GetEcmaVM());
in GetCompilerVM()
277
JitVM
*jitvm_ { nullptr };
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.h
928
friend class
JitVM
;
H
A
D
js_thread.h
1640
friend class
JitVM
;
Completed in 4 milliseconds