Searched refs:LNumberTagI (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1841 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> {
1843 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-arm.cc1890 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-arm.cc4385 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4388 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4400 LNumberTagI* instr_;
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1864 class LNumberTagI final : public LTemplateInstruction<1, 1, 1> {
1866 LNumberTagI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-ia32.cc1888 LNumberTagI* result = new(zone()) LNumberTagI(value, temp);
H A Dlithium-codegen-ia32.cc4179 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4183 LNumberTagI* instr)
4192 LNumberTagI* instr_;
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1805 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> {
1807 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-mips.cc1837 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-mips.cc4328 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4331 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4343 LNumberTagI* instr_;
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1801 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> {
1803 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-ppc.cc1867 LNumberTagI* result = new (zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-ppc.cc4650 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4653 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4662 LNumberTagI* instr_;
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1679 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> {
1681 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-s390.cc1705 LNumberTagI* result = new (zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-s390.cc4575 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4578 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4587 LNumberTagI* instr_;
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1857 class LNumberTagI final : public LTemplateInstruction<1, 1, 2> {
1859 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-x64.cc1876 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-x64.cc4462 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4465 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4474 LNumberTagI* instr_;
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1854 class LNumberTagI final : public LTemplateInstruction<1, 1, 1> {
1856 LNumberTagI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-x87.cc1887 LNumberTagI* result = new(zone()) LNumberTagI(value, temp);
H A Dlithium-codegen-x87.cc4515 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4519 LNumberTagI* instr,
4529 LNumberTagI* instr_;

Completed in 352 milliseconds