Searched refs:op_end (Results 1 – 10 of 10) sorted by relevance
/external/webkit/JavaScriptCore/bytecode/ |
D | Opcode.h | 173 macro(op_end, 2) // end must be the last opcode in the list 179 const int numOpcodeIDs = op_end + 1; 191 …#define VERIFY_OPCODE_ID(id, size) COMPILE_ASSERT(id <= op_end, ASSERT_THAT_JS_OPCODE_IDS_ARE_VALI…
|
D | CodeBlock.cpp | 1100 case op_end: { in dump()
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 221 , m_lastOpcodeID(op_end) in BytecodeGenerator() 305 , m_lastOpcodeID(op_end) in BytecodeGenerator() 388 , m_lastOpcodeID(op_end) in BytecodeGenerator() 557 m_lastOpcodeID = op_end; in emitLabel()
|
D | BytecodeGenerator.h | 298 RegisterID* emitEnd(RegisterID* src) { return emitUnaryNoDstOp(op_end, src); } in emitEnd()
|
/external/webkit/JavaScriptCore/jit/ |
D | JIT.cpp | 236 DEFINE_OP(op_end) in privateCompileMainPass()
|
D | JITStubs.cpp | 915 DEFINE_STUB_FUNCTION(void, op_end) in DEFINE_STUB_FUNCTION() argument
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 481 return opcode >= 0 && opcode <= op_end; in isOpcode() 3665 DEFINE_OPCODE(op_end) { in privateExecute()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 3073 So far, I've only merged op_mov and op_end, but some stub-reliant
|
D | ChangeLog-2008-08-10 | 9105 Rename register arguments for op_call, op_call_eval, op_end, and op_construct 14410 Fix non-computed goto version of isOpcode. op_end is a valid opcode.
|
D | ChangeLog-2009-06-16 | 26601 obsolete hook for clearing the current sample inside op_end. Also removed
|