Searched refs:LoadValueByKeyIndex (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/ic/ |
| D | keyed-store-generic.cc | 708 *var_accessor_pair = LoadValueByKeyIndex(dictionary, entry); in LookupPropertyOnPrototypeChain() 721 CAST(LoadValueByKeyIndex(dictionary, entry)); in LookupPropertyOnPrototypeChain() 935 LoadValueByKeyIndex(properties, var_name_index.value()); in EmitGenericPropertyStore() 949 LoadValueByKeyIndex(properties, var_name_index.value()); in EmitGenericPropertyStore()
|
| D | accessor-assembler.cc | 1300 LoadValueByKeyIndex(properties, var_name_index.value()); in HandleStoreICHandlerCase() 1702 LoadValueByKeyIndex(descriptors, descriptor_name_index); in OverwriteExistingFastDataProperty()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 8247 TNode<Object> CodeStubAssembler::LoadValueByKeyIndex( in LoadValueByKeyIndex() function in v8::internal::CodeStubAssembler 8322 TNode<Object> CodeStubAssembler::LoadValueByKeyIndex( in LoadValueByKeyIndex() function in v8::internal::CodeStubAssembler 8333 V8_EXPORT_PRIVATE TNode<Object> CodeStubAssembler::LoadValueByKeyIndex( in LoadValueByKeyIndex() function in v8::internal::CodeStubAssembler 8428 template TNode<Object> CodeStubAssembler::LoadValueByKeyIndex( 8430 template TNode<Object> CodeStubAssembler::LoadValueByKeyIndex( 8517 CAST(LoadValueByKeyIndex<NameToIndexHashTable>(table, var_entry.value())); in NameToIndexHashTableLookup() 8695 return LoadValueByKeyIndex(dictionary, index); in BasicLoadNumberDictionaryElement() 9176 LoadValueByKeyIndex<PropertyDictionary>(dictionary, entry); in ForEachEnumerableOwnProperty() 9653 *var_value = LoadValueByKeyIndex(descriptors, name_index); in LoadPropertyFromFastObject() 9667 *var_value = LoadValueByKeyIndex(dictionary, name_index); in LoadPropertyFromDictionary()
|
| D | code-stub-assembler.h | 3055 TNode<Object> LoadValueByKeyIndex(TNode<ContainerType> container, 3982 TNode<Object> LoadValueByKeyIndex(TNode<DescriptorArray> container,
|