Home
last modified time | relevance | path

Searched defs:entry (Results 426 - 450 of 1189) sorted by relevance

1...<<11121314151617181920>>...48

/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h44 static Return VariadicCall(SimT* sim, CallImpl call, Address entry, in VariadicCall() argument
/third_party/node/deps/v8/src/objects/
H A Dhash-table.h189 EntryToIndex(InternalIndex entry) EntryToIndex() argument
357 EntryToValueIndex(InternalIndex entry) EntryToValueIndex() argument
477 EntryToValueIndex(InternalIndex entry) EntryToValueIndex() argument
514 EntryToValueIndex(InternalIndex entry) EntryToValueIndex() argument
[all...]
H A Dhash-table-inl.h198 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey() argument
207 ToKey(PtrComprCageBase cage_base, InternalIndex entry, Object* out_k) ToKey() argument
216 KeyAt(InternalIndex entry) KeyAt() argument
222 KeyAt(PtrComprCageBase cage_base, InternalIndex entry) KeyAt() argument
228 KeyAt(InternalIndex entry, RelaxedLoadTag tag) KeyAt() argument
235 KeyAt(PtrComprCageBase cage_base, InternalIndex entry, RelaxedLoadTag tag) KeyAt() argument
326 InternalIndex entry = table->FindInsertionEntry(isolate, key->hash()); Add() local
[all...]
H A Dswiss-name-dictionary.cc58 int entry = table->EntryForEnumerationIndex(enum_index); in Rehash() local
15 DeleteEntry( Isolate* isolate, Handle<SwissNameDictionary> table, InternalIndex entry) DeleteEntry() argument
228 int entry = EntryForEnumerationIndex(enum_index); Rehash() local
[all...]
H A Ddictionary-inl.h33 Object Dictionary<Derived, Shape>::ValueAt(InternalIndex entry) { in ValueAt() argument
64 void Dictionary<Derived, Shape>::ValueAtPut(InternalIndex entry, Object value) { in ValueAtPut() argument
70 PropertyDetails Dictionary<Derived, Shape>::DetailsAt(InternalIndex entry) { in DetailsAt() argument
39 ValueAt(PtrComprCageBase cage_base, InternalIndex entry) ValueAt() argument
46 TryValueAt( InternalIndex entry) TryValueAt() argument
75 DetailsAtPut(InternalIndex entry, PropertyDetails value) DetailsAtPut() argument
148 ClearEntry(InternalIndex entry) ClearEntry() argument
155 SetEntry(InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument
169 RawFieldOfValueAt(InternalIndex entry) RawFieldOfValueAt() argument
176 DetailsAt(Dictionary dict, InternalIndex entry) DetailsAt() argument
186 DetailsAtPut(Dictionary dict, InternalIndex entry, PropertyDetails value) DetailsAtPut() argument
202 NameAt(InternalIndex entry) NameAt() argument
207 NameAt(PtrComprCageBase cage_base, InternalIndex entry) NameAt() argument
215 CellAt(InternalIndex entry) CellAt() argument
220 CellAt(PtrComprCageBase cage_base, InternalIndex entry) CellAt() argument
226 NameAt(InternalIndex entry) NameAt() argument
231 NameAt(PtrComprCageBase cage_base, InternalIndex entry) NameAt() argument
235 ValueAt(InternalIndex entry) ValueAt() argument
240 ValueAt(PtrComprCageBase cage_base, InternalIndex entry) ValueAt() argument
245 SetEntry(InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument
252 ClearEntry(InternalIndex entry) ClearEntry() argument
257 ValueAtPut(InternalIndex entry, Object value) ValueAtPut() argument
335 DetailsAt(Dictionary dict, InternalIndex entry) DetailsAt() argument
342 DetailsAtPut(Dictionary dict, InternalIndex entry, PropertyDetails value) DetailsAtPut() argument
[all...]
H A Dosr-optimized-code-cache.cc41 int entry = -1; in Insert() local
251 void OSROptimizedCodeCache::InitializeEntry(int entry, in InitializeEntry() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc240 base::HashMap::Entry* entry = id_to_function_info_index_.LookupOrInsert( in AddFunctionInfo() local
H A Dstrings-storage.cc33 base::HashMap::Entry* entry = GetEntry(src, len); in GetCopy() local
56 base::HashMap::Entry* entry = GetEntry(str, len); in AddOrDisposeString() local
147 base::HashMap::Entry* entry = names_.Lookup(const_cast<char*>(str), hash); Release() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc42 Allocate( ConstantArrayBuilder::Entry entry, size_t count) Allocate() argument
173 const Entry& entry = slice->At(index); At() local
224 auto entry = smi_map_.find(smi); Insert() local
276 AllocateIndex( ConstantArrayBuilder::Entry entry) AllocateIndex() argument
281 AllocateIndexArray( ConstantArrayBuilder::Entry entry, size_t count) AllocateIndexArray() argument
354 auto entry = smi_map_.find(value); CommitReservedEntry() local
[all...]
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc211 JitInfoMap::iterator entry = in event_handler() local
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h23 T* entry; member
170 V* entry() const { in entry() function in v8::internal::IdentityMap::Iterator
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c282 struct fd_batch_query_entry *entry = &data->query_entries[i]; variable
296 struct fd_batch_query_entry *entry = &data->query_entries[i]; variable
324 struct fd_batch_query_entry *entry = &data->query_entries[i]; variable
400 struct fd_batch_query_entry *entry = &data->query_entries[i]; fd5_create_batch_query() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c41 remove_tex_entry(struct fd6_context *fd6_ctx, struct hash_entry *entry) in remove_tex_entry() argument
373 struct hash_entry *entry in fd6_texture_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c303 struct hash_entry *entry = in fd_bc_invalidate_batch() local
318 struct set_entry *entry = _mesa_set_search_pre_hashed(batch->resources, rsc->hash, rsc); in fd_bc_invalidate_resource() local
438 struct hash_entry *entry = variable
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c228 load_spirv(const char *filename, const char *entry, gl_shader_stage stage) in load_spirv() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program_cache.c94 struct hash_entry *entry = in iris_find_cached_shader() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c354 struct hash_entry *entry = _mesa_hash_table_search(ht, key); in lima_get_compiled_fs() local
528 struct hash_entry *entry = _mesa_hash_table_search(ht, key); in lima_get_compiled_vs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c90 struct hash_entry *entry = in crocus_find_cached_shader() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp474 delete_entry(struct hash_entry *entry) in delete_entry() argument
511 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->gs_variant_cache, in d3d12_get_gs_variant() local
H A Dd3d12_pipeline_state.cpp353 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->pso_cache, hash, in d3d12_get_gfx_pipeline_state() local
381 delete_gfx_entry(struct hash_entry *entry) in delete_gfx_entry() argument
389 remove_gfx_entry(struct d3d12_context *ctx, struct hash_entry *entry) in remove_gfx_entry() argument
480 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->compute_pso_cache, hash, d3d12_get_compute_pipeline_state() local
508 delete_compute_entry(struct hash_entry *entry) delete_compute_entry() argument
516 remove_compute_entry(struct d3d12_context *ctx, struct hash_entry *entry) remove_compute_entry() argument
[all...]
H A Dd3d12_residency.cpp179 struct set_entry *entry = _mesa_set_next_entry(base_bo_set, nullptr); in d3d12_process_batch_residency() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h79 struct pb_slab_entry entry; member
/third_party/mesa3d/src/util/
H A Dfossilize_db.c159 struct foz_db_entry *entry = ralloc(foz_db->mem_ctx, in update_foz_index() local
377 struct foz_db_entry *entry = foz_read_entry() local
458 struct foz_db_entry *entry = foz_write_entry() local
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c136 struct dirent *entry; in CheckHiLogdLinked() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1585 nvc0_screen_tic_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tic_alloc() argument
1602 nvc0_screen_tsc_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tsc_alloc() argument

Completed in 18 milliseconds

1...<<11121314151617181920>>...48