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

  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 651 repatchBuffer.repatch(methodCallLinkInfo.structureLabel, structure);
652 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoObj), proto);
653 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), prototypeStructure);
654 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckPutFunction), callee);
    [all...]
JIT.cpp 556 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare);
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 148 CodeLocationDataLabelPtr structureLabel;

Completed in 28 milliseconds