Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h991 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
993 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-x87.cc203 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1674 return new(zone()) LIsStringAndBranch(UseRegister(instr->value()), temp); in DoIsStringAndBranch()
Dlithium-codegen-x87.cc2382 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h986 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
988 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-mips64.cc180 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1652 return new(zone()) LIsStringAndBranch(UseRegisterAtStart(instr->value()), in DoIsStringAndBranch()
Dlithium-codegen-mips64.cc2302 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h989 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
991 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-arm.cc173 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1700 return new(zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h909 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
911 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-s390.cc175 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1529 return new (zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-s390.cc2359 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h991 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
993 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-x64.cc186 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1676 return new(zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h968 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
970 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-mips.cc180 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1646 return new(zone()) LIsStringAndBranch(UseRegisterAtStart(instr->value()), in DoIsStringAndBranch()
Dlithium-codegen-mips.cc2183 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h981 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
983 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-ppc.cc188 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1677 return new (zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-ppc.cc2367 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h997 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
999 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-ia32.cc192 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1671 return new(zone()) LIsStringAndBranch(UseRegister(instr->value()), temp); in DoIsStringAndBranch()
Dlithium-codegen-ia32.cc2096 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1462 class LIsStringAndBranch final : public LControlInstruction<1, 1> {
1464 LIsStringAndBranch(LOperand* value, LOperand* temp) { in LIsStringAndBranch() function
Dlithium-arm64.cc182 void LIsStringAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1498 return new(zone()) LIsStringAndBranch(value, temp); in DoIsStringAndBranch()
Dlithium-codegen-arm64.cc2927 void LCodeGen::DoIsStringAndBranch(LIsStringAndBranch* instr) { in DoIsStringAndBranch()

12