Home
last modified time | relevance | path

Searched defs:jumpOffset (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp213 int8_t jumpOffset = *(start + 1); // 1: get one byte in bytecodes in GetJumpToOffsets() local
221 int16_t jumpOffset = *(start + 2); // 2: get two bytes in bytecodes in GetJumpToOffsets() local
231 int32_t jumpOffset = *(start + 4); // 4: get four bytes in bytecodes in GetJumpToOffsets() local

Completed in 15 milliseconds