Home
last modified time | relevance | path

Searched refs:IsReturn (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h127 bool IsReturn() const in IsReturn() function
608 bool IsReturn() const in IsReturn() function
610 return metaData_.IsReturn(); in IsReturn()
645 return !IsJump() && !IsReturn() && !IsThrow(); in needFallThrough()
Dframe_states.cpp369 if (!bytecodeInfo.IsGeneral() && !bytecodeInfo.IsReturn() && !bytecodeInfo.IsCondJump()) { in ComputeLiveOutBC()
Dbytecode_circuit_builder.cpp95 } else if (info.IsReturn() || info.IsThrow()) { in CollectRegionInfo()
1038 } else if (bytecodeInfo.IsReturn()) { in NewByteCode()
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h162 bool IsReturn() const in IsReturn() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp69 EXPECT_EQ(func_value[7].IsReturn(), true);