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:IsJitCompiler
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
compilation_env.h
38
virtual bool
IsJitCompiler
() const
in IsJitCompiler()
function in panda::ecmascript::CompilationEnv
H
A
D
jit_compilation_env.h
27
bool
IsJitCompiler
() const override
H
A
D
ts_inline_lowering.cpp
125
if (compilationEnv_->
IsJitCompiler
()) {
in TryInline()
221
if (compilationEnv_->
IsJitCompiler
()) {
in InlineCall()
733
if (!compilationEnv_->
IsJitCompiler
()) {
in CalleePFIProcess()
761
if (!compilationEnv_->
IsJitCompiler
()) {
in UpdateCallMethodFlagMap()
H
A
D
jit_compiler.cpp
219
ASSERT(compilationEnv.
IsJitCompiler
());
in AllocFromFortAndCopy()
H
A
D
bytecode_info_collector.cpp
55
ASSERT(env->
IsJitCompiler
());
in BytecodeInfoCollector()
H
A
D
file_generators.cpp
579
if (useLiteCG_ && compilationEnv_->
IsJitCompiler
()) {
in CompileLatestModuleThenDestroy()
H
A
D
mcr_lowering.cpp
177
if (!env_->
IsJitCompiler
()) {
in LowerLoadHClassFromConstpool()
H
A
D
typed_bytecode_lowering.cpp
1884
if (compilationEnv_->
IsJitCompiler
()) {
in GetCalleePandaFile()
H
A
D
slowpath_lowering.cpp
2781
if (compilationEnv_->
IsJitCompiler
()) {
in LowerDefineFunc()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.h
160
if (env->
IsJitCompiler
()) {
in JitLockHolder()
Completed in 19 milliseconds