Searched defs:NewUncasted (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1071 HInstruction* NewUncasted() { in NewUncasted() function 1087 HInstruction* NewUncasted(P1 p1) { in NewUncasted() function 1117 HInstruction* NewUncasted(P1 p1, P2 p2) { in NewUncasted() function 1145 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3) { in NewUncasted() function 1165 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in NewUncasted() function 1185 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in NewUncasted() function 1205 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in NewUncasted() function 1226 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in NewUncasted() function 1250 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in NewUncasted() function
|