Searched refs:LIsObjectAndBranch (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1029 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> { 1031 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
|
D | lithium-ia32.cc | 190 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1726 return new(zone()) LIsObjectAndBranch(UseRegister(instr->value()), temp); in DoIsObjectAndBranch()
|
D | lithium-codegen-ia32.cc | 2371 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1043 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> { 1045 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
|
D | lithium-x87.cc | 201 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1732 return new(zone()) LIsObjectAndBranch(UseRegister(instr->value()), temp); in DoIsObjectAndBranch()
|
D | lithium-codegen-x87.cc | 2667 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1022 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 0> { 1024 explicit LIsObjectAndBranch(LOperand* value) { in LIsObjectAndBranch() function
|
D | lithium-x64.cc | 184 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1704 return new(zone()) LIsObjectAndBranch(UseRegisterAtStart(instr->value())); in DoIsObjectAndBranch()
|
D | lithium-codegen-x64.cc | 2433 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1023 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> { 1025 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
|
D | lithium-mips64.cc | 178 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1706 return new(zone()) LIsObjectAndBranch(UseRegisterAtStart(instr->value()), in DoIsObjectAndBranch()
|
D | lithium-codegen-mips64.cc | 2398 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1024 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> { 1026 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
|
D | lithium-mips.cc | 178 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1705 return new(zone()) LIsObjectAndBranch(UseRegisterAtStart(instr->value()), in DoIsObjectAndBranch()
|
D | lithium-codegen-mips.cc | 2428 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1043 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> { 1045 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
|
D | lithium-arm.cc | 171 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1757 return new(zone()) LIsObjectAndBranch(value, temp); in DoIsObjectAndBranch()
|
D | lithium-codegen-arm.cc | 2527 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1612 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 2> { 1614 LIsObjectAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LIsObjectAndBranch() function
|
D | lithium-arm64.cc | 194 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1599 return new(zone()) LIsObjectAndBranch(value, temp1, temp2); in DoIsObjectAndBranch()
|
D | lithium-codegen-arm64.cc | 3224 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
|