Home
last modified time | relevance | path

Searched refs:LTypeofIsAndBranch (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/x64/
Dlithium-codegen-x64.h271 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-x64.h2583 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> {
2585 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-x64.cc244 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2574 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-x64.cc5502 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5511 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
/external/v8/src/ia32/
Dlithium-codegen-ia32.h277 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-ia32.h2602 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> {
2604 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-ia32.cc250 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2598 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-ia32.cc5319 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5328 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
/external/v8/src/x87/
Dlithium-codegen-x87.h305 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-x87.h2618 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> {
2620 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-x87.cc261 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2602 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-x87.cc5913 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5922 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
/external/v8/src/mips64/
Dlithium-mips64.h2545 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> {
2547 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-mips64.cc238 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2477 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-mips64.cc5520 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
/external/v8/src/mips/
Dlithium-mips.h2561 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> {
2563 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-mips.cc238 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2477 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-mips.cc5487 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
/external/v8/src/arm/
Dlithium-arm.h2601 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 0> {
2603 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-arm.cc231 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2528 return new(zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-arm.cc5511 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
/external/v8/src/arm64/
Dlithium-arm64.h2977 class LTypeofIsAndBranch FINAL : public LControlInstruction<1, 2> {
2979 LTypeofIsAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTypeofIsAndBranch() function
Dlithium-arm64.cc215 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2573 return new(zone()) LTypeofIsAndBranch( in DoTypeofIsAndBranch()
Dlithium-codegen-arm64.cc5799 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()