Home
last modified time | relevance | path

Searched defs:entry_index (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dembedder-data-slot-inl.h23 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()
Dcompilation-cache-table.cc369 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/
Decma-property-hashmap.c158 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/
Dheap-snapshot-generator-inl.h66 int HeapSnapshotJSONSerializer::to_node_index(int entry_index) { in to_node_index()
Dheap-snapshot-generator.h52 const int entry_index; member
Dheap-snapshot-generator.cc568 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/
Dwasm-objects.cc319 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()
Dmodule-instantiate.cc1938 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/
Dhashtable.c300 size_t entry_index = entry->key_hash & (new_size - 1); in hashtable_rehash() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh39 #define entry_index var.u16[1] macro
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc416 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/
Dcode-stub-assembler.cc7323 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()