Home
last modified time | relevance | path

Searched refs:IsReturn (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dir_generator.rb68 if bb.instructions.last.IsReturn?
96 elsif inst.IsReturn?
H A Dinstruction.rb77 IsReturn? || IsReturnVoid? || IsThrow? || has_modifier?(:Terminator)
249 elsif IsReturn?
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dmethod_properties.cpp34 if (inst->IsReturn()) { in MethodProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h131 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 Dbytecode_circuit_builder.cpp103 } else if (info.IsReturn() || info.IsThrow()) { in CollectRegionInfo()
970 } else if (bytecodeInfo.IsReturn()) { in NewByteCode()
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc_runtime.h73 if (last->IsReturn()) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcall_conv.h196 bool IsReturn() const in IsReturn() function in maplebe::LmbcFormalParamInfo
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h162 bool IsReturn() const in IsReturn() function
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.h176 bool IsReturn() const in IsReturn() function
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp69 EXPECT_EQ(func_value[7].IsReturn(), true); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp378 if (lastInst->IsReturn()) { in MarkSideExitsBlocks()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dreserve_string_builder_buffer.cpp584 if (userInst->IsReturn() || userInst->GetOpcode() == Opcode::StoreStatic || in GetBufferSizeMin()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp146 bool isEnd = lastInst != nullptr && lastInst->IsReturn(); in TryCreateSingleScope()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp137 if (lastInst->IsReturn()) { in SetMemoryBarrierFlag()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h963 bool IsReturn() const

Completed in 20 milliseconds