Home
last modified time | relevance | path

Searched refs:AddInstructionTyped (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen.h1116 I* Add() { return AddInstructionTyped(New<I>());} in Add()
1138 I* result = AddInstructionTyped(New<I>(p1)); in Add()
1167 I* result = AddInstructionTyped(New<I>(p1, p2)); in Add()
1191 return AddInstructionTyped(New<I>(p1, p2, p3)); in Add()
1211 return AddInstructionTyped(New<I>(p1, p2, p3, p4)); in Add()
1231 return AddInstructionTyped(New<I>(p1, p2, p3, p4, p5)); in Add()
1251 return AddInstructionTyped(New<I>(p1, p2, p3, p4, p5, p6)); in Add()
1275 return AddInstructionTyped(New<I>(p1, p2, p3, p4, p5, p6, p7)); in Add()
1301 return AddInstructionTyped(New<I>(p1, p2, p3, p4, p5, p6, p7, p8)); in Add()
1918 I* AddInstructionTyped(I* instr) { in AddInstructionTyped() function