Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1732 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1734 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-ia32.cc262 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1075 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-ia32.cc3756 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1740 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1742 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-x87.cc273 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1093 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-x87.cc4109 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1693 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1695 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-mips.cc250 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1039 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-mips.cc3781 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1722 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1724 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-x64.cc256 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1056 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-x64.cc3839 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1730 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1732 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-arm.cc243 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1034 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-arm.cc3816 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1755 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1757 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-mips64.cc250 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1039 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-mips64.cc3986 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1666 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1668 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-ppc.cc256 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1046 LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-ppc.cc4032 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1421 class LInnerAllocatedObject final : public LTemplateInstruction<1, 2, 0> {
1423 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-arm64.cc130 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1534 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-arm64.cc2834 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()