Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1029 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> {
1031 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
Dlithium-ia32.cc190 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1726 return new(zone()) LIsObjectAndBranch(UseRegister(instr->value()), temp); in DoIsObjectAndBranch()
Dlithium-codegen-ia32.cc2371 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
/external/v8/src/x87/
Dlithium-x87.h1043 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> {
1045 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
Dlithium-x87.cc201 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1732 return new(zone()) LIsObjectAndBranch(UseRegister(instr->value()), temp); in DoIsObjectAndBranch()
Dlithium-codegen-x87.cc2667 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
/external/v8/src/x64/
Dlithium-x64.h1022 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 0> {
1024 explicit LIsObjectAndBranch(LOperand* value) { in LIsObjectAndBranch() function
Dlithium-x64.cc184 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1704 return new(zone()) LIsObjectAndBranch(UseRegisterAtStart(instr->value())); in DoIsObjectAndBranch()
Dlithium-codegen-x64.cc2433 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
/external/v8/src/mips64/
Dlithium-mips64.h1023 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> {
1025 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
Dlithium-mips64.cc178 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1706 return new(zone()) LIsObjectAndBranch(UseRegisterAtStart(instr->value()), in DoIsObjectAndBranch()
Dlithium-codegen-mips64.cc2398 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
/external/v8/src/mips/
Dlithium-mips.h1024 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> {
1026 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
Dlithium-mips.cc178 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1705 return new(zone()) LIsObjectAndBranch(UseRegisterAtStart(instr->value()), in DoIsObjectAndBranch()
Dlithium-codegen-mips.cc2428 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
/external/v8/src/arm/
Dlithium-arm.h1043 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 1> {
1045 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
Dlithium-arm.cc171 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1757 return new(zone()) LIsObjectAndBranch(value, temp); in DoIsObjectAndBranch()
Dlithium-codegen-arm.cc2527 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
/external/v8/src/arm64/
Dlithium-arm64.h1612 class LIsObjectAndBranch FINAL : public LControlInstruction<1, 2> {
1614 LIsObjectAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LIsObjectAndBranch() function
Dlithium-arm64.cc194 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1599 return new(zone()) LIsObjectAndBranch(value, temp1, temp2); in DoIsObjectAndBranch()
Dlithium-codegen-arm64.cc3224 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()