Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJIT.cpp293 #define NEXT_OPCODE(name) \ macro
303 NEXT_OPCODE(name); \
311 NEXT_OPCODE(name); \
338 NEXT_OPCODE(op_mov); in privateCompileMainPass()
342 NEXT_OPCODE(op_add); in privateCompileMainPass()
350 NEXT_OPCODE(op_end); in privateCompileMainPass()
355 NEXT_OPCODE(op_jmp); in privateCompileMainPass()
359 NEXT_OPCODE(op_pre_inc); in privateCompileMainPass()
366 NEXT_OPCODE(op_end); in privateCompileMainPass()
389 NEXT_OPCODE(op_loop_if_less); in privateCompileMainPass()
[all …]
/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp494 #define NEXT_OPCODE goto *opcodeJumpTable[*stack.currentFrame->args.instructionPtr] in match() macro
497 #define NEXT_OPCODE continue in match()
501 NEXT_OPCODE; in match()
524 NEXT_OPCODE; in match()
556 NEXT_OPCODE; in match()
569 NEXT_OPCODE; in match()
576 NEXT_OPCODE; in match()
591 NEXT_OPCODE; in match()
601 NEXT_OPCODE; in match()
668 NEXT_OPCODE; in match()
[all …]
/external/webkit/JavaScriptCore/
DChangeLog18269 NEXT_OPCODE expands to "continue", which will not work inside
DChangeLog-2008-08-1026744 a macro NEXT_OPCODE instead. Replaced a few if statements with assertions.