Home
last modified time | relevance | path

Searched refs:op_profile_did_call (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h194 macro(op_profile_did_call, 2) \
DCodeBlock.cpp1223 case op_profile_did_call: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp284 DEFINE_OP(op_profile_did_call) in privateCompileMainPass()
DJITStubs.cpp2257 DEFINE_STUB_FUNCTION(void, op_profile_did_call) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1687 emitOpcode(op_profile_did_call); in emitCall()
1726 emitOpcode(op_profile_did_call); in emitCallVarargs()
1803 emitOpcode(op_profile_did_call); in emitConstruct()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4747 DEFINE_OPCODE(op_profile_did_call) { in privateExecute()
4758 vPC += OPCODE_LENGTH(op_profile_did_call); in privateExecute()