Home
last modified time | relevance | path

Searched refs:LIsUndetectableAndBranch (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h1077 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1079 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-ia32.cc211 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1746 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-ia32.cc2419 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/x87/
Dlithium-x87.h1091 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1093 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-x87.cc222 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1752 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-x87.cc2715 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/x64/
Dlithium-x64.h1069 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1071 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-x64.cc205 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1727 return new(zone()) LIsUndetectableAndBranch(value, temp); in DoIsUndetectableAndBranch()
Dlithium-codegen-x64.cc2485 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/mips64/
Dlithium-mips64.h1072 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1074 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-mips64.cc199 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1728 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-mips64.cc2447 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/mips/
Dlithium-mips.h1073 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1075 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-mips.cc199 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1727 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-mips.cc2477 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/arm/
Dlithium-arm.h1092 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1094 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-arm.cc192 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1779 return new(zone()) LIsUndetectableAndBranch(value, TempRegister()); in DoIsUndetectableAndBranch()
Dlithium-codegen-arm.cc2573 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/arm64/
Dlithium-arm64.h1663 class LIsUndetectableAndBranch FINAL : public LControlInstruction<1, 1> {
1665 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-arm64.cc224 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1621 return new(zone()) LIsUndetectableAndBranch(value, TempRegister()); in DoIsUndetectableAndBranch()
Dlithium-codegen-arm64.cc3283 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()