Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h83 macro(op_typeof, 3) \
DCodeBlock.cpp652 case op_typeof: { in dump()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h270 …RegisterID* emitTypeOf(RegisterID* dst, RegisterID* src) { return emitUnaryOp(op_typeof, dst, src)… in emitTypeOf()
DBytecodeGenerator.cpp872 if (m_lastOpcodeID == op_typeof) { in emitEqualityOp()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp215 DEFINE_UNARY_OP(op_typeof) in privateCompileMainPass()
DJITStubs.cpp2704 DEFINE_STUB_FUNCTION(EncodedJSValue, op_typeof) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp1827 DEFINE_OPCODE(op_typeof) { in privateExecute()