Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1123 GateRef isJmp = 0; in TryJitCompile() local
1129 isJmp = BitOr(Int8Equal(opcode, jmpImm8), Int8Equal(opcode, jmpImm16)); in TryJitCompile()
1130 isJmp = BitOr(isJmp, Int8Equal(opcode, jmpImm32)); in TryJitCompile()
1132 isJmp = Boolean(offsetInfo.offset == 0); in TryJitCompile()
1134 BRANCH(isJmp, &cmpOsrThreshold, &exit); in TryJitCompile()

Completed in 3 milliseconds