Home
last modified time | relevance | path

Searched refs:LInnerAllocatedObject (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1542 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1544 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-mips.cc242 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
970 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-mips.cc3634 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1597 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1599 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-x64.cc249 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
989 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-x64.cc3675 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1596 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1598 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-x87.cc265 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1019 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1441 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1443 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-s390.cc228 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
893 LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1579 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1581 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-arm.cc235 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
965 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-arm.cc3673 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1606 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1608 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-ia32.cc254 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1002 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-ia32.cc3510 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1604 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1606 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-mips64.cc242 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
970 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-mips64.cc3838 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1548 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1550 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-ppc.cc248 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
978 LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-ppc.cc3902 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1298 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1300 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-arm64.cc115 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1440 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-arm64.cc2745 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()

12