Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.h1399 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> {
1401 HUnaryControlInstruction(HValue* value, in HUnaryControlInstruction() function
1415 class HBranch V8_FINAL : public HUnaryControlInstruction {
1444 : HUnaryControlInstruction(value, true_target, false_target), in DECLARE_CONCRETE_INSTRUCTION()
1453 class HCompareMap V8_FINAL : public HUnaryControlInstruction {
1493 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() function
4300 class HCompareHoleAndBranch V8_FINAL : public HUnaryControlInstruction {
4319 : HUnaryControlInstruction(value, true_target, false_target) { in DECLARE_CONCRETE_INSTRUCTION()
4326 class HCompareMinusZeroAndBranch V8_FINAL : public HUnaryControlInstruction {
4343 : HUnaryControlInstruction(value, NULL, NULL) { in DECLARE_CONCRETE_INSTRUCTION()
[all …]
Dhydrogen-instructions.cc1159 void HUnaryControlInstruction::PrintDataTo(StringStream* stream) { in PrintDataTo()
1214 HUnaryControlInstruction::PrintDataTo(stream); in PrintDataTo()
Dhydrogen.cc6195 HUnaryControlInstruction* compare; in HandlePolymorphicNamedFieldAccess()
7408 HUnaryControlInstruction* compare; in HandlePolymorphicCallNamed()