Searched refs:HUnaryControlInstruction (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 1356 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> { 1358 HUnaryControlInstruction(HValue* value, in HUnaryControlInstruction() function 1372 class HBranch final : public HUnaryControlInstruction { 1401 : HUnaryControlInstruction(value, true_target, false_target), in DECLARE_CONCRETE_INSTRUCTION() 1410 class HCompareMap final : public HUnaryControlInstruction { 1453 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() function 4336 class HCompareHoleAndBranch final : public HUnaryControlInstruction { 4354 : HUnaryControlInstruction(value, true_target, false_target) { in DECLARE_CONCRETE_INSTRUCTION() 4361 class HCompareMinusZeroAndBranch final : public HUnaryControlInstruction { 4377 : HUnaryControlInstruction(value, NULL, NULL) { in DECLARE_CONCRETE_INSTRUCTION() [all …]
|
D | hydrogen-instructions.cc | 1129 std::ostream& HUnaryControlInstruction::PrintDataTo( in PrintDataTo() 1182 return HUnaryControlInstruction::PrintDataTo(os) << " " in PrintDataTo()
|
D | hydrogen.cc | 6665 HUnaryControlInstruction* compare; in HandlePolymorphicNamedFieldAccess() 8107 HUnaryControlInstruction* compare; in HandlePolymorphicCallNamed()
|