Searched defs:NewUncasted (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1122 HInstruction* NewUncasted() { in NewUncasted() function 1138 HInstruction* NewUncasted(P1 p1) { in NewUncasted() function 1168 HInstruction* NewUncasted(P1 p1, P2 p2) { in NewUncasted() function 1196 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3) { in NewUncasted() function 1216 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in NewUncasted() function 1236 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in NewUncasted() function 1256 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in NewUncasted() function 1277 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in NewUncasted() function 1301 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in NewUncasted() function
|