Home
last modified time | relevance | path

Searched refs:property_index (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dfield-index-inl.h25 int property_index, in ForPropertyIndex() argument
29 bool is_inobject = property_index < inobject_properties; in ForPropertyIndex()
35 property_index -= inobject_properties; in ForPropertyIndex()
38 property_index + first_inobject_offset / kPointerSize, in ForPropertyIndex()
Dfield-index.h60 int property_index() const { in property_index() function
Dobjects-inl.h2188 return !layout_descriptor()->IsTagged(index.property_index()); in IsUnboxedDoubleField()
/external/v8/src/ast/
Dast.cc443 int property_index = 0; in AssignFeedbackSlots() local
444 for (; property_index < properties()->length(); property_index++) { in AssignFeedbackSlots()
445 ObjectLiteral::Property* property = properties()->at(property_index); in AssignFeedbackSlots()
488 for (; property_index < properties()->length(); property_index++) { in AssignFeedbackSlots()
489 ObjectLiteral::Property* property = properties()->at(property_index); in AssignFeedbackSlots()
/external/v8/src/interpreter/
Dbytecode-generator.cc1692 int property_index = 0; in VisitObjectLiteral() local
1694 for (; property_index < expr->properties()->length(); property_index++) { in VisitObjectLiteral()
1695 ObjectLiteral::Property* property = expr->properties()->at(property_index); in VisitObjectLiteral()
1794 for (; property_index < expr->properties()->length(); property_index++) { in VisitObjectLiteral()
1795 ObjectLiteral::Property* property = expr->properties()->at(property_index); in VisitObjectLiteral()
/external/v8/src/runtime/
Druntime-object.cc573 CHECK(field_index.property_index() < in RUNTIME_FUNCTION()