Searched refs:LTypeofIsAndBranch (Results 1 – 24 of 24) sorted by relevance
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 271 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
|
D | lithium-x64.h | 2583 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> { 2585 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-x64.cc | 244 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2574 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-x64.cc | 5502 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch() 5511 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 277 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
|
D | lithium-ia32.h | 2602 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> { 2604 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-ia32.cc | 250 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2598 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-ia32.cc | 5319 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch() 5328 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.h | 305 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
|
D | lithium-x87.h | 2618 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> { 2620 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-x87.cc | 261 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2602 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-x87.cc | 5913 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch() 5922 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2545 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> { 2547 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-mips64.cc | 238 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2477 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-mips64.cc | 5520 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2561 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> { 2563 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-mips.cc | 238 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2477 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-mips.cc | 5487 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2601 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> { 2603 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-arm.cc | 231 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2528 return new(zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-arm.cc | 5511 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2977 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 2> { 2979 LTypeofIsAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTypeofIsAndBranch() function
|
D | lithium-arm64.cc | 215 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2573 return new(zone()) LTypeofIsAndBranch( in DoTypeofIsAndBranch()
|
D | lithium-codegen-arm64.cc | 5799 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
|