Home
last modified time | relevance | path

Searched refs:locationOf (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DLinkBuffer.h111 CodeLocationCall locationOf(Call call) in locationOf() function
125 CodeLocationLabel locationOf(Label label) in locationOf() function
130 CodeLocationDataLabelPtr locationOf(DataLabelPtr label) in locationOf() function
135 CodeLocationDataLabel32 locationOf(DataLabel32 label) in locationOf() function
/external/webkit/JavaScriptCore/jit/
DJIT.cpp492 …record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + 3 +… in privateCompile()
496 …record.jumpTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.locationOf(m_labels[bytecod… in privateCompile()
501 …record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + 3 +… in privateCompile()
506 …it->second.ctiOffset = offset ? patchBuffer.locationOf(m_labels[bytecodeIndex + 3 + offset]) : rec… in privateCompile()
513 handler.nativeCode = patchBuffer.locationOf(m_labels[handler.target]); in privateCompile()
529 … patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress()); in privateCompile()
534 …info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLoca… in privateCompile()
535 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin); in privateCompile()
543 … info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin); in privateCompile()
551 … info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare); in privateCompile()
/external/webkit/JavaScriptCore/yarr/
DRegexJIT.cpp1368 …patchBuffer.patch(m_backtrackRecords[i].dataLabel, patchBuffer.locationOf(m_backtrackRecords[i].ba… in compile()
/external/webkit/JavaScriptCore/
DChangeLog3822 (JSC::LinkBuffer::locationOf):
DChangeLog-2009-06-1611429 (JSC::AbstractMacroAssembler::PatchBuffer::locationOf):