Lines Matching refs:index
149 int index;
152 index = Smi::ToInt(decl);
158 index = Smi::ToInt(declarations->get(++i));
166 Cell::cast(exports->get(index - 1)).set_value(value);
206 int index = Smi::ToInt(declarations->get(++i));
208 closure_feedback_cell_array->GetFeedbackCell(index);
250 int index;
256 Context::Lookup(context, name, DONT_FOLLOW_CHAINS, &index, &attributes,
288 if (index != Context::kNotFound) {
290 context->set(index, *value);
429 int index = argument_count - 1;
430 while (index >= mapped_count) {
433 arguments->set(index, parameters[index]);
434 --index;
474 Object operator[](int index) { return *array_[index]; }
483 Object operator[](int index) {
484 return *FullObjectSlot(parameters_ - (index + 1) * kSystemPointerSize);
630 int index;
635 Handle<Object> holder = Context::Lookup(context, name, FOLLOW_CHAINS, &index,
667 int index;
672 Handle<Object> holder = Context::Lookup(context, name, FOLLOW_CHAINS, &index,
680 isolate, Handle<SourceTextModule>::cast(holder), index);
682 if (index != Context::kNotFound) {
687 Handle<Object> value = handle(Context::cast(*holder).get(index), isolate);
767 int index;
773 Context::Lookup(context, name, context_lookup_flags, &index, &attributes,
781 index, value);
789 if (index != Context::kNotFound) {
791 Handle<Context>::cast(holder)->get(index).IsTheHole(isolate)) {
797 Handle<Context>::cast(holder)->set(index, *value);