Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h992 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
994 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-mips.cc194 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1642 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-mips.cc2225 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1015 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1017 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-x64.cc200 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1674 return new(zone()) LIsUndetectableAndBranch(value, temp); in DoIsUndetectableAndBranch()
Dlithium-codegen-x64.cc2281 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1015 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1017 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-x87.cc217 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1672 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h929 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
931 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-s390.cc187 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1527 return new (zone()) LIsUndetectableAndBranch(value, TempRegister()); in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1013 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1015 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-arm.cc187 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1696 return new(zone()) LIsUndetectableAndBranch(value, TempRegister()); in DoIsUndetectableAndBranch()
Dlithium-codegen-arm.cc2316 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1021 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1023 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-ia32.cc206 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1669 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-ia32.cc2114 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1010 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1012 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-mips64.cc194 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1648 return new(zone()) LIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
Dlithium-codegen-mips64.cc2347 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1003 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1005 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-ppc.cc202 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1673 return new (zone()) LIsUndetectableAndBranch(value, TempRegister()); in DoIsUndetectableAndBranch()
Dlithium-codegen-ppc.cc2398 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1441 class LIsUndetectableAndBranch final : public LControlInstruction<1, 1> {
1443 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { in LIsUndetectableAndBranch() function
Dlithium-arm64.cc197 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1486 return new(zone()) LIsUndetectableAndBranch(value, TempRegister()); in DoIsUndetectableAndBranch()
Dlithium-codegen-arm64.cc2920 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) { in DoIsUndetectableAndBranch()

12