Home
last modified time | relevance | path

Searched refs:new_map_temp (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/crankshaft/x87/
Dlithium-x87.h2100 LOperand* new_map_temp, in LTransitionElementsKind() argument
2104 temps_[0] = new_map_temp; in LTransitionElementsKind()
2110 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-x87.cc4345 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2108 LOperand* new_map_temp) { in LTransitionElementsKind() argument
2111 temps_[0] = new_map_temp; in LTransitionElementsKind()
2116 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-mips64.cc4384 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2104 LOperand* new_map_temp) { in LTransitionElementsKind() argument
2107 temps_[0] = new_map_temp; in LTransitionElementsKind()
2112 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-arm.cc4207 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1915 LOperand* new_map_temp) { in LTransitionElementsKind() argument
1918 temps_[0] = new_map_temp; in LTransitionElementsKind()
1923 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-s390.cc4416 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2104 LOperand* new_map_temp, in LTransitionElementsKind() argument
2108 temps_[0] = new_map_temp; in LTransitionElementsKind()
2114 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-x64.cc4294 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2062 LOperand* new_map_temp) { in LTransitionElementsKind() argument
2065 temps_[0] = new_map_temp; in LTransitionElementsKind()
2070 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-mips.cc4153 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2050 LOperand* new_map_temp) { in LTransitionElementsKind() argument
2053 temps_[0] = new_map_temp; in LTransitionElementsKind()
2058 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-ppc.cc4480 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2114 LOperand* new_map_temp, in LTransitionElementsKind() argument
2118 temps_[0] = new_map_temp; in LTransitionElementsKind()
2124 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp() function
Dlithium-codegen-ia32.cc4020 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind()