Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h83 macro(op_bitnot, 3) \
DCodeBlock.cpp662 case op_bitnot: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp211 DEFINE_OP(op_bitnot) in privateCompileMainPass()
386 DEFINE_SLOWCASE_OP(op_bitnot) in privateCompileSlowCases()
DJITStubs.cpp3023 DEFINE_STUB_FUNCTION(EncodedJSValue, op_bitnot) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/parser/
DNodeConstructors.h425 : UnaryOpNode(globalData, ResultType::forBitOp(), expr, op_bitnot) in BitwiseNotNode()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp2071 DEFINE_OPCODE(op_bitnot) { in privateExecute()
2086 vPC += OPCODE_LENGTH(op_bitnot); in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2424999 Implement op_bitnot.