Searched refs:dict_index (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | access-info.h | 96 InternalIndex dict_index, NameRef name); 233 InternalIndex dict_index, AccessMode access_mode,
|
D | heap-refs.cc | 370 JSHeapBroker* broker, Handle<JSObject> receiver, InternalIndex dict_index) { in GetOwnDictionaryPropertyFromHeap() argument 377 receiver, dict_index, broker->isolate()->heap()); in GetOwnDictionaryPropertyFromHeap()
|
/third_party/node/deps/v8/src/objects/ |
D | js-objects.h | 669 InternalIndex dict_index); 674 InternalIndex dict_index,
|
D | js-objects.cc | 4442 InternalIndex dict_index) { in DictionaryPropertyAt() argument 4446 return handle(dict.ValueAt(dict_index), isolate); in DictionaryPropertyAt() 4449 return handle(dict.ValueAt(dict_index), isolate); in DictionaryPropertyAt() 4455 InternalIndex dict_index, in DictionaryPropertyAt() argument 4464 maybe_obj = SwissNameDictionary::cast(backing_store).TryValueAt(dict_index); in DictionaryPropertyAt() 4467 maybe_obj = NameDictionary::cast(backing_store).TryValueAt(dict_index); in DictionaryPropertyAt()
|