Home
last modified time | relevance | path

Searched refs:op_new_regexp (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h49 macro(op_new_regexp, 3) \
DCodeBlock.cpp513 case op_new_regexp: { in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp278 DEFINE_OP(op_new_regexp) in privateCompileMainPass()
DJITStubs.cpp2715 DEFINE_STUB_FUNCTION(JSObject*, op_new_regexp) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp1201 DEFINE_OPCODE(op_new_regexp) { in privateExecute()
1212 vPC += OPCODE_LENGTH(op_new_regexp); in privateExecute()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1366 emitOpcode(op_new_regexp); in emitNewRegExp()