/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1112 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> { 1114 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LClassOfTestAndBranch() function
|
D | lithium-ia32.cc | 235 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1777 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
|
D | lithium-codegen-ia32.cc | 2447 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1124 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> { 1126 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LClassOfTestAndBranch() function
|
D | lithium-x87.cc | 246 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1782 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
|
D | lithium-codegen-x87.cc | 2730 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1106 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> { 1108 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
|
D | lithium-mips.cc | 223 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1764 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
|
D | lithium-codegen-mips.cc | 2454 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1104 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> { 1106 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LClassOfTestAndBranch() function
|
D | lithium-x64.cc | 229 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1770 return new(zone()) LClassOfTestAndBranch(value, in DoClassOfTestAndBranch()
|
D | lithium-codegen-x64.cc | 2498 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1128 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> { 1130 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
|
D | lithium-arm.cc | 216 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1818 return new(zone()) LClassOfTestAndBranch(value, TempRegister()); in DoClassOfTestAndBranch()
|
D | lithium-codegen-arm.cc | 2542 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1124 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> { 1126 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
|
D | lithium-mips64.cc | 223 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1770 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
|
D | lithium-codegen-mips64.cc | 2577 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1084 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> { 1086 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
|
D | lithium-ppc.cc | 231 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1781 return new (zone()) LClassOfTestAndBranch(value, TempRegister()); in DoClassOfTestAndBranch()
|
D | lithium-codegen-ppc.cc | 2613 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1049 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> { 1051 LClassOfTestAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LClassOfTestAndBranch() function
|
D | lithium-arm64.cc | 94 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1271 return new(zone()) LClassOfTestAndBranch(value, in DoClassOfTestAndBranch()
|
D | lithium-codegen-arm64.cc | 2251 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
|