Searched defs:retAddrDst (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp1201 int retAddrDst = (++it)->u.operand; local
1203 printf("[%4d] jsr\t\t %s, %d(->%d)\n", location, registerName(exec, retAddrDst).data(), offset, location + offset);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h71 RegisterID* retAddrDst; member in struct:JSC::FinallyContext
352 PassRefPtr<Label> emitJumpSubroutine(RegisterID* retAddrDst, Label*);
H A DBytecodeGenerator.cpp1864 void BytecodeGenerator::pushFinallyContext(Label* target, RegisterID* retAddrDst) argument
1868 FinallyContext context = { target, retAddrDst };
1996 emitJumpSubroutine(topScope->finallyContext.retAddrDst, topScope->finallyContext.finallyAddr);
2072 PassRefPtr<Label> BytecodeGenerator::emitJumpSubroutine(RegisterID* retAddrDst, Label* finally) argument
2077 instructions().append(retAddrDst->index());
/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp781 int retAddrDst = currentInstruction[1].u.operand; local
783 DataLabelPtr storeLocation = storePtrWithPatch(TrustedImmPtr(0), Address(callFrameRegister, sizeof(Register) * retAddrDst));
H A DJITOpcodes32_64.cpp1026 int retAddrDst = currentInstruction[1].u.operand; local
1028 DataLabelPtr storeLocation = storePtrWithPatch(TrustedImmPtr(0), Address(callFrameRegister, sizeof(Register) * retAddrDst));

Completed in 96 milliseconds