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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 527 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_methodCallCompilationInfo[i].structureToCompare)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 126 CodeLocationCall locationOf(Call call)
140 CodeLocationLabel locationOf(Label label)
145 CodeLocationDataLabelPtr locationOf(DataLabelPtr label)
150 CodeLocationDataLabel32 locationOf(DataLabel32 label)
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp 375 entryWithArityCheck = linkBuffer.locationOf(arityCheck);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp     [all...]

Completed in 401 milliseconds