Home
last modified time | relevance | path

Searched defs:retAddrDst (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h71 RegisterID* retAddrDst; member
DBytecodeGenerator.cpp1864 void BytecodeGenerator::pushFinallyContext(Label* target, RegisterID* retAddrDst) in pushFinallyContext()
2072 PassRefPtr<Label> BytecodeGenerator::emitJumpSubroutine(RegisterID* retAddrDst, Label* finally) in emitJumpSubroutine()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp1201 int retAddrDst = (++it)->u.operand; in dump() local
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp1026 int retAddrDst = currentInstruction[1].u.operand; in emit_op_jsr() local
DJITOpcodes.cpp781 int retAddrDst = currentInstruction[1].u.operand; in emit_op_jsr() local
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4700 int retAddrDst = vPC[1].u.operand; in privateExecute() local