Searched refs:op_instanceof (Results 1 – 9 of 9) sorted by relevance
86 macro(op_instanceof, 5) \
671 case op_instanceof: { in dump()
242 DEFINE_OP(op_instanceof) in privateCompileMainPass()403 DEFINE_SLOWCASE_OP(op_instanceof) in privateCompileSlowCases()
1843 DEFINE_STUB_FUNCTION(EncodedJSValue, op_instanceof) in DEFINE_STUB_FUNCTION() argument
534 …: ThrowableBinaryOpNode(globalData, ResultType::booleanType(), expr1, expr2, op_instanceof, rightH… in InstanceOfNode()
2121 DEFINE_OPCODE(op_instanceof) { in privateExecute()2147 vPC += OPCODE_LENGTH(op_instanceof); in privateExecute()
1196 emitOpcode(op_instanceof); in emitInstanceOf()
17355 op_construct or an op_instanceof. This patch moves that information to34223 thrown before op_instanceof or op_construct, and emit the proper37813 Add codegen support for op_instanceof, fixing 15 mozilla tests.
10129 op_get_by_id before op_instanceof has checked that this is an object implementing