Searched refs:CheckStructure (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dgenchars.pl258 $SGTTY = CheckStructure "sgttyb","sgtty.h";
286 $tchars = CheckStructure "tchars","sgtty.h";
294 $ltchars = CheckStructure "ltchars","sgtty.h";
H A DConfigure.pm39 CheckStructure
73 CheckStructure: Look for a structure.
508 =head2 CheckStructure
516 sub CheckStructure { # Check existance of a structure. subroutine
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGTypeCheckHoistingPhase.cpp71 case CheckStructure:
125 // kind of CheckStructure, then we should notice them to ensure that
135 case CheckStructure: {
250 // Place CheckStructure's at SetLocal sites.
265 // Insert a GetLocal and a CheckStructure immediately following this
282 indexInBlock + 1, SpecNone, CheckStructure, codeOrigin,
304 // be dropped into this bytecode variable if the CheckStructure decides
H A DDFGConstantFoldingPhase.cpp96 case CheckStructure:
408 indexInBlock, SpecNone, CheckStructure, codeOrigin,
H A DDFGCSEPhase.cpp440 case CheckStructure:
499 case CheckStructure:
552 case CheckStructure:
1291 case CheckStructure:
H A DDFGArgumentsSimplificationPhase.cpp327 case CheckStructure:
335 // from a CheckStructure on one variable to the information about the
516 case CheckStructure:
H A DDFGFixupPhase.cpp703 m_indexInBlock, SpecNone, CheckStructure, node->codeOrigin,
743 case CheckStructure:
1175 if (previousNode->op() != CheckStructure)
1183 return; // Assume we were smart enough to only insert one CheckStructure on the array.
1198 // If the previous node was a CheckStructure inserted because of stuff
1215 m_indexInBlock, SpecNone, CheckStructure, codeOrigin,
H A DDFGNodeType.h131 macro(CheckStructure, NodeMustGenerate) \
139 /* previously had a CheckStructure executed on it or we're dealing with an object */\
H A DDFGNode.h316 ASSERT(m_op == CheckStructure || m_op == ForwardCheckStructure || m_op == ArrayifyToStructure);
318 if (m_op == CheckStructure || m_op == ArrayifyToStructure)
844 case CheckStructure:
H A DDFGByteCodeParser.cpp796 addToGraph(CheckStructure, OpInfo(m_graph.addStructureSet(structure)), objectNode);
864 addToGraph(CheckStructure, OpInfo(m_graph.addStructureSet(profile->expectedStructure())), base);
1244 addToGraph(CheckStructure, OpInfo(m_graph.addStructureSet(callLinkStatus.structure())), callTarget);
1731 addToGraph(CheckStructure, OpInfo(m_graph.addStructureSet(getByIdStatus.structureSet())), base);
1745 // all of the speculations. We only insert the Phantom if there had been a CheckStructure
1746 // on something other than the base following the CheckStructure on base, or if the
2034 CheckStructure,
2601 addToGraph(CheckStructure, OpInfo(m_graph.addStructureSet(putByIdStatus.oldStructure())), base);
2620 addToGraph(CheckStructure, OpInfo(m_graph.addStructureSet(putByIdStatus.oldStructure())), base);
3206 addToGraph(CheckStructure, OpInf
[all...]
H A DDFGPredictionPropagationPhase.cpp525 case CheckStructure:
H A DDFGAbstractState.cpp1330 case CheckStructure:
H A DDFGSpeculativeJIT32_64.cpp3987 case CheckStructure:
H A DDFGSpeculativeJIT64.cpp3881 case CheckStructure:

Completed in 127 milliseconds