/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 268 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
|
D | lithium-x64.h | 2233 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2235 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-x64.cc | 232 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2381 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-x64.cc | 5101 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch() 5110 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 269 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
|
D | lithium-ia32.h | 2251 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2253 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-ia32.cc | 237 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2379 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-ia32.cc | 4819 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch() 4828 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 298 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
|
D | lithium-x87.h | 2247 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2249 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-x87.cc | 248 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2381 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-x87.cc | 5307 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch() 5316 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2197 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2199 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-mips.cc | 225 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2257 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
D | lithium-codegen-mips.cc | 5046 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 2029 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2031 explicit LTypeofIsAndBranch(LOperand* value) { inputs_[0] = value; } in LTypeofIsAndBranch() function
|
D | lithium-s390.cc | 213 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2092 return new (zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2238 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2240 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-arm.cc | 218 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2310 return new(zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2243 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2245 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
|
D | lithium-mips64.cc | 225 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2262 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2173 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> { 2175 explicit LTypeofIsAndBranch(LOperand* value) { inputs_[0] = value; } in LTypeofIsAndBranch() function
|
D | lithium-ppc.cc | 231 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2279 return new (zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2598 class LTypeofIsAndBranch final : public LControlInstruction<1, 2> { 2600 LTypeofIsAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTypeofIsAndBranch() function
|
D | lithium-arm64.cc | 188 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 2322 return new(zone()) LTypeofIsAndBranch( in DoTypeofIsAndBranch()
|