Home
last modified time | relevance | path

Searched refs:op_instanceof (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h86 macro(op_instanceof, 5) \
DCodeBlock.cpp671 case op_instanceof: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp242 DEFINE_OP(op_instanceof) in privateCompileMainPass()
403 DEFINE_SLOWCASE_OP(op_instanceof) in privateCompileSlowCases()
DJITStubs.cpp1843 DEFINE_STUB_FUNCTION(EncodedJSValue, op_instanceof) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/parser/
DNodeConstructors.h534 …: ThrowableBinaryOpNode(globalData, ResultType::booleanType(), expr1, expr2, op_instanceof, rightH… in InstanceOfNode()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp2121 DEFINE_OPCODE(op_instanceof) { in privateExecute()
2147 vPC += OPCODE_LENGTH(op_instanceof); in privateExecute()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1196 emitOpcode(op_instanceof); in emitInstanceOf()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1617355 op_construct or an op_instanceof. This patch moves that information to
34223 thrown before op_instanceof or op_construct, and emit the proper
37813 Add codegen support for op_instanceof, fixing 15 mozilla tests.
DChangeLog-2011-02-1610129 op_get_by_id before op_instanceof has checked that this is an object implementing