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
defs:deopt
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
deoptimize_elimination.cpp
159
auto
deopt
= guard->GetNext();
in RemoveGuard()
local
H
A
D
checks_elimination.cpp
868
auto
deopt
= GetGraph()->CreateInstDeoptimizeIf(ss->GetPc(), deoptComp, ss, DeoptimizeType::BOUNDS_CHECK);
in InsertBoundsCheckDeoptimization()
local
H
A
D
inlining.cpp
1605
auto
deopt
=
in InsertChaGuard()
local
/arkcompiler/ets_runtime/ecmascript/stackmap/
H
A
D
ark_stackmap_parser.cpp
229
ARKDeopt
deopt
;
in ParseArkDeopt()
local
[all...]
H
A
D
ark_stackmap_builder.cpp
137
auto &
deopt
= callsite2Deopt.at(j);
in SaveArkDeopt()
local
234
void ArkStackMapBuilder::GenARKDeopt(const LLVMStackMapType::DeoptInfoType&
deopt
, std::pair<uint32_t,
in GenARKDeopt()
argument
334
LLVMStackMapType::DeoptInfoType
deopt
= x.second;
GenArkCallsiteAOTFileInfo()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H
A
D
deoptimizer.cpp
100
ARKDeopt
deopt
= deoptBundle.at(i);
in CollectVregs()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecode_circuit_builder.cpp
1069
GateRef
deopt
= circuit_->NewGate(circuit_->DeoptCheck(), MachineType::I1,
in GenDeoptAndReturnForOsrLoopExit()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
encode_visitor.cpp
791
auto
deopt
= inst->CastToDeoptimizeCompare();
in VisitDeoptimizeCompare()
local
804
auto
deopt
= inst->CastToDeoptimizeCompareImm();
in VisitDeoptimizeCompareImm()
local
[all...]
Completed in 15 milliseconds