Home | History | Annotate | Download | only in src

Lines Matching refs:HUnaryControlInstruction

1399 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> {
1401 HUnaryControlInstruction(HValue* value,
1415 class HBranch V8_FINAL : public HUnaryControlInstruction {
1444 : HUnaryControlInstruction(value, true_target, false_target),
1453 class HCompareMap V8_FINAL : public HUnaryControlInstruction {
1493 : HUnaryControlInstruction(value, true_target, false_target),
4300 class HCompareHoleAndBranch V8_FINAL : public HUnaryControlInstruction {
4319 : HUnaryControlInstruction(value, true_target, false_target) {
4326 class HCompareMinusZeroAndBranch V8_FINAL : public HUnaryControlInstruction {
4343 : HUnaryControlInstruction(value, NULL, NULL) {
4399 class HIsObjectAndBranch V8_FINAL : public HUnaryControlInstruction {
4417 : HUnaryControlInstruction(value, true_target, false_target) {}
4421 class HIsStringAndBranch V8_FINAL : public HUnaryControlInstruction {
4448 : HUnaryControlInstruction(value, true_target, false_target),
4455 class HIsSmiAndBranch V8_FINAL : public HUnaryControlInstruction {
4475 : HUnaryControlInstruction(value, true_target, false_target) {
4481 class HIsUndetectableAndBranch V8_FINAL : public HUnaryControlInstruction {
4499 : HUnaryControlInstruction(value, true_target, false_target) {}
4559 class HHasInstanceTypeAndBranch V8_FINAL : public HUnaryControlInstruction {
4581 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4583 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4592 class HHasCachedArrayIndexAndBranch V8_FINAL : public HUnaryControlInstruction {
4603 : HUnaryControlInstruction(value, NULL, NULL) { }
4630 class HClassOfTestAndBranch V8_FINAL : public HUnaryControlInstruction {
4647 : HUnaryControlInstruction(value, NULL, NULL),
4654 class HTypeofIsAndBranch V8_FINAL : public HUnaryControlInstruction {
4675 : HUnaryControlInstruction(value, NULL, NULL),