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:IsEnableJitFort
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
machine_code.cpp
27
if (!Jit::GetInstance()->
IsEnableJitFort
()) {
in SetPageProtect()
61
if (!Jit::GetInstance()->
IsEnableJitFort
() || !Jit::GetInstance()->IsEnableAsyncCopyToFort() ||
in SetText()
131
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in SetData()
170
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in SetBaselineCodeData()
181
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in SetBaselineCodeData()
190
if (!Jit::GetInstance()->
IsEnableJitFort
() || !Jit::GetInstance()->IsEnableAsyncCopyToFort() ||
in SetBaselineCodeData()
249
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in GetText()
258
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in GetStackMapOrOffsetTableAddress()
H
A
D
heap_region_allocator.cpp
42
Jit::GetInstance()->
IsEnableJitFort
());
in AllocateAlignedRegion()
H
A
D
jit_fort.cpp
180
if (!Jit::GetInstance()->
IsEnableJitFort
()) {
in IsEnableJitFort()
function
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_task.cpp
136
desc.codeSizeAlign = Jit::GetInstance()->
IsEnableJitFort
() ?
in ComputeAlignedSizes()
143
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in ComputeAlignedSizes()
162
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in ComputePayLoadSize()
181
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in ComputePayLoadSize()
263
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in InstallCode()
303
if (Jit::GetInstance()->
IsEnableJitFort
()) {
in InstallCode()
H
A
D
jit.h
62
bool PUBLIC_API
IsEnableJitFort
() const;
H
A
D
jit.cpp
210
bool Jit::
IsEnableJitFort
() const
in IsEnableJitFort()
function in panda::ecmascript::Jit
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
file_generators.cpp
762
if (Jit::GetInstance()->
IsEnableJitFort
() && Jit::GetInstance()->IsEnableAsyncCopyToFort() &&
in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
196
if (Jit::GetInstance()->
IsEnableJitFort
() && Jit::GetInstance()->IsEnableAsyncCopyToFort() &&
in CollectMemoryCodeInfos()
Completed in 16 milliseconds