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

  /external/webkit/JavaScriptCore/assembler/
LinkBuffer.h 111 CodeLocationCall locationOf(Call call)
125 CodeLocationLabel locationOf(Label label)
130 CodeLocationDataLabelPtr locationOf(DataLabelPtr label)
135 CodeLocationDataLabel32 locationOf(DataLabel32 label)
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 497 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + record.defaultOffset]);
501 record.jumpTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.locationOf(m_labels[bytecodeIndex + offset]) : record.jumpTable.simpleJumpTable->ctiDefault;
506 record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + record.defaultOffset]);
511 it->second.ctiOffset = offset ? patchBuffer.locationOf(m_labels[bytecodeIndex + offset]) : record.jumpTable.stringJumpTable->ctiDefault;
518 handler.nativeCode = patchBuffer.locationOf(m_labels[handler.target]);
534 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
539 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation);
540 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin);
548 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
556 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare)
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp     [all...]

Completed in 516 milliseconds