/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 1841 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> { 1843 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
|
H A D | lithium-arm.cc | 1890 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
|
H A D | lithium-codegen-arm.cc | 4385 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4388 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) 4400 LNumberTagI* instr_;
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 1864 class LNumberTagI final : public LTemplateInstruction<1, 1, 1> { 1866 LNumberTagI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
|
H A D | lithium-ia32.cc | 1888 LNumberTagI* result = new(zone()) LNumberTagI(value, temp);
|
H A D | lithium-codegen-ia32.cc | 4179 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4183 LNumberTagI* instr) 4192 LNumberTagI* instr_;
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 1805 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> { 1807 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
|
H A D | lithium-mips.cc | 1837 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
|
H A D | lithium-codegen-mips.cc | 4328 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4331 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) 4343 LNumberTagI* instr_;
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 1801 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> { 1803 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
|
H A D | lithium-ppc.cc | 1867 LNumberTagI* result = new (zone()) LNumberTagI(value, temp1, temp2);
|
H A D | lithium-codegen-ppc.cc | 4650 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4653 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) 4662 LNumberTagI* instr_;
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 1679 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> { 1681 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
|
H A D | lithium-s390.cc | 1705 LNumberTagI* result = new (zone()) LNumberTagI(value, temp1, temp2);
|
H A D | lithium-codegen-s390.cc | 4575 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4578 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) 4587 LNumberTagI* instr_;
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 1857 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> { 1859 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
|
H A D | lithium-x64.cc | 1876 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
|
H A D | lithium-codegen-x64.cc | 4462 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4465 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr) 4474 LNumberTagI* instr_;
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 1854 class LNumberTagI final : public LTemplateInstruction<1, 1, 1> { 1856 LNumberTagI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
|
H A D | lithium-x87.cc | 1887 LNumberTagI* result = new(zone()) LNumberTagI(value, temp);
|
H A D | lithium-codegen-x87.cc | 4515 void LCodeGen::DoNumberTagI(LNumberTagI* instr) { 4519 LNumberTagI* instr, 4529 LNumberTagI* instr_;
|