Home
last modified time | relevance | path

Searched refs:opcodeJumpTable (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/pcre/
H A Dpcre_exec.cpp457 static void* opcodeJumpTable[256] = { FOR_EACH_OPCODE(EMIT_JUMP_TABLE_ENTRY) }; in match() local
463 for (int i = 255; !opcodeJumpTable[i]; i--) in match()
464 opcodeJumpTable[i] = &&CAPTURING_BRACKET; in match()
495 #define NEXT_OPCODE goto *opcodeJumpTable[*stack.currentFrame->args.instructionPtr] in match()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/pcre/
H A Dpcre_exec.cpp457 static void* opcodeJumpTable[256] = { FOR_EACH_OPCODE(EMIT_JUMP_TABLE_ENTRY) }; in match() local
463 for (int i = 255; !opcodeJumpTable[i]; i--) in match()
464 opcodeJumpTable[i] = &&CAPTURING_BRACKET; in match()
495 #define NEXT_OPCODE goto *opcodeJumpTable[*stack.currentFrame->args.instructionPtr] in match()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/pcre/
H A Dpcre_exec.cpp457 static void* opcodeJumpTable[256] = { FOR_EACH_OPCODE(EMIT_JUMP_TABLE_ENTRY) }; in match() local
463 for (int i = 255; !opcodeJumpTable[i]; i--) in match()
464 opcodeJumpTable[i] = &&CAPTURING_BRACKET; in match()
495 #define NEXT_OPCODE goto *opcodeJumpTable[*stack.currentFrame->args.instructionPtr] in match()
/dports/emulators/vmips/vmips-1.5.1/
H A Dcpu.cc1811 static const emulate_funptr opcodeJumpTable[] = { in step() local
1885 (this->*opcodeJumpTable[opcode(instr)])(instr, pc); in step()