Searched defs:edge (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDCEPhase.cpp127 Edge edge = m_graph.m_varArgChildren[childIdx]; local
157 void findTypeCheckRoot(Node*, Edge edge) argument
167 countEdge(Node*, Edge edge) argument
181 Edge edge = node->children.child(i); local
[all...]
H A DDFGEdge.h177 inline bool operator==(Edge edge, Node* node) argument
181 inline bool operator==(Node* node, Edge edge) argument
185 inline bool operator!=(Edge edge, Node* node) argument
189 inline bool operator!=(Node* node, Edge edge) argument
H A DDFGBackwardsPropagationPhase.cpp142 bool isWithinPowerOfTwo(Edge edge) argument
H A DDFGAbstractState.h105 AbstractValue& forNode(Edge edge) argument
186 ALWAYS_INLINE void filterEdgeByUse(Node* node, Edge& edge) argument
264 ALWAYS_INLINE void filterByType(Node* node, Edge& edge, SpeculatedTyp argument
[all...]
H A DDFGValidate.cpp107 Edge edge = m_graph.child(node, j); local
178 Edge edge = m_graph.child(node, j); local
195 Edge edge = m_graph.child(node, j); local
298 Edge edge = m_graph.child(node, j); local
391 reportValidationContext(Node* node, Edge edge) argument
[all...]
H A DDFGArgumentsSimplificationPhase.cpp748 void observeProperArgumentsUse(Node* node, Edge edge) argument
822 Edge edge = node->children.child(edgeIndex); local
[all...]
H A DDFGAbstractState.cpp261 void AbstractState::verifyEdge(Node*, Edge edge) argument
H A DDFGCSEPhase.cpp73 Node* canonicalize(Edge edge) argument
965 Edge edge = node->children.child(i); local
H A DDFGFixupPhase.cpp895 void createToString(Node* node, Edge& edge) argument
927 void convertStringAddUse(Node* node, Edge& edge) argument
956 Edge& edge local
1284 observeUseKindOnEdge(Edge edge) argument
1329 setUseKindAndUnboxIfProfitable(Edge& edge) argument
1335 fixIntEdge(Edge& edge) argument
1355 fixDoubleEdge(Edge& edge, SpeculationDirection direction = BackwardSpeculation) argument
1367 injectInt32ToDoubleNode(Edge& edge, UseKind useKind = NumberUse, SpeculationDirection direction = BackwardSpeculation) argument
1383 truncateConstantToInt32(Edge& edge) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DPolygonShape.h47 OffsetPolygonEdge(const FloatPolygonEdge& edge, const FloatSize& offset) argument
H A DPolygonShape.cpp45 const FloatPolygonEdge* edge; member in struct:WebCore::EdgeIntersection
62 const FloatPolygonEdge& edge = *edgePointer; local
95 inwardEdgeNormal(const FloatPolygonEdge& edge) argument
106 outwardEdgeNormal(const FloatPolygonEdge& edge) argument
411 const FloatPolygonEdge* edge = edges[i]; local
453 const FloatPolygonEdge& edge = *(edges[i]); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileDataLoaderPass.cpp152 ProfileData::Edge edge = PB.getEdge(BB, TI->getSuccessor(s)); local
H A DProfileInfoLoaderPass.cpp97 void LoaderPass::readEdgeOrRemember(Edge edge, Edge &tocalc, argument
H A DProfileEstimatorPass.cpp134 Edge edge = getEdge(*bbi,BB); local
205 Edge edge = getEdge(Latch,0); local
267 Edge edge = getEdge(BB,0); local
273 Edge edge = getEdge(BB,*bbi); local
341 Edge edge = getEdge(0,entry); local
[all...]
H A DPathProfileInfo.cpp204 BallLarusEdge* edge = getNextEdge(root, _number); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp150 ProfileInfo::Edge edge = ProfileInfo::getEdge(0, entry); local
173 ProfileInfo::Edge edge = ProfileInfo::getEdge(BB, 0); local
184 ProfileInfo::Edge edge = ProfileInfo::getEdge(BB,Succ); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFrameSet.h48 void setPreventResize(FrameEdge edge, bool preventResize) { m_preventResize[edge] = preventResize; } argument
49 void setAllowBorder(FrameEdge edge, bool allowBorder) { m_allowBorder[edge] = allowBorder; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatPolygon.h144 static String string(const FloatPolygonEdge* edge) { return String::format("%p (%f,%f %f,%f)", edge, edge->vertex1().x(), edge->vertex1().y(), edge->vertex2().x(), edge->vertex2().y()); } argument
H A DIntRect.h118 void shiftXEdgeTo(int edge) argument
124 void shiftMaxXEdgeTo(int edge) argument
129 void shiftYEdgeTo(int edge) argument
135 void shiftMaxYEdgeTo(int edge) argument
[all...]
H A DFloatRect.h119 void shiftXEdgeTo(float edge) argument
125 void shiftMaxXEdgeTo(float edge) argument
130 void shiftYEdgeTo(float edge) argument
136 void shiftMaxYEdgeTo(float edge) argument
[all...]
H A DLayoutRect.h117 void shiftXEdgeTo(LayoutUnit edge) argument
123 void shiftMaxXEdgeTo(LayoutUnit edge) argument
128 void shiftYEdgeTo(LayoutUnit edge) argument
134 void shiftMaxYEdgeTo(LayoutUnit edge) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dstringtriebuilder.cpp496 Node *edge=equal[--i]; local
/macosx-10.9.5/ntp-88/include/
H A Dtimepps-SCO.h482 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument
H A Dtimepps-Solaris.h547 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument
H A Dtimepps-SunOS.h483 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument

Completed in 213 milliseconds

12