Home
last modified time | relevance | path

Searched defs:jumpOp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
Dnumber_speculative_lowering.cpp457 TypedJumpOp jumpOp = jumpAcc.GetTypedJumpOp(); in VisitBooleanJump() local
Dmcr_circuit_builder.h612 …auto jumpOp = TypedConditionJump(machineType, Op, weight, paramType, {currentControl, currentDepen… in TypedConditionJump() local
Dmcr_circuit_builder.cpp832 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, in TypedConditionJump()