Searched +defs:left +defs:edge (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dstringtriebuilder.cpp380 StringTrieBuilder::equalNodes(const void *left, const void *right) { argument
496 Node *edge=equal[--i]; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAbstractState.cpp261 void AbstractState::verifyEdge(Node*, Edge edge) argument
342 JSValue left = forNode(node->child1()).value(); local
449 JSValue left = forNode(node->child1()).value(); local
485 JSValue left = forNode(node->child1()).value(); local
532 JSValue left = forNode(node->child1()).value(); local
569 JSValue left = forNode(node->child1()).value(); local
853 JSValue left = forNode(leftNode).value(); local
[all...]
H A DDFGFixupPhase.cpp895 void createToString(Node* node, Edge& edge) argument
927 void convertStringAddUse(Node* node, Edge& edge) argument
956 Edge& edge local
1035 attemptToMakeFastStringAdd(Node* node, Edge& left, Edge& right) argument
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...]
H A DDFGGraph.h95 void changeChild(Edge& edge, Node* newNode) argument
100 void changeEdge(Edge& edge, Edge newEdge) argument
105 void compareAndSwap(Edge& edge, Node* oldNode, Node* newNode) argument
112 void compareAndSwap(Edge& edge, Edge oldEdge, Edge newEdge) argument
209 Node* left = add->child1().node(); local
247 Node* left = mul->child1().node(); local
604 voteNode(Edge edge, unsigned ballot) argument
[all...]
H A DDFGSpeculativeJIT.h1707 void branchDouble(JITCompiler::DoubleCondition cond, FPRReg left, FPRReg right, BlockIndex destination) argument
1730 void branch32(JITCompiler::RelationalCondition cond, T left, U right, BlockIndex destination) argument
1771 void branch64(JITCompiler::RelationalCondition cond, T left, U right, BlockIndex destination) argument
1784 void branchPtr(JITCompiler::RelationalCondition cond, T left, argument
2109 needsTypeCheck(Edge edge, SpeculatedType typesPassedThrough) argument
2252 IntegerOperand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2272 Edge edge() const function in class:JSC::DFG::IntegerOperand
2310 JSValueOperand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2349 Edge edge() const function in class:JSC::DFG::JSValueOperand
2430 StorageOperand(SpeculativeJIT* jit, Edge edge) argument
2447 Edge edge() const function in class:JSC::DFG::StorageOperand
2603 SpeculateIntegerOperand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2623 Edge edge() const function in class:JSC::DFG::SpeculateIntegerOperand
2661 SpeculateStrictInt32Operand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2678 Edge edge() const function in class:JSC::DFG::SpeculateStrictInt32Operand
2708 SpeculateDoubleOperand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2725 Edge edge() const function in class:JSC::DFG::SpeculateDoubleOperand
2755 SpeculateCellOperand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2776 Edge edge() const function in class:JSC::DFG::SpeculateCellOperand
2808 SpeculateBooleanOperand(SpeculativeJIT* jit, Edge edge, OperandSpeculationMode mode = AutomaticOperandSpeculation) argument
2825 Edge edge() const function in class:JSC::DFG::SpeculateBooleanOperand
2854 speculateStringObjectForStructure(Edge edge, StructureLocationType structureLocation) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
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
212 setLocationAndSizeFromEdges(float left, float top, float right, float bottom) argument
[all...]
H A DLayoutRect.h117 void shiftXEdgeTo(LayoutUnit edge) argument
123 void shiftMaxXEdgeTo(LayoutUnit edge) argument
128 void shiftYEdgeTo(LayoutUnit edge) argument
134 shiftMaxYEdgeTo(LayoutUnit edge) argument
231 pixelSnappedIntRect(LayoutUnit left, LayoutUnit top, LayoutUnit width, LayoutUnit height) argument
236 pixelSnappedIntRectFromEdges(LayoutUnit left, LayoutUnit top, LayoutUnit right, LayoutUnit bottom) argument
[all...]
/macosx-10.9.5/cctools-845/gprof/
H A Dscatter.c51 int left; member in struct:TreeNodestruct
239 Edge *edge; local
257 Edge *edge; local
287 free_edge( Edge *edge) argument
418 Edge *edge; local
439 make_edge_e1( Edge *edge) argument
454 make_edge_e2( Edge *edge) argument
469 find_edge_e1( Edge *edge) argument
485 find_edge_e2( Edge *edge) argument
501 pqinsert_e1( Edge *edge) argument
514 Edge *edge; local
647 int i; Edge *edge; local
[all...]

Completed in 103 milliseconds