Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1854 class LInnerAllocatedObject FINAL: public LTemplateInstruction<1, 2, 0> {
1856 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-ia32.cc267 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1080 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-ia32.cc3984 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/x87/
Dlithium-x87.h1864 class LInnerAllocatedObject FINAL: public LTemplateInstruction<1, 2, 0> {
1866 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-x87.cc278 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1099 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-x87.cc4404 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/x64/
Dlithium-x64.h1840 class LInnerAllocatedObject FINAL: public LTemplateInstruction<1, 2, 0> {
1842 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-x64.cc261 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1059 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-x64.cc4082 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/mips64/
Dlithium-mips64.h1799 class LInnerAllocatedObject FINAL: public LTemplateInstruction<1, 2, 0> {
1801 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-mips64.cc255 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1044 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-mips64.cc4114 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/mips/
Dlithium-mips.h1800 class LInnerAllocatedObject FINAL: public LTemplateInstruction<1, 2, 0> {
1802 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-mips.cc255 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1044 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-mips.cc4082 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/arm/
Dlithium-arm.h1836 class LInnerAllocatedObject FINAL: public LTemplateInstruction<1, 2, 0> {
1838 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-arm.cc248 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1039 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-arm.cc4135 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()
/external/v8/src/arm64/
Dlithium-arm64.h1472 class LInnerAllocatedObject FINAL : public LTemplateInstruction<1, 2, 0> {
1474 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() function
Dlithium-arm64.cc135 void LInnerAllocatedObject::PrintDataTo(StringStream* stream) { in PrintDataTo()
1535 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-codegen-arm64.cc3021 void LCodeGen::DoInnerAllocatedObject(LInnerAllocatedObject* instr) { in DoInnerAllocatedObject()