Home
last modified time | relevance | path

Searched refs:LIsConstructCallAndBranch (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h1164 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 1> {
1166 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch() function
Dlithium-ia32.cc2604 return new(zone()) LIsConstructCallAndBranch(TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-ia32.cc5404 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
/external/v8/src/x87/
Dlithium-x87.h1178 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 1> {
1180 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch() function
Dlithium-x87.cc2608 return new(zone()) LIsConstructCallAndBranch(TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-x87.cc5998 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
/external/v8/src/x64/
Dlithium-x64.h2600 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 1> {
2602 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch() function
Dlithium-x64.cc2580 return new(zone()) LIsConstructCallAndBranch(TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-x64.cc5590 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
/external/v8/src/mips64/
Dlithium-mips64.h2562 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 1> {
2564 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch() function
Dlithium-mips64.cc2483 return new(zone()) LIsConstructCallAndBranch(TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-mips64.cc5641 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
/external/v8/src/mips/
Dlithium-mips.h2578 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 1> {
2580 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch() function
Dlithium-mips.cc2483 return new(zone()) LIsConstructCallAndBranch(TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-mips.cc5608 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
/external/v8/src/arm/
Dlithium-arm.h2618 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 1> {
2620 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch() function
Dlithium-arm.cc2534 return new(zone()) LIsConstructCallAndBranch(TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-arm.cc5598 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()
/external/v8/src/arm64/
Dlithium-arm64.h1597 class LIsConstructCallAndBranch FINAL : public LControlInstruction<0, 2> {
1599 LIsConstructCallAndBranch(LOperand* temp1, LOperand* temp2) { in LIsConstructCallAndBranch() function
Dlithium-arm64.cc1582 return new(zone()) LIsConstructCallAndBranch(TempRegister(), TempRegister()); in DoIsConstructCallAndBranch()
Dlithium-codegen-arm64.cc3201 void LCodeGen::DoIsConstructCallAndBranch(LIsConstructCallAndBranch* instr) { in DoIsConstructCallAndBranch()