Home
last modified time | relevance | path

Searched refs:IsJump (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h141 bool IsJump() const in IsJump() function in panda::ecmascript::kungfu::BytecodeMetaData
709 bool IsJump() const in IsJump() function in panda::ecmascript::kungfu::BytecodeInfo
711 return metaData_.IsJump(); in IsJump()
756 return !IsJump() && !IsReturn() && !IsThrow(); in needFallThrough()
H A Dbytecode_circuit_builder.cpp69 if (info.IsJump()) { in CollectRegionInfo()
967 } else if (bytecodeInfo.IsJump()) { in NewByteCode()
1016 if (bytecodeInfo.IsJump() || bytecodeInfo.IsThrow()) { in BuildSubCircuit()
1104 if (bytecodeInfo.IsJump() || bytecodeInfo.IsThrow()) { in HandleOsrLoopBody()
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h137 bool IsJump() const in IsJump() function
144 return IsJump() && HasFlag(InstFlags::COND); in IsConditionalJump()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.h151 bool IsJump() const in IsJump() function
158 return IsJump() && HasFlag(InstFlags::COND); in IsConditionalJump()
/arkcompiler/runtime_core/abc2program/
H A Dabc_code_processor.cpp73 if (pa_ins.IsJump()) { in FillInsWithoutLabels()
H A Dprogram_dump.cpp464 if (curr_ins->IsJump()) { in UpdateLabels4DumpInsAtIndex()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp64 EXPECT_EQ(func_value[3].IsJump(), false); in HWTEST_F()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp119 if (paIns.IsJump()) { in FillProgramData()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction.h390 bool IsJump() const
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp280 if (inst.IsJump()) { in AddInstructionToBB()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1829 if (paIns.IsJump()) { in GetInstructions()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2219 if (pa_ins.IsJump()) { in GetInstructions()

Completed in 18 milliseconds