Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/debug/
H A Ddwarf_line_no.cc289 uint64_t next_opcode = reader.position() + extended_opcode_length; in EvaluateLineNumberProgram() local
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c1909 int next_opcode = _Py_OPCODE(instr[INLINE_CACHE_ENTRIES_COMPARE_OP + 1]); in _Py_Specialize_CompareOp() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c913 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode() function