Searched refs:HTemplateControlInstruction (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1301 class HTemplateControlInstruction : public HControlInstruction { class in namespace:v8
1370 class HGoto FINAL : public HTemplateControlInstruction<1, 0> {
1391 class HDeoptimize FINAL : public HTemplateControlInstruction<1, 0> {
1428 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> {
1560 class HReturn FINAL : public HTemplateControlInstruction<0, 3> {
1588 class HAbnormalExit FINAL : public HTemplateControlInstruction<0, 0> {
4279 class HCompareNumericAndBranch : public HTemplateControlInstruction<2, 2> {
4388 class HCompareObjectEqAndBranch : public HTemplateControlInstruction<2, 2> {
4537 class HStringCompareAndBranch : public HTemplateControlInstruction<2, 3> {
4579 class HIsConstructCallAndBranch : public HTemplateControlInstruction<
[all...]

Completed in 402 milliseconds