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:IsReturn
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/runtime_core/static_core/irtoc/lang/
H
A
D
ir_generator.rb
68
if bb.instructions.last.
IsReturn
?
96
elsif inst.
IsReturn
?
H
A
D
instruction.rb
77
IsReturn
? || IsReturnVoid? || IsThrow? || has_modifier?(:Terminator)
249
elsif
IsReturn
?
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
method_properties.cpp
34
if (inst->
IsReturn
()) {
in MethodProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecodes.h
131
bool
IsReturn
() const
in IsReturn()
function in panda::ecmascript::kungfu::BytecodeMetaData
719
bool
IsReturn
() const
in IsReturn()
function in panda::ecmascript::kungfu::BytecodeInfo
721
return metaData_.
IsReturn
();
in IsReturn()
756
return !IsJump() && !
IsReturn
() && !IsThrow();
in needFallThrough()
H
A
D
bytecode_circuit_builder.cpp
103
} else if (info.
IsReturn
() || info.IsThrow()) {
in CollectRegionInfo()
970
} else if (bytecodeInfo.
IsReturn
()) {
in NewByteCode()
/arkcompiler/runtime_core/static_core/irtoc/backend/
H
A
D
irtoc_runtime.h
73
if (last->
IsReturn
()) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
call_conv.h
196
bool
IsReturn
() const
in IsReturn()
function in maplebe::LmbcFormalParamInfo
/arkcompiler/runtime_core/assembler/
H
A
D
assembly-ins.h
162
bool
IsReturn
() const
in IsReturn()
function
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-ins.h
176
bool
IsReturn
() const
in IsReturn()
function
/arkcompiler/runtime_core/assembler/tests/
H
A
D
assembler_ins_test.cpp
69
EXPECT_EQ(func_value[7].
IsReturn
(), true);
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
linear_order.cpp
378
if (lastInst->
IsReturn
()) {
in MarkSideExitsBlocks()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
reserve_string_builder_buffer.cpp
584
if (userInst->
IsReturn
() || userInst->GetOpcode() == Opcode::StoreStatic ||
in GetBufferSizeMin()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H
A
D
interop_intrinsic_optimization.cpp
146
bool isEnd = lastInst != nullptr && lastInst->
IsReturn
();
in TryCreateSingleScope()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
137
if (lastInst->
IsReturn
()) {
in SetMemoryBarrierFlag()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
963
bool
IsReturn
() const
Completed in 20 milliseconds