Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h64 macro(op_post_inc, 3) \
DCodeBlock.cpp571 case op_post_inc: { in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp284 DEFINE_OP(op_post_inc) in privateCompileMainPass()
412 DEFINE_SLOWCASE_OP(op_post_inc) in privateCompileSlowCases()
DJITStubs.cpp2407 DEFINE_STUB_FUNCTION(EncodedJSValue, op_post_inc) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp1409 DEFINE_OPCODE(op_post_inc) { in privateExecute()
1429 vPC += OPCODE_LENGTH(op_post_inc); in privateExecute()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp867 emitOpcode(op_post_inc); in emitPostInc()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1637864 Fix slowcase for op_post_inc and op_post_dec fixing 2 mozilla tests.