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

/external/v8/src/arm/
H A Dlithium-arm.h2049 class LNumberTagI FINAL : public LTemplateInstruction<1, 1, 2> {
2051 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::FINAL
H A Dlithium-arm.cc1976 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-arm.cc4657 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4660 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4671 LNumberTagI* instr_;
/external/v8/src/ia32/
H A Dlithium-ia32.h2064 class LNumberTagI FINAL : public LTemplateInstruction<1, 1, 1> {
2066 LNumberTagI(LOperand* value, LOperand* temp) { function in class:v8::internal::FINAL
H A Dlithium-ia32.cc1971 LNumberTagI* result = new(zone()) LNumberTagI(value, temp);
H A Dlithium-codegen-ia32.cc4468 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4472 LNumberTagI* instr)
4480 LNumberTagI* instr_;
/external/v8/src/mips/
H A Dlithium-mips.h2013 class LNumberTagI FINAL : public LTemplateInstruction<1, 1, 2> {
2015 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::FINAL
H A Dlithium-mips.cc1925 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-mips.cc4614 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4617 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4628 LNumberTagI* instr_;
/external/v8/src/x64/
H A Dlithium-x64.h2049 class LNumberTagI FINAL : public LTemplateInstruction<1, 1, 2> {
2051 LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::FINAL
H A Dlithium-x64.cc1932 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
H A Dlithium-codegen-x64.cc4668 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4671 DeferredNumberTagI(LCodeGen* codegen, LNumberTagI* instr)
4679 LNumberTagI* instr_;
/external/v8/src/x87/
H A Dlithium-x87.h2074 class LNumberTagI FINAL : public LTemplateInstruction<1, 1, 1> {
2076 LNumberTagI(LOperand* value, LOperand* temp) { function in class:v8::internal::FINAL
H A Dlithium-x87.cc1973 LNumberTagI* result = new(zone()) LNumberTagI(value, temp);
H A Dlithium-codegen-x87.cc4921 void LCodeGen::DoNumberTagI(LNumberTagI* instr) {
4925 LNumberTagI* instr,
4934 LNumberTagI* instr_;

Completed in 251 milliseconds