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:IsRegDefined
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/absint/
H
A
D
abs_int_inl.cpp
21
bool AbsIntInstructionHandler::
IsRegDefined
(int reg)
in IsRegDefined()
function in ark::verifier::AbsIntInstructionHandler
23
bool isDefined = ExecCtx().CurrentRegContext().
IsRegDefined
(reg);
in IsRegDefined()
42
if (!
IsRegDefined
(reg)) {
in CheckRegType()
70
if (ExecCtx().CurrentRegContext().
IsRegDefined
(regIdx)) {
in SetReg()
H
A
D
reg_context.h
109
ASSERT(
IsRegDefined
(idx) && regs_.InValidRange(idx));
in operator []()
169
bool
IsRegDefined
(int num) const
in IsRegDefined()
function in ark::verifier::RegContext
H
A
D
abs_int_inl.h
205
bool
IsRegDefined
(int reg);
1814
for (auto regIdx = vs; ExecCtx().CurrentRegContext().
IsRegDefined
(regIdx); regIdx++) {
in HandleInitobjRange()
1870
if (!
IsRegDefined
(regIdx)) {
in CheckFieldAccess()
2507
if (!
IsRegDefined
(ACC)) {
in HandleReturn()
2636
for (auto regIdx = vs; ExecCtx().CurrentRegContext().
IsRegDefined
(regIdx); regIdx++) {
in HandleEtsLaunchRange()
2707
for (auto regIdx = vs; ExecCtx().CurrentRegContext().
IsRegDefined
(regIdx); regIdx++) {
in HandleEtsLaunchVirtRange()
3020
if (!
IsRegDefined
(ACC)) {
in HandleReturnWide()
3045
if (!
IsRegDefined
(ACC)) {
in HandleReturnObj()
3211
if (regNum != INVALID_REG && !
IsRegDefined
(regNum)) {
3432
for (auto regIdx = vs; ExecCtx().CurrentRegContext().
IsRegDefined
(regId
in HandleCallRange()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cfi.h
107
bool
IsRegDefined
(maplebe::regno_t regNO) const override
H
A
D
insn.h
705
virtual bool
IsRegDefined
(regno_t regNO) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
insn.cpp
154
bool Insn::
IsRegDefined
(regno_t regNO) const
in IsRegDefined()
function in maplebe::Insn
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_peep.cpp
596
if (curInsn->
IsRegDefined
(memBaseRegNO)) {
in FindPrevStrLdr()
644
((insn.IsLoad() && curInsn->ScanReg(destRegNO)) || (insn.IsStore() && curInsn->
IsRegDefined
(destRegNO)))) {
in FindPrevStrLdr()
1586
isRegDefined = defInsn->
IsRegDefined
(regno);
in FindFixedValue()
Completed in 12 milliseconds