Home
last modified time | relevance | path

Searched refs:IsJump (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h137 bool IsJump() const in IsJump() function
598 bool IsJump() const in IsJump() function
600 return metaData_.IsJump(); in IsJump()
645 return !IsJump() && !IsReturn() && !IsThrow(); in needFallThrough()
Dbytecode_circuit_builder.cpp61 if (info.IsJump()) { in CollectRegionInfo()
1035 } else if (bytecodeInfo.IsJump()) { in NewByteCode()
1075 if (bytecodeInfo.IsJump() || bytecodeInfo.IsThrow()) { in BuildSubCircuit()
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h137 bool IsJump() const in IsJump() function
144 return IsJump() && HasFlag(InstFlags::COND); in IsConditionalJump()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp64 EXPECT_EQ(func_value[3].IsJump(), false);
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp190 return !bytecodeInfo.IsJump() && !IsNewLexEnv(bytecodeInfo.GetOpcode()); in ShouldInfer()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1635 if (pa_ins.IsJump()) { in GetInstructions()