Home
last modified time | relevance | path

Searched refs:TYPED_JEQZ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp425 ASSERT((jumpOp == TypedJumpOp::TYPED_JEQZ) || (jumpOp == TypedJumpOp::TYPED_JNEZ)); in VisitBooleanJump()
427 if (jumpOp == TypedJumpOp::TYPED_JEQZ) { in VisitBooleanJump()
Dgate_meta_data.h88 TYPED_JEQZ = 0, enumerator
Dts_hcr_lowering.cpp516 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JEQZ>(value, valueType); in SpeculateConditionJump()