| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-inspector-impl.cc | 489 v8::MaybeLocal<v8::Value> entry = map->Get(m_isolate, exception); in associateExceptionData() local 516 auto entry = map->Get(m_isolate, exception); in getAssociatedExceptionData() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | literal-objects.cc | 51 InternalIndex entry = descriptor_array_template->Search( in AddToDescriptorArrayTemplate() local 159 InternalIndex entry = dictionary->FindEntry(isolate, key); in AddToDictionaryTemplate() local [all...] |
| H A D | source-text-module.cc | 216 Handle<SourceTextModuleInfoEntry> entry = in ResolveExport() local 125 CreateIndirectExport( Isolate* isolate, Handle<SourceTextModule> module, Handle<String> name, Handle<SourceTextModuleInfoEntry> entry) CreateIndirectExport() argument [all...] |
| H A D | string-table.cc | 105 void Set(InternalIndex index, String entry) { in Set() argument 522 InternalIndex entry = current_data->FindEntry(isolate, key, key->hash()); LookupKey() local 673 InternalIndex entry = string_table_data->FindEntry(isolate, &key, key.hash()); TryStringToIndexOrLookupExisting() local [all...] |
| H A D | transitions.cc | 415 int entry = header + last; in PutPrototypeTransition() local
|
| H A D | fixed-array-inl.h | 280 Name entry = array->GetKey(InternalIndex(sort_index)); in BinarySearch() local 317 Name entry = array->GetKey(InternalIndex(sorted_index)); in LinearSearch() local
|
| H A D | ordered-hash-table.cc | 130 InternalIndex entry = table.FindEntry(isolate, key); in HasKey() local 339 InternalIndex entry = table.FindEntry(isolate, key); in Delete() local 409 void OrderedHashMap::SetEntry(InternalIndex entry, Objec argument 481 SetEntry(InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument 496 DeleteEntry( Isolate* isolate, Handle<OrderedNameDictionary> table, InternalIndex entry) DeleteEntry() argument 858 SetEntry(InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument 883 InternalIndex entry = table.FindEntry(isolate, key); Delete() local 900 DeleteEntry( Isolate* isolate, Handle<SmallOrderedNameDictionary> table, InternalIndex entry) DeleteEntry() argument 1297 SetEntry(HeapObject table, InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument 1324 ValueAt(HeapObject table, InternalIndex entry) ValueAt() argument 1334 ValueAtPut(HeapObject table, InternalIndex entry, Object value) ValueAtPut() argument 1345 DetailsAt(HeapObject table, InternalIndex entry) DetailsAt() argument 1355 DetailsAtPut(HeapObject table, InternalIndex entry, PropertyDetails details) DetailsAtPut() argument 1384 KeyAt(HeapObject table, InternalIndex entry) KeyAt() argument 1423 DeleteEntry( Isolate* isolate, Handle<HeapObject> table, InternalIndex entry) DeleteEntry() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | cpu-profiler.h | 58 CodeEntry* entry; member in v8::internal::CodeCreateEventRecord 128 CodeEntry* entry; member in v8::internal::CodeDeleteEventRecord
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-object.cc | 815 InternalIndex entry = dictionary.FindEntry(isolate, key); in RUNTIME_FUNCTION() local 829 InternalIndex entry = dictionary.FindEntry(isolate, *key); in RUNTIME_FUNCTION() local 837 InternalIndex entry = dictionary.FindEntry(isolate, key); in RUNTIME_FUNCTION() local [all...] |
| H A D | runtime.h | 767 Address entry; member
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | serializer.h | 59 base::HashMap::Entry* entry = FindOrCreateEntry(code_address); in Insert() local 66 base::HashMap::Entry* entry = FindEntry(code_address); in Lookup() local 72 base::HashMap::Entry* entry = FindEntry(code_address); in Remove() local 112 RemoveEntry(base::HashMap::Entry* entry) RemoveEntry() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 359 struct hash_entry *entry = in iris_cache_flush_for_render() local
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.c | 713 const struct dct_coeff *entry; in decode_dct() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_descriptors_lazy.c | 80 init_template_entry(struct zink_shader *shader, enum zink_descriptor_type type, unsigned idx, VkDescriptorUpdateTemplateEntry *entry, unsigned *entry_idx, bool flatten_dynamic) init_template_entry() argument 744 init_push_template_entry(VkDescriptorUpdateTemplateEntry *entry, unsigned i) init_push_template_entry() argument 765 VkDescriptorUpdateTemplateEntry *entry = &dd_lazy(ctx)->push_entries[i]; zink_descriptors_init_lazy() local [all...] |
| H A D | zink_render_pass.c | 426 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->render_pass_cache, hash, in get_render_pass() local 439 struct set_entry *entry = _mesa_set_search_or_add(&ctx->render_pass_state_cache, &pstate, &found); in get_render_pass() local
|
| /third_party/mesa3d/src/util/ |
| H A D | hash_table.c | 131 entry_is_free(const struct hash_entry *entry) in entry_is_free() argument 137 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted() argument 143 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present() argument 243 _mesa_hash_table_destroy(struct hash_table *ht, void (*delete_function)(struct hash_entry *entry)) _mesa_hash_table_destroy() argument 271 _mesa_hash_table_clear(struct hash_table *ht, void (*delete_function)(struct hash_entry *entry)) _mesa_hash_table_clear() argument 277 struct hash_entry *entry; _mesa_hash_table_clear() local 320 struct hash_entry *entry = ht->table + hash_address; hash_table_search() local 373 struct hash_entry *entry = ht->table + hash_address; hash_table_insert_rehash() local 449 struct hash_entry *entry = ht->table + hash_address; hash_table_insert() local 527 _mesa_hash_table_remove(struct hash_table *ht, struct hash_entry *entry) _mesa_hash_table_remove() argument 553 _mesa_hash_table_next_entry_unsafe(const struct hash_table *ht, struct hash_entry *entry) _mesa_hash_table_next_entry_unsafe() argument 575 _mesa_hash_table_next_entry(struct hash_table *ht, struct hash_entry *entry) _mesa_hash_table_next_entry() argument 601 _mesa_hash_table_random_entry(struct hash_table *ht, bool (*predicate)(struct hash_entry *entry)) _mesa_hash_table_random_entry() argument 604 struct hash_entry *entry; _mesa_hash_table_random_entry() local 797 _mesa_hash_table_u64_delete_key(struct hash_entry *entry) _mesa_hash_table_u64_delete_key() argument 871 struct hash_entry *entry; _mesa_hash_table_u64_search() local 889 struct hash_entry *entry; _mesa_hash_table_u64_remove() local [all...] |
| /third_party/mesa3d/src/vulkan/device-select-layer/ |
| H A D | device_select_layer.c | 103 struct hash_entry *entry; in device_select_layer_get_instance() local
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_pipeline_cache.c | 164 struct set_entry *entry = in vk_pipeline_cache_remove_object() local 188 struct set_entry *entry = in vk_pipeline_cache_replace_object() local 327 struct set_entry *entry in vk_pipeline_cache_lookup_object() local 402 struct set_entry *entry = vk_pipeline_cache_add_object() local 623 object_unref_cb(struct set_entry *entry) object_unref_cb() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_target.h | 58 RelocEntry entry[0]; member 92 FixupEntry entry[0]; member
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resolve.c | 483 struct hash_entry *entry = in crocus_cache_flush_for_render() local 496 struct hash_entry *entry = in crocus_render_cache_add_bo() local
|
| H A D | crocus_batch.c | 390 struct drm_i915_gem_exec_object2 *entry = in emit_reloc() local 859 struct drm_i915_gem_exec_object2 *entry = in submit_batch() local 867 struct drm_i915_gem_exec_object2 *entry in submit_batch() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_resource_state.cpp | 205 destroy_context_state_table_entry(d3d12_context_state_table_entry *entry) in destroy_context_state_table_entry() argument
|
| /third_party/musl/include/sys/ |
| H A D | ptrace.h | 121 } entry; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 861 struct nv50_tic_entry *entry = nvc0->screen->tic.entries[tic]; in nve4_delete_texture_handle() local 1469 struct nv50_tic_entry *entry = nvc0->screen->tic.entries[tic]; in gm107_delete_image_handle() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 240 struct hash_entry *entry = _mesa_hash_table_search(ctx->writers, rsrc); in panfrost_batch_update_access() local 883 struct hash_entry *entry in panfrost_flush_writer() local [all...] |