| /third_party/node/deps/v8/src/objects/ |
| D | embedder-data-slot-inl.h | 23 EmbedderDataSlot::EmbedderDataSlot(EmbedderDataArray array, int entry_index) in EmbedderDataSlot() 58 void EmbedderDataSlot::store_tagged(EmbedderDataArray array, int entry_index, in store_tagged() 177 Map map, JSObject js_object, int entry_index, in PopulateEmbedderDataSnapshot()
|
| D | compilation-cache-table.cc | 369 const int entry_index = EntryToIndex(entry); in Age() local 402 int entry_index = EntryToIndex(entry); in Remove() local 410 void CompilationCacheTable::RemoveEntry(int entry_index) { in RemoveEntry()
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-property-hashmap.c | 158 uint32_t entry_index = ecma_string_get_property_name_hash (prop_iter_p->types[i], in ecma_property_hashmap_create() local 243 uint32_t entry_index = ecma_string_hash (name_p); in ecma_property_hashmap_insert() local 315 uint32_t entry_index = ecma_string_get_property_name_hash (*property_p, name_cp); in ecma_property_hashmap_delete() local 410 uint32_t entry_index = ecma_string_hash (name_p); in ecma_property_hashmap_find() local
|
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator-inl.h | 66 int HeapSnapshotJSONSerializer::to_node_index(int entry_index) { in to_node_index()
|
| D | heap-snapshot-generator.h | 52 const int entry_index; member
|
| D | heap-snapshot-generator.cc | 568 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); in FindEntry() local 582 int entry_index = in FindOrAddEntry() local
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-objects.cc | 319 uint32_t entry_index) { in IsInBounds() 342 int entry_index, in SetFunctionTableEntry() 380 int entry_index = static_cast<int>(index); in Set() local 416 int entry_index = static_cast<int>(index); in Get() local 479 int entry_index, in UpdateDispatchTables() 529 int entry_index, in UpdateDispatchTables() 550 Isolate* isolate, Handle<WasmTableObject> table, int entry_index, in UpdateDispatchTables() 635 Isolate* isolate, Handle<WasmTableObject> table, int entry_index, in SetFunctionTablePlaceholder() 650 int entry_index, bool* is_valid, bool* is_null, in GetFunctionTableEntry() 1448 int entry_index, Handle<WasmJSFunction> js_function) { in ImportWasmJSFunctionIntoTable()
|
| D | module-instantiate.cc | 1938 uint32_t entry_index, in SetFunctionTablePlaceholder() 1960 uint32_t entry_index) { in SetFunctionTableNullEntry() 1977 for (uint32_t entry_index = 0; entry_index < table.initial_size; in InitializeNonDefaultableTables() local 1984 for (uint32_t entry_index = 0; entry_index < table.initial_size; in InitializeNonDefaultableTables() local 1993 for (uint32_t entry_index = 0; entry_index < table.initial_size; in InitializeNonDefaultableTables() local 2030 int entry_index = static_cast<int>(dst + i); in LoadElemSegmentImpl() local
|
| /third_party/python/Python/ |
| D | hashtable.c | 300 size_t entry_index = entry->key_hash & (new_size - 1); in hashtable_rehash() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-name-table.hh | 39 #define entry_index var.u16[1] macro
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-wasm.cc | 416 uint32_t entry_index = args.positive_smi_value_at(2); in RUNTIME_FUNCTION() local 440 uint32_t entry_index = args.positive_smi_value_at(2); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 7323 TNode<IntPtrT> entry_index = in NumberToString() local 7352 TNode<IntPtrT> entry_index = in NumberToString() local 8220 TNode<IntPtrT> entry_index = in EntryToIndex() local 8911 TNode<Uint32T> entry_index) { in EntryIndexToIndex() 8918 TNode<IntPtrT> CodeStubAssembler::ToKeyIndex(TNode<Uint32T> entry_index) { in ToKeyIndex() 8944 TNode<Uint32T> entry_index) { in GetKey()
|