Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h1299 class LCmpMapAndBranch final : public LControlInstruction<1, 0> {
1301 explicit LCmpMapAndBranch(LOperand* value) { in LCmpMapAndBranch() function
Dlithium-x87.cc970 return new(zone()) LCmpMapAndBranch(value); in DoCompareMap()
Dlithium-codegen-x87.cc2568 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1303 class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
1305 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch() function
Dlithium-mips64.cc925 return new(zone()) LCmpMapAndBranch(value, temp); in DoCompareMap()
Dlithium-codegen-mips64.cc2494 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1307 class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
1309 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch() function
Dlithium-arm.cc920 return new(zone()) LCmpMapAndBranch(value, temp); in DoCompareMap()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1198 class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
1200 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch() function
Dlithium-s390.cc854 return new (zone()) LCmpMapAndBranch(value, temp); in DoCompareMap()
Dlithium-codegen-s390.cc2530 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1306 class LCmpMapAndBranch final : public LControlInstruction<1, 0> {
1308 explicit LCmpMapAndBranch(LOperand* value) { in LCmpMapAndBranch() function
Dlithium-x64.cc944 return new(zone()) LCmpMapAndBranch(value); in DoCompareMap()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1271 class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
1273 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch() function
Dlithium-mips.cc925 return new(zone()) LCmpMapAndBranch(value, temp); in DoCompareMap()
Dlithium-codegen-mips.cc2373 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1290 class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
1292 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch() function
Dlithium-ppc.cc935 return new (zone()) LCmpMapAndBranch(value, temp); in DoCompareMap()
Dlithium-codegen-ppc.cc2550 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1311 class LCmpMapAndBranch final : public LControlInstruction<1, 0> {
1313 explicit LCmpMapAndBranch(LOperand* value) { in LCmpMapAndBranch() function
Dlithium-ia32.cc953 return new(zone()) LCmpMapAndBranch(value); in DoCompareMap()
Dlithium-codegen-ia32.cc2282 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1045 class LCmpMapAndBranch final : public LControlInstruction<1, 1> {
1047 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch() function
Dlithium-arm64.cc1271 return new(zone()) LCmpMapAndBranch(value, temp); in DoCompareMap()
Dlithium-codegen-arm64.cc2294 void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) { in DoCmpMapAndBranch()

12