Home
last modified time | relevance | path

Searched refs:op_pop_scope (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h162 macro(op_pop_scope, 1) \
DCodeBlock.cpp1062 case op_pop_scope: { in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp282 DEFINE_OP(op_pop_scope) in privateCompileMainPass()
DJITStubs.cpp2826 DEFINE_STUB_FUNCTION(void, op_pop_scope) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3574 DEFINE_OPCODE(op_pop_scope) { in privateExecute()
3581 vPC += OPCODE_LENGTH(op_pop_scope); in privateExecute()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1632 emitOpcode(op_pop_scope); in emitPopScope()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1637896 Add support for op_push_scope and op_pop_scope, fixing 20 mozilla tests.