• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/

Lines Matching defs:indexingType

1744         ASSERT_UNUSED(oldStructure, oldStructure->indexingType() == newStructure->indexingType());
2616 m_node->indexingType());
2618 RELEASE_ASSERT(structure->indexingType() == m_node->indexingType());
2620 if (!globalObject->isHavingABadTime() && !hasAnyArrayStorage(m_node->indexingType())) {
2628 switch (m_node->indexingType()) {
2645 m_heaps.forIndexingType(m_node->indexingType())->at(operandIndex));
2693 m_node->indexingType());
2695 RELEASE_ASSERT(structure->indexingType() == m_node->indexingType());
2697 if (!globalObject->isHavingABadTime() && !hasAnyArrayStorage(m_node->indexingType())) {
2705 if (hasDouble(m_node->indexingType()))
2713 m_heaps.forIndexingType(m_node->indexingType())->at(index));
2732 m_node->indexingType());
2734 if (!globalObject->isHavingABadTime() && !hasAnyArrayStorage(m_node->indexingType())) {
2736 hasUndecided(structure->indexingType())
2737 || hasInt32(structure->indexingType())
2738 || hasDouble(structure->indexingType())
2739 || hasContiguous(structure->indexingType()));
2772 if (hasDouble(m_node->indexingType())) {
3299 ASSERT(variant.oldStructure()->indexingType() == variant.newStructure()->indexingType());
4313 m_out.store8(m_out.constInt8(structure->indexingType()), result, m_heaps.JSCell_indexingType);
4384 hasUndecided(structure->indexingType())
4385 || hasInt32(structure->indexingType())
4386 || hasDouble(structure->indexingType())
4387 || hasContiguous(structure->indexingType()));
4404 if (hasDouble(structure->indexingType())) {
5386 LValue indexingType = m_out.load8(cell, m_heaps.JSCell_indexingType);
5395 m_out.bitAnd(indexingType, m_out.constInt8(IsArray | IndexingShapeMask)),
5401 m_out.bitAnd(indexingType, m_out.constInt8(IsArray | IndexingShapeMask)),
5406 m_out.bitAnd(indexingType, m_out.constInt8(IndexingShapeMask)),