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:Opcode
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/assembler/
H
A
D
assembly-ins.h
34
enum class
Opcode
{
class
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-ins.h
34
enum class
Opcode
{
class
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
gate_matchers.h
52
OpCode
Opcode
() const
in Opcode()
function in panda::ecmascript::kungfu::GateMatcher
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
lowering.cpp
795
onstexpr(OPCODE ==
Opcode
::Mul)
LowerMulDivMod()
argument
798
onstexpr(OPCODE ==
Opcode
::Div)
LowerMulDivMod()
argument
[all...]
H
A
D
checks_elimination.cpp
682
onstexpr(OPC ==
Opcode
::ZeroCheck)
TryRemoveCheckByBounds()
argument
684
onstexpr(OPC ==
Opcode
::NullCheck)
TryRemoveCheckByBounds()
argument
686
onstexpr(OPC ==
Opcode
::NegativeCheck)
TryRemoveCheckByBounds()
argument
688
onstexpr(OPC ==
Opcode
::NotPositiveCheck)
TryRemoveCheckByBounds()
argument
697
onstexpr(OPC ==
Opcode
::ZeroCheck || OPC ==
Opcode
::NullCheck)
TryRemoveCheckByBounds()
argument
699
onstexpr(OPC ==
Opcode
::NegativeCheck)
TryRemoveCheckByBounds()
argument
701
onstexpr(OPC ==
Opcode
::NotPositiveCheck)
TryRemoveCheckByBounds()
argument
739
onstexpr(OPC ==
Opcode
::NegOverflowAndZeroCheck)
TryOptimizeOverflowCheck()
argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
bounds_analysis.cpp
1349
onstexpr(OPC ==
Opcode
::Neg)
CalcNewBoundsRangeUnary()
argument
1352
onstexpr(OPC ==
Opcode
::Abs)
CalcNewBoundsRangeUnary()
argument
1523
onstexpr(OPC ==
Opcode
::Add)
CalcNewBoundsRangeBinary()
argument
1525
onstexpr(OPC ==
Opcode
::Sub)
CalcNewBoundsRangeBinary()
argument
1527
onstexpr(OPC ==
Opcode
::Mod)
CalcNewBoundsRangeBinary()
argument
1529
onstexpr(OPC ==
Opcode
::Mul)
CalcNewBoundsRangeBinary()
argument
1531
onstexpr(OPC ==
Opcode
::Div)
CalcNewBoundsRangeBinary()
argument
1533
onstexpr(OPC ==
Opcode
::Shr)
CalcNewBoundsRangeBinary()
argument
1535
onstexpr(OPC ==
Opcode
::AShr)
CalcNewBoundsRangeBinary()
argument
1537
onstexpr(OPC ==
Opcode
::Shl)
CalcNewBoundsRangeBinary()
argument
1539
onstexpr(OPC ==
Opcode
::And)
CalcNewBoundsRangeBinary()
argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder-inl.h
171
if constexpr (OPCODE ==
Opcode
::CallStatic) {
in BuildCallStaticInst()
argument
180
if constexpr (OPCODE ==
Opcode
::CallStatic) {
in BuildCallStaticInst()
argument
197
onstexpr(OPCODE ==
Opcode
::CallVirtual)
BuildCallVirtualInst()
argument
205
onstexpr(OPCODE ==
Opcode
::CallVirtual)
BuildCallVirtualInst()
argument
216
onstexpr(OPCODE ==
Opcode
::CallVirtual)
BuildCallVirtualInst()
argument
232
onstexpr(OPCODE ==
Opcode
::CallStatic || OPCODE ==
Opcode
::CallLaunchStatic)
BuildCallInst()
argument
236
onstexpr(OPCODE ==
Opcode
::CallVirtual || OPCODE ==
Opcode
::CallLaunchVirtual)
BuildCallInst()
argument
1505
onstexpr(OPCODE ==
Opcode
::LoadType)
BuildLoadFromPool()
argument
1545
onstexpr(OPCODE ==
Opcode
::LoadString)
BuildLoadFromPool()
argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
164
enum class
Opcode
{
class
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H
A
D
old_instruction_enum.h
70
enum class
Opcode
{
class
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_items.h
617
enum class
Opcode
: uint8_t {
class in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::LineNumberProgramItem
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
128
enum class
Opcode
{
class
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file_items.h
606
enum class
Opcode
: uint8_t {
class in ark::panda_file::ClassTag::MethodTag::FieldTag::LineNumberProgramItemBase
Completed in 26 milliseconds