Lines Matching defs:index
11 #include "src/objects/internal-index.h"
435 FieldIndex index, const ObjectRef& value)
441 index_(index),
503 InternalIndex index,
509 index_(index),
529 << "has a value that might not safe to read at index "
943 OwnConstantElementDependency(const JSObjectRef& holder, uint32_t index,
947 index_(index),
1157 const JSObjectRef& holder, uint32_t index, const ObjectRef& element) {
1159 zone_->New<OwnConstantElementDependency>(holder, index, element));
1164 FieldIndex index, const ObjectRef& value) {
1166 broker_, holder, map, representation, index, value));
1170 const JSObjectRef& holder, InternalIndex index, const ObjectRef& value) {
1172 broker_, holder, index, value));