Home
last modified time | relevance | path

Searched defs:entry (Results 701 - 725 of 1189) sorted by relevance

1...<<21222324252627282930>>...48

/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc489 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 Dliteral-objects.cc51 InternalIndex entry = descriptor_array_template->Search( in AddToDescriptorArrayTemplate() local
159 InternalIndex entry = dictionary->FindEntry(isolate, key); in AddToDictionaryTemplate() local
[all...]
H A Dsource-text-module.cc216 Handle<SourceTextModuleInfoEntry> entry = in ResolveExport() local
125 CreateIndirectExport( Isolate* isolate, Handle<SourceTextModule> module, Handle<String> name, Handle<SourceTextModuleInfoEntry> entry) CreateIndirectExport() argument
[all...]
H A Dstring-table.cc105 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 Dtransitions.cc415 int entry = header + last; in PutPrototypeTransition() local
H A Dfixed-array-inl.h280 Name entry = array->GetKey(InternalIndex(sort_index)); in BinarySearch() local
317 Name entry = array->GetKey(InternalIndex(sorted_index)); in LinearSearch() local
H A Dordered-hash-table.cc130 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 Dcpu-profiler.h58 CodeEntry* entry; member in v8::internal::CodeCreateEventRecord
128 CodeEntry* entry; member in v8::internal::CodeDeleteEventRecord
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc815 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 Druntime.h767 Address entry; member
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h59 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 Diris_resolve.c359 struct hash_entry *entry = in iris_cache_flush_for_render() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c713 const struct dct_coeff *entry; in decode_dct() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c80 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 Dzink_render_pass.c426 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 Dhash_table.c131 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 Ddevice_select_layer.c103 struct hash_entry *entry; in device_select_layer_get_instance() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c164 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 Dnv50_ir_target.h58 RelocEntry entry[0]; member
92 FixupEntry entry[0]; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c483 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 Dcrocus_batch.c390 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 Dd3d12_resource_state.cpp205 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 Dptrace.h121 } entry; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c861 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 Dpan_job.c240 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...]

Completed in 29 milliseconds

1...<<21222324252627282930>>...48