Home
last modified time | relevance | path

Searched refs:base_object (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/mips/
Dlithium-mips.cc257 base_object()->PrintTo(stream); in PrintDataTo()
1041 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1044 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-mips.h1802 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1803 inputs_[0] = base_object; in LInnerAllocatedObject()
1807 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-mips.cc4084 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/mips64/
Dlithium-mips64.cc257 base_object()->PrintTo(stream); in PrintDataTo()
1041 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1044 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-mips64.h1801 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1802 inputs_[0] = base_object; in LInnerAllocatedObject()
1806 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-mips64.cc4116 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/x64/
Dlithium-x64.cc263 base_object()->PrintTo(stream); in PrintDataTo()
1056 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1059 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-x64.h1842 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1843 inputs_[0] = base_object; in LInnerAllocatedObject()
1847 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-x64.cc4084 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/arm/
Dlithium-arm.cc250 base_object()->PrintTo(stream); in PrintDataTo()
1036 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1039 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-arm.h1838 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1839 inputs_[0] = base_object; in LInnerAllocatedObject()
1843 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-arm.cc4137 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/arm64/
Dlithium-arm64.cc137 base_object()->PrintTo(stream); in PrintDataTo()
1532 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1535 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-arm64.h1474 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1475 inputs_[0] = base_object; in LInnerAllocatedObject()
1479 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-arm64.cc3023 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/x87/
Dlithium-x87.cc280 base_object()->PrintTo(stream); in PrintDataTo()
1096 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1099 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-x87.h1866 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1867 inputs_[0] = base_object; in LInnerAllocatedObject()
1871 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-x87.cc4406 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/ia32/
Dlithium-ia32.cc269 base_object()->PrintTo(stream); in PrintDataTo()
1077 LOperand* base_object = UseRegisterAtStart(instr->base_object()); in DoInnerAllocatedObject() local
1080 new(zone()) LInnerAllocatedObject(base_object, offset)); in DoInnerAllocatedObject()
Dlithium-ia32.h1856 LInnerAllocatedObject(LOperand* base_object, LOperand* offset) { in LInnerAllocatedObject() argument
1857 inputs_[0] = base_object; in LInnerAllocatedObject()
1861 LOperand* base_object() const { return inputs_[0]; } in base_object() function
Dlithium-codegen-ia32.cc3986 Register base = ToRegister(instr->base_object()); in DoInnerAllocatedObject()
/external/v8/src/
Dhydrogen-instructions.h5738 HValue* base_object() const { return OperandAt(0); } in base_object() function
5775 object = HInnerAllocatedObject::cast(object)->base_object(); in ReceiverObjectNeedsWriteBarrier()
5800 value = HInnerAllocatedObject::cast(value)->base_object(); in ReceiverObjectNeedsWriteBarrier()
5814 object = HInnerAllocatedObject::cast(object)->base_object(); in PointersToHereCheckForObject()
Dhydrogen-instructions.cc3617 os << NameOf(base_object()) << " offset "; in PrintDataTo()