Searched refs:locationOf (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.cpp527 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record.defaultOffset]);
531 record.jumpTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + offset]) : record.jumpTable.simpleJumpTable->ctiDefault;
536 record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record.defaultOffset]);
541 it->second.ctiOffset = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + offset]) : record.jumpTable.stringJumpTable->ctiDefault;
548 handler.nativeCode = patchBuffer.locationOf(m_labels[handler.target]);
564 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
569 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation);
570 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin);
577 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
585 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInf
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DLinkBuffer.h126 CodeLocationCall locationOf(Call call) function in class:JSC::LinkBuffer
140 CodeLocationLabel locationOf(Label label) function in class:JSC::LinkBuffer
145 CodeLocationDataLabelPtr locationOf(DataLabelPtr label) function in class:JSC::LinkBuffer
150 CodeLocationDataLabel32 locationOf(DataLabel32 label) function in class:JSC::LinkBuffer
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCompiler.cpp375 entryWithArityCheck = linkBuffer.locationOf(arityCheck);
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp2253 patchBuffer.patch(m_expressionState.m_backtrackRecords[i].dataLabel, patchBuffer.locationOf(m_expressionState.m_backtrackRecords[i].backtrackLocation));

Completed in 621 milliseconds