| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator-inl.h | 66 int HeapSnapshotJSONSerializer::to_node_index(int entry_index) { in to_node_index() argument
|
| H A D | heap-snapshot-generator.h | 52 const int entry_index; member
|
| H A 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/jerryscript/jerry-core/ecma/base/ |
| H A 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); ecma_property_hashmap_insert() local 315 uint32_t entry_index = ecma_string_get_property_name_hash (*property_p, name_cp); ecma_property_hashmap_delete() local 410 uint32_t entry_index = ecma_string_hash (name_p); ecma_property_hashmap_find() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | embedder-data-slot-inl.h | 23 EmbedderDataSlot::EmbedderDataSlot(EmbedderDataArray array, int entry_index) in EmbedderDataSlot() argument 58 void EmbedderDataSlot::store_tagged(EmbedderDataArray array, int entry_index, in store_tagged() argument 176 PopulateEmbedderDataSnapshot( Map map, JSObject js_object, int entry_index, EmbedderDataSlotSnapshot& snapshot) PopulateEmbedderDataSnapshot() argument
|
| H A 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() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-name-table.hh | 39 #define entry_index var.u16[1] macro 373 #undef entry_index macro
|
| /third_party/python/Python/ |
| H A D | hashtable.c | 300 size_t entry_index = entry->key_hash & (new_size - 1); in hashtable_rehash() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A 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/wasm/ |
| H A D | module-instantiate.cc | 1935 SetFunctionTablePlaceholder(Isolate* isolate, Handle<WasmInstanceObject> instance, Handle<WasmTableObject> table_object, uint32_t entry_index, uint32_t func_index) SetFunctionTablePlaceholder() argument 1958 SetFunctionTableNullEntry(Isolate* isolate, Handle<WasmTableObject> table_object, uint32_t entry_index) SetFunctionTableNullEntry() argument 2030 int entry_index = static_cast<int>(dst + i); LoadElemSegmentImpl() local [all...] |
| H A D | wasm-objects.cc | 380 int entry_index in Set() local 317 IsInBounds(Isolate* isolate, Handle<WasmTableObject> table, uint32_t entry_index) IsInBounds() argument 339 SetFunctionTableEntry(Isolate* isolate, Handle<WasmTableObject> table, Handle<FixedArray> entries, int entry_index, Handle<Object> entry) SetFunctionTableEntry() argument 416 int entry_index = static_cast<int>(index); Get() local 477 UpdateDispatchTables(Isolate* isolate, WasmTableObject table, int entry_index, const wasm::WasmFunction* func, WasmInstanceObject target_instance) UpdateDispatchTables() argument 527 UpdateDispatchTables(Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmJSFunction> function) UpdateDispatchTables() argument 549 UpdateDispatchTables( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmCapiFunction> capi_function) UpdateDispatchTables() argument 634 SetFunctionTablePlaceholder( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmInstanceObject> instance, int func_index) SetFunctionTablePlaceholder() argument 648 GetFunctionTableEntry( Isolate* isolate, const WasmModule* module, Handle<WasmTableObject> table, int entry_index, bool* is_valid, bool* is_null, MaybeHandle<WasmInstanceObject>* instance, int* function_index, MaybeHandle<WasmJSFunction>* maybe_js_function) GetFunctionTableEntry() argument 1446 ImportWasmJSFunctionIntoTable( Isolate* isolate, Handle<WasmInstanceObject> instance, int table_index, int entry_index, Handle<WasmJSFunction> js_function) ImportWasmJSFunctionIntoTable() argument [all...] |