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:IsThrow
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
accessor_data_test.cpp
206
* @tc.name:
IsThrow
211
HWTEST_F_L0(AccessorDataTest,
IsThrow
)
in HWTEST_F_L0()
218
EXPECT_TRUE(!normalComRecHandle->
IsThrow
());
in HWTEST_F_L0()
222
EXPECT_TRUE(throwComRecHandle->
IsThrow
());
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecodes.h
136
bool
IsThrow
() const
in IsThrow()
function in panda::ecmascript::kungfu::BytecodeMetaData
724
bool
IsThrow
() const
in IsThrow()
function in panda::ecmascript::kungfu::BytecodeInfo
726
return metaData_.
IsThrow
();
in IsThrow()
756
return !IsJump() && !IsReturn() && !
IsThrow
();
in needFallThrough()
H
A
D
bytecode_circuit_builder.cpp
103
} else if (info.IsReturn() || info.
IsThrow
()) {
in CollectRegionInfo()
856
if (bytecodeInfo.
IsThrow
()) {
in NewJSGate()
1016
if (bytecodeInfo.IsJump() || bytecodeInfo.
IsThrow
()) {
in BuildSubCircuit()
1104
if (bytecodeInfo.IsJump() || bytecodeInfo.
IsThrow
()) {
in HandleOsrLoopBody()
H
A
D
frame_states.cpp
1456
if (!bytecodeInfo.NoSideEffects() && !bytecodeInfo.
IsThrow
()) {
in BindStateSplitAfter()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
accessor_data.h
111
bool
IsThrow
() const
in IsThrow()
function in panda::ecmascript::final
H
A
D
js_iterator.cpp
277
if (!completionRecord.GetTaggedValue().IsUndefined() && completionRecord->
IsThrow
()) {
in IteratorClose()
H
A
D
ecma_macros.h
487
if (record->
IsThrow
()) { \
/arkcompiler/runtime_core/libpandafile/
H
A
D
bytecode_instruction.h
381
bool
IsThrow
(Exceptions exception) const;
387
return HasFlag(Flags::RETURN) || HasFlag(Flags::JUMP) ||
IsThrow
(Exceptions::X_THROW);
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
bytecode_instruction.h
388
bool
IsThrow
(Exceptions exception) const;
399
return HasFlag(Flags::RETURN) || HasFlag(Flags::JUMP) ||
IsThrow
(Exceptions::X_THROW);
/arkcompiler/runtime_core/static_core/irtoc/lang/
H
A
D
instruction.rb
77
IsReturn? || IsReturnVoid? ||
IsThrow
? || has_modifier?(:Terminator)
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_promise.cpp
136
if (result->
IsThrow
()) {
in All()
207
if (result->
IsThrow
()) {
in Race()
680
if (result->
IsThrow
()) {
in Any()
865
if (result->
IsThrow
()) {
in AllSettled()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
556
if (!info.deadInstructions && inst.
IsThrow
(BytecodeInstruction::Exceptions::X_THROW) &&
in TrackTryBoundaries()
567
inst->
IsThrow
(BytecodeInstruction::Exceptions::X_THROW)) {
in GetBlockToJump()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
379
inst->
IsThrow
(BytecodeInstruction::Exceptions::X_THROW)) {
in GetBlockToJump()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
method.cpp
517
if (inst.
IsThrow
(BytecodeInstruction::Exceptions::X_THROW)) {
in FillVecsByInsts()
Completed in 16 milliseconds