Home
last modified time | relevance | path

Searched refs:PropertyFeedbackSlot (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dfull-codegen-arm64.cc1977 Smi::FromInt(prop->PropertyFeedbackSlot())); in EmitNamedPropertyLoad()
2006 Smi::FromInt(prop->PropertyFeedbackSlot())); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/x87/
Dfull-codegen-x87.cc2235 Immediate(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitNamedPropertyLoad()
2263 Immediate(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/ia32/
Dfull-codegen-ia32.cc2245 Immediate(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitNamedPropertyLoad()
2273 Immediate(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/x64/
Dfull-codegen-x64.cc2277 Smi::FromInt(prop->PropertyFeedbackSlot())); in EmitNamedPropertyLoad()
2305 Smi::FromInt(prop->PropertyFeedbackSlot())); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/mips/
Dfull-codegen-mips.cc2309 Operand(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitNamedPropertyLoad()
2337 Operand(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/arm/
Dfull-codegen-arm.cc2326 Operand(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitNamedPropertyLoad()
2354 Operand(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/mips64/
Dfull-codegen-mips64.cc2307 Operand(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitNamedPropertyLoad()
2336 Operand(Smi::FromInt(prop->PropertyFeedbackSlot()))); in EmitKeyedPropertyLoad()
/external/chromium_org/v8/src/
Dast.h1719 int PropertyFeedbackSlot() const { return property_feedback_slot_; } in PropertyFeedbackSlot() function
Dhydrogen.cc6840 expr->AsProperty()->PropertyFeedbackSlot()); in BuildNamedGeneric()
6863 expr->AsProperty()->PropertyFeedbackSlot()); in BuildKeyedGeneric()