Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.h1356 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 …]
Dhydrogen-instructions.cc1129 std::ostream& HUnaryControlInstruction::PrintDataTo( in PrintDataTo()
1182 return HUnaryControlInstruction::PrintDataTo(os) << " " in PrintDataTo()
Dhydrogen.cc6665 HUnaryControlInstruction* compare; in HandlePolymorphicNamedFieldAccess()
8107 HUnaryControlInstruction* compare; in HandlePolymorphicCallNamed()