Home
last modified time | relevance | path

Searched defs:key_index (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/objects/
Dliteral-objects.cc71 unsigned key_index) { in EncodeComputedEntry()
171 Key key, int key_index, in AddToDictionaryTemplate()
380 void AddComputed(ClassBoilerplate::ValueKind value_kind, int key_index) { in AddComputed()
422 int key_index, ClassBoilerplate::ValueKind value_kind, Object* value) { in AddToPropertiesTemplate()
429 int key_index, ClassBoilerplate::ValueKind value_kind, Object* value) { in AddToElementsTemplate()
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc76 DataType key_dtype, int64 key_index, DataType value_dtype, in Init()
340 char delimiter, int32 key_index, in InitializeTableFromTextFile()
/external/wpa_supplicant_8/src/common/
Deapol_common.h72 u8 key_index; /* key flag in the most significant bit: member
/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map_test.cc195 uint64 key_index = i % table_size; // May slow down bench! in BM_CuckooRead() local
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc2041 TNode<EphemeronHashTable> table, TNode<IntPtrT> key_index, in AddEntry()
2113 TNode<IntPtrT> key_index; in FindKeyIndex() local
2208 TNode<EphemeronHashTable> table, TNode<IntPtrT> key_index, in RemoveEntry()
2248 TNode<IntPtrT> key_index) { in ValueIndexFromKeyIndex()
2284 TNode<IntPtrT> key_index = in TF_BUILTIN() local
2350 TNode<IntPtrT> key_index = in TF_BUILTIN() local
2383 TNode<IntPtrT> key_index = FindKeyIndexForKey(table, key, var_hash.value(), in TF_BUILTIN() local
Dbuiltins-internal-gen.cc450 TNode<IntPtrT> key_index = var_name_index.value(); in DeleteDictionaryProperty() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc366 uint32_t key_index, grpc_mdelem elem, in emit_lithdr_incidx()
383 uint32_t key_index, grpc_mdelem elem, in emit_lithdr_noidx()
/external/v8/src/
Dfeedback-vector.cc1227 int key_index = index + SimpleNumberDictionary::kEntryKeyIndex; in GetSourcePositions() local
1277 int key_index = index + SimpleNumberDictionary::kEntryKeyIndex; in ConvertToJSObject() local
Dcode-stub-assembler.h2171 TNode<Uint32T> LoadDetailsByKeyIndex(Node* container, Node* key_index) { in LoadDetailsByKeyIndex()
2184 TNode<Object> LoadValueByKeyIndex(Node* container, Node* key_index) { in LoadValueByKeyIndex()
2204 TNode<IntPtrT> key_index, TNode<Smi> details) { in StoreDetailsByKeyIndex()
Dbootstrapper.cc5590 int key_index = Smi::ToInt(key_indices->get(i)); in TransferNamedProperties() local
Dcode-stub-assembler.cc7555 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadDetailsByKeyIndex()
7564 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadValueByKeyIndex()
7573 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadFieldTypeByKeyIndex()
/external/v8/src/runtime/
Druntime-classes.cc384 int key_index = ComputedEntryFlags::KeyIndexBits::decode(flags); in AddDescriptorsByTemplate() local
/external/tensorflow/tensorflow/python/ops/
Dlookup_ops.py488 key_index, argument
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc2761 for (unsigned int key_index = 0; key_index < arraysize(prev_key_state_); in KeyPressed() local
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1073 int key_index = EphemeronHashTable::EntryToIndex(i) + in ExtractEphemeronHashTableReferences() local