Searched refs:ValueAt (Results 1 – 22 of 22) sorted by relevance
/external/v8/src/ |
D | stub-cache.cc | 708 Object* code = dictionary->ValueAt(entry); in FindCallInitialize() 726 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallInitialize() 755 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallPreMonomorphic() 772 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallNormal() 789 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallArguments() 808 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallMegamorphic() 828 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallMiss() 848 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallDebugBreak() 867 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallDebugPrepareStepIn()
|
D | property.h | 304 value = holder()->property_dictionary()->ValueAt(GetDictionaryEntry()); in GetLazyValue()
|
D | code-stubs.cc | 44 *code_out = Code::cast(heap->code_stubs()->ValueAt(index)); in FindCodeInCache()
|
D | elements.cc | 212 Object* value = from->ValueAt(entry); in CopyDictionaryToObjectElements() 370 to->set(i + to_start, from->ValueAt(entry)->Number()); in CopyDictionaryToDoubleElements() 1146 Object* element = backing_store->ValueAt(entry); in GetImpl()
|
D | objects.cc | 424 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry()); in GetNormalizedProperty() 438 property_dictionary()->ValueAt(result->GetDictionaryEntry())); in SetNormalizedProperty() 484 JSGlobalPropertyCell::cast(property_dictionary()->ValueAt(entry)); in SetNormalizedProperty() 516 JSGlobalPropertyCell::cast(dictionary->ValueAt(entry)); in DeleteNormalizedProperty() 1682 store_value = dict->ValueAt(entry); in AddSlowProperty() 2099 return SetElementWithCallback(dictionary->ValueAt(entry), in SetElementWithCallbackSetterInPrototypes() 2506 Object* value = property_dictionary()->ValueAt(entry); in LocalLookupRealNamedProperty() 3636 return dictionary->ValueAt(entry); in GetHiddenProperty() 4334 Object* result = dictionary->ValueAt(entry); in UpdateGetterSetterInDictionary() 4697 Object* element = dictionary->ValueAt(entry); in LookupAccessor() [all …]
|
D | type-info.cc | 75 ? Handle<Object>(dictionary_->ValueAt(entry)) in GetInfo()
|
D | incremental-marking.cc | 442 Object* e = stubs->ValueAt(i); in PatchIncrementalMarkingRecordWriteStubs()
|
D | profile-generator.cc | 2154 Object* target = dictionary->ValueAt(i); in ExtractPropertyReferences() 2191 SetElementReference(js_obj, entry, index, dictionary->ValueAt(i)); in ExtractElementReferences()
|
D | bootstrapper.cc | 2228 Handle<Object> value = Handle<Object>(properties->ValueAt(i)); in TransferNamedProperties()
|
D | runtime.cc | 245 Object* value = element_dictionary->ValueAt(i); in DeepCopyBoilerplate() 1065 AccessorPair::cast(dictionary->ValueAt(entry)); in GetOwnProperty() 4283 Object* value = dictionary->ValueAt(entry); in RUNTIME_FUNCTION() 13296 Object* smi_index = heap->intrinsic_function_names()->ValueAt(entry); in FunctionForSymbol()
|
D | objects.h | 2986 Object* ValueAt(int entry) { in ValueAt() function
|
/external/chromium_org/v8/src/ |
D | stub-cache.cc | 433 Object* code = dictionary->ValueAt(entry); in FindCallInitialize() 452 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallInitialize() 481 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallPreMonomorphic() 498 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallNormal() 514 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallArguments() 533 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallMegamorphic() 553 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallMiss() 668 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallDebugBreak() 687 if (entry != -1) return Handle<Code>(Code::cast(cache->ValueAt(entry))); in ComputeCallDebugPrepareStepIn()
|
D | type-info.cc | 79 Object* value = dictionary_->ValueAt(entry); in GetInfo() 95 Cell* cell = Cell::cast(dictionary_->ValueAt(entry)); in GetInfoCell()
|
D | elements.cc | 236 Object* value = from->ValueAt(entry); in CopyDictionaryToObjectElements() 480 to->set(i + to_start, from->ValueAt(entry)->Number()); in CopyDictionaryToDoubleElements() 1628 Object* element = backing_store->ValueAt(entry); in GetImpl() 1678 backing_store->ValueAt(entry)->IsAccessorPair()) { in GetAccessorPairImpl() 1679 return AccessorPair::cast(backing_store->ValueAt(entry)); in GetAccessorPairImpl()
|
D | property.h | 363 value = holder()->property_dictionary()->ValueAt(GetDictionaryEntry()); in GetLazyValue()
|
D | code-stubs.cc | 64 *code_out = Code::cast(stubs->ValueAt(index)); in FindCodeInCache()
|
D | objects.cc | 693 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry()); in GetNormalizedProperty() 709 property_dictionary->ValueAt(result->GetDictionaryEntry()))); in SetNormalizedProperty() 769 PropertyCell::cast(property_dictionary->ValueAt(entry))); in SetNormalizedProperty() 807 Handle<PropertyCell> cell(PropertyCell::cast(dictionary->ValueAt(entry))); in DeleteNormalizedProperty() 2124 Handle<PropertyCell> cell(PropertyCell::cast(dict->ValueAt(entry))); in AddSlowProperty() 3038 Handle<Object> structure(dictionary->ValueAt(entry), isolate); in SetElementWithCallbackSetterInPrototypes() 3414 Object* value = property_dictionary()->ValueAt(entry); in LocalLookupRealNamedProperty() 5523 !dictionary->ValueAt(i)->IsAccessorPair()) { in FreezeDictionary() 5849 Handle<Object> value(element_dictionary->ValueAt(i), isolate); in StructureWalk() 6055 Object* result = dictionary->ValueAt(entry); in UpdateGetterSetterInDictionary() [all …]
|
D | incremental-marking.cc | 543 Object* e = stubs->ValueAt(i); in PatchIncrementalMarkingRecordWriteStubs()
|
D | heap-snapshot-generator.cc | 1501 Object* target = dictionary->ValueAt(i); in ExtractPropertyReferences() 1554 SetElementReference(js_obj, entry, index, dictionary->ValueAt(i)); in ExtractElementReferences()
|
D | bootstrapper.cc | 2481 Handle<Object> value = Handle<Object>(properties->ValueAt(i), in TransferNamedProperties()
|
D | runtime.cc | 4992 Object* value = dictionary->ValueAt(entry); in RUNTIME_FUNCTION() 14904 Object* smi_index = heap->intrinsic_function_names()->ValueAt(entry); in FunctionForName()
|
D | objects.h | 3803 Object* ValueAt(int entry) { in ValueAt() function
|