Home
last modified time | relevance | path

Searched refs:IsThrow (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Daccessor_data_test.cpp206 * @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 Dbytecodes.h136 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 Dbytecode_circuit_builder.cpp103 } 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 Dframe_states.cpp1456 if (!bytecodeInfo.NoSideEffects() && !bytecodeInfo.IsThrow()) { in BindStateSplitAfter()
/arkcompiler/ets_runtime/ecmascript/
H A Daccessor_data.h111 bool IsThrow() const in IsThrow() function in panda::ecmascript::final
H A Djs_iterator.cpp277 if (!completionRecord.GetTaggedValue().IsUndefined() && completionRecord->IsThrow()) { in IteratorClose()
H A Decma_macros.h487 if (record->IsThrow()) { \
/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction.h381 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 Dbytecode_instruction.h388 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 Dinstruction.rb77 IsReturn? || IsReturnVoid? || IsThrow? || has_modifier?(:Terminator)
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp136 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 Dir_builder.cpp556 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 Dir_builder.cpp379 inst->IsThrow(BytecodeInstruction::Exceptions::X_THROW)) { in GetBlockToJump()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp517 if (inst.IsThrow(BytecodeInstruction::Exceptions::X_THROW)) { in FillVecsByInsts()

Completed in 16 milliseconds