Home
last modified time | relevance | path

Searched defs:next_opcode (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dspecialize.c1909 int next_opcode = _Py_OPCODE(instr[INLINE_CACHE_ENTRIES_COMPARE_OP + 1]); in _Py_Specialize_CompareOp() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c913 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode() function