Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.cpp361 m_codeBlock->callReturnIndexVector().reserveCapacity(exceptionCheckCount); in compileFunction()
366 …m_codeBlock->callReturnIndexVector().append(CallReturnOffsetToBytecodeOffset(returnAddressOffset, … in compileFunction()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp557 m_codeBlock->callReturnIndexVector().reserveCapacity(m_calls.size()); in privateCompile()
559 …m_codeBlock->callReturnIndexVector().append(CallReturnOffsetToBytecodeOffset(patchBuffer.returnAdd… in privateCompile()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h397 Vector<CallReturnOffsetToBytecodeOffset>& callReturnIndexVector() in callReturnIndexVector() function
DCodeBlock.cpp1262 macro(callReturnIndexVector)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-169606 (JSC::CodeBlock::callReturnIndexVector):
DChangeLog-2010-05-24915 (JSC::CodeBlock::callReturnIndexVector):
DChangeLog-2009-06-1611527 (JSC::CodeBlock::callReturnIndexVector):