Home
last modified time | relevance | path

Searched refs:LIsStringAndBranch (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h994 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
996 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-ia32.cc192 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1715 return new(zone()) LIsStringAndBranch(UseRegister(instr->value()), temp); in DoIsStringAndBranch()
Dlithium-codegen-ia32.cc2275 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1006 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
1008 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-x87.cc203 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1720 return new(zone()) LIsStringAndBranch(UseRegister(instr->value()), temp); in DoIsStringAndBranch()
Dlithium-codegen-x87.cc2558 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h989 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
991 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-mips.cc180 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1704 return new(zone()) LIsStringAndBranch(UseRegisterAtStart(instr->value()), in DoIsStringAndBranch()
Dlithium-codegen-mips.cc2277 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h985 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
987 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-x64.cc186 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1708 return new(zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-x64.cc2340 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1011 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
1013 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-arm.cc173 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1758 return new(zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-arm.cc2369 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1007 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
1009 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-mips64.cc180 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1710 return new(zone()) LIsStringAndBranch(UseRegisterAtStart(instr->value()), in DoIsStringAndBranch()
Dlithium-codegen-mips64.cc2398 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h973 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
975 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-ppc.cc188 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1721 return new (zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-ppc.cc2443 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1548 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
1550 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-arm64.cc203 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1582 return new(zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-arm64.cc2940 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()