Searched refs:ValueAt (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/src/
H A Dlookup-inl.h56 PropertyCell* cell = PropertyCell::cast(dict->ValueAt(number_));
H A Dlookup.cc227 result = holder->property_dictionary()->ValueAt(number_);
274 Object* value = global->property_dictionary()->ValueAt(dictionary_entry());
299 PropertyCell::cast(property_dictionary->ValueAt(dictionary_entry())));
H A Delements.cc232 Object* value = from->ValueAt(entry);
462 to->set(i + to_start, from->ValueAt(entry)->Number());
1474 Handle<Object> element(backing_store->ValueAt(entry), isolate);
1510 backing_store->ValueAt(entry)->IsAccessorPair()) {
1511 return handle(AccessorPair::cast(backing_store->ValueAt(entry)));
H A Dtype-info.cc43 Object* value = dictionary_->ValueAt(entry);
H A Dcode-stubs.cc69 *code_out = Code::cast(stubs->ValueAt(index));
H A Dobjects.cc682 PropertyCell::cast(property_dictionary->ValueAt(entry)));
713 Handle<PropertyCell> cell(PropertyCell::cast(dictionary->ValueAt(entry)));
1773 Handle<PropertyCell> cell(PropertyCell::cast(dict->ValueAt(entry)));
3035 Handle<Object> structure(dictionary->ValueAt(entry), isolate);
4293 Object* value = dictionary->ValueAt(i);
4342 Object* value = dictionary->ValueAt(i);
5214 Object* v = dictionary->ValueAt(i);
5532 Handle<Object> value(element_dictionary->ValueAt(i), isolate);
5909 Object* result = dictionary->ValueAt(entry);
6289 Object* element = dictionary->ValueAt(entr
[all...]
H A Dheap-snapshot-generator.cc1690 Object* target = dictionary->ValueAt(i);
1743 SetElementReference(js_obj, entry, index, dictionary->ValueAt(i));
H A Dobjects.h3488 Object* ValueAt(int entry) { function in class:v8::internal::Dictionary
3994 Object* ValueAt(int entry) { function in class:v8::internal::OrderedHashMap
H A Dbootstrapper.cc2533 Handle<Object> value = Handle<Object>(properties->ValueAt(i),
H A Dobjects-inl.h7203 Object* value = table->ValueAt(index);
H A Druntime.cc4960 Object* value = dictionary->ValueAt(entry);
15749 Object* smi_index = heap->intrinsic_function_names()->ValueAt(entry);
/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc156 Object* code = dictionary->ValueAt(entry);
177 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry)));
200 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry)));
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.cc474 Object* e = stubs->ValueAt(i);

Completed in 1318 milliseconds