HomeSort by relevance Sort by last modified time
    Searched refs:callReturnLocation (Results 1 - 6 of 6) sorted by null

  /external/webkit/JavaScriptCore/jit/
JIT.cpp 539 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation);
547 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation);
557 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;
610 repatchBuffer.relink(callLinkInfo->callReturnLocation, globalData->jitStubs.ctiVirtualCall());
JITPropertyAccess.cpp 445 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
503 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
701 CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
    [all...]
JITCall.cpp 403 m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(m_globalData->jitStubs.ctiVirtualCallLink());
694 m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(m_globalData->jitStubs.ctiVirtualCallLink());
JIT.h 150 MacroAssembler::Call callReturnLocation;
157 MacroAssembler::Call callReturnLocation;
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
StructureStubInfo.h 177 CodeLocationCall callReturnLocation;
CodeBlock.h 110 CodeLocationNearCall callReturnLocation;
147 CodeLocationCall callReturnLocation;
196 return structureStubInfo->callReturnLocation.executableAddress();
201 return callLinkInfo->callReturnLocation.executableAddress();
206 return methodCallLinkInfo->callReturnLocation.executableAddress();

Completed in 214 milliseconds