Home
last modified time | relevance | path

Searched refs:op_jmp_scopes (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h151 macro(op_jmp_scopes, 3) \
DCodeBlock.cpp1179 case op_jmp_scopes: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp246 DEFINE_OP(op_jmp_scopes) in privateCompileMainPass()
DJITStubs.cpp3403 DEFINE_STUB_FUNCTION(void, op_jmp_scopes) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1978 emitOpcode(op_jmp_scopes); in emitComplexJumpScopes()
2018 emitOpcode(op_jmp_scopes); in emitJumpScopes()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4546 DEFINE_OPCODE(op_jmp_scopes) { in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1010800 Squirrelfish: ScopeChainNode leak in op_jmp_scopes.
DChangeLog-2009-06-1637752 Implement op_jmp_scopes to fix 2 Mozilla tests.