Home
last modified time | relevance | path

Searched refs:ValueAt (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Dstub-cache.cc708 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()
Dproperty.h304 value = holder()->property_dictionary()->ValueAt(GetDictionaryEntry()); in GetLazyValue()
Dcode-stubs.cc44 *code_out = Code::cast(heap->code_stubs()->ValueAt(index)); in FindCodeInCache()
Delements.cc212 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()
Dobjects.cc424 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 …]
Dtype-info.cc75 ? Handle<Object>(dictionary_->ValueAt(entry)) in GetInfo()
Dincremental-marking.cc442 Object* e = stubs->ValueAt(i); in PatchIncrementalMarkingRecordWriteStubs()
Dprofile-generator.cc2154 Object* target = dictionary->ValueAt(i); in ExtractPropertyReferences()
2191 SetElementReference(js_obj, entry, index, dictionary->ValueAt(i)); in ExtractElementReferences()
Dbootstrapper.cc2228 Handle<Object> value = Handle<Object>(properties->ValueAt(i)); in TransferNamedProperties()
Druntime.cc245 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()
Dobjects.h2986 Object* ValueAt(int entry) { in ValueAt() function
/external/chromium_org/v8/src/
Dstub-cache.cc433 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()
Dtype-info.cc79 Object* value = dictionary_->ValueAt(entry); in GetInfo()
95 Cell* cell = Cell::cast(dictionary_->ValueAt(entry)); in GetInfoCell()
Delements.cc236 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()
Dproperty.h363 value = holder()->property_dictionary()->ValueAt(GetDictionaryEntry()); in GetLazyValue()
Dcode-stubs.cc64 *code_out = Code::cast(stubs->ValueAt(index)); in FindCodeInCache()
Dobjects.cc693 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 …]
Dincremental-marking.cc543 Object* e = stubs->ValueAt(i); in PatchIncrementalMarkingRecordWriteStubs()
Dheap-snapshot-generator.cc1501 Object* target = dictionary->ValueAt(i); in ExtractPropertyReferences()
1554 SetElementReference(js_obj, entry, index, dictionary->ValueAt(i)); in ExtractElementReferences()
Dbootstrapper.cc2481 Handle<Object> value = Handle<Object>(properties->ValueAt(i), in TransferNamedProperties()
Druntime.cc4992 Object* value = dictionary->ValueAt(entry); in RUNTIME_FUNCTION()
14904 Object* smi_index = heap->intrinsic_function_names()->ValueAt(entry); in FunctionForName()
Dobjects.h3803 Object* ValueAt(int entry) { in ValueAt() function