Home
last modified time | relevance | path

Searched defs:index (Results 1426 - 1450 of 3989) sorted by relevance

1...<<51525354555657585960>>...160

/third_party/node/deps/v8/src/objects/
H A Ddictionary-inl.h85 void BaseNameDictionary<Derived, Shape>::set_next_enumeration_index(int index) { in set_next_enumeration_index() argument
160 int index = DerivedHashTable::EntryToIndex(entry); in SetEntry() local
H A Dmodule.cc343 uint32_t index = 0; in GetModuleNamespace() local
H A Dobjects-body-descriptors-inl.h155 IterateEphemeron(HeapObject obj, int index, int key_offset, int value_offset, ObjectVisitor* v) IterateEphemeron() argument
H A Dosr-optimized-code-cache.cc111 int index = FindEntry(shared, osr_offset); in TryGet() local
189 GetCodeFromEntry(int index) GetCodeFromEntry() argument
199 GetSFIFromEntry(int index) GetSFIFromEntry() argument
208 GetBytecodeOffsetFromEntry(int index) GetBytecodeOffsetFromEntry() argument
228 ClearEntry(int index, Isolate* isolate) ClearEntry() argument
298 RawSetForTesting(int index, MaybeObject value) RawSetForTesting() argument
[all...]
H A Dvisitors.h149 virtual void VisitEphemeron(HeapObject host, int index, ObjectSlot key, in VisitEphemeron() argument
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc110 const char* StringsStorage::GetName(int index) { in GetName() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc311 inline Object DoCompareExchange(Isolate* isolate, void* buffer, size_t index, in DoCompareExchange() argument
401 size_t index = NumberToSize(args[1]); GetModifySetValueInBuffer() local
449 size_t index = NumberToSize(args[1]); RUNTIME_FUNCTION() local
469 size_t index = NumberToSize(args[1]); RUNTIME_FUNCTION() local
501 size_t index = NumberToSize(args[1]); RUNTIME_FUNCTION() local
[all...]
H A Druntime-strings.cc98 int index = String::IndexOf(isolate, subject, search, 0); in StringReplaceOneCharWithString() local
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.cc281 size_t index = static_cast<size_t>(ExternalFilenameIdToIndex(fileid)); in GetExternallyCompiledFilename() local
H A Dembedded-file-writer.h176 static int ExternalFilenameIndexToId(int index) { in ExternalFilenameIndexToId() argument
/third_party/node/deps/v8/src/snapshot/
H A Dreferences.h39 static SerializerReference BackReference(uint32_t index) { in BackReference() argument
43 static SerializerReference OffHeapBackingStoreReference(uint32_t index) { in OffHeapBackingStoreReference() argument
47 static SerializerReference AttachedReference(uint32_t index) { in AttachedReference() argument
51 static SerializerReference BuiltinReference(uint32_t index) { in BuiltinReference() argument
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc149 int index = 0; in GetFunctionNameFromMixedName() local
224 int index = 0; event_handler() local
[all...]
/third_party/node/deps/v8/src/utils/
H A Didentity-map.cc78 int index = start; InsertKey() local
93 DeleteIndex(int index, uintptr_t* deleted_value) DeleteIndex() argument
135 int index = ScanKeysFor(key, hash); Lookup() local
147 int index = ScanKeysFor(key, hash); LookupOrInsert() local
187 int index = Lookup(key); FindEntry() local
216 int index; InsertEntry() local
229 int index = Lookup(key); DeleteEntry() local
290 int index = InsertKey(pair.first, Hash(pair.first)).first; Rehash() local
317 int index = InsertKey(old_keys[i], Hash(old_keys[i])).first; Resize() local
[all...]
H A Didentity-map.h180 Iterator(IdentityMap* map, int index) : map_(map), index_(index) {} in Iterator() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c263 fd_hw_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_hw_create_query() argument
H A Dfreedreno_state.c637 const uint32_t index = i + start + 1; /* UBOs start at index 1 */ variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h271 unsigned index = u_bit_scan(&mask); in ir3_emit_image_dims() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_measure.c176 unsigned index = measure_batch->index++; in measure_start_snapshot() local
210 unsigned index = measure_batch->index++; in measure_end_snapshot() local
[all...]
H A Diris_monitor.c42 iris_get_monitor_info(struct pipe_screen *pscreen, unsigned index, in iris_get_monitor_info() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c43 unsigned index = nir_reg->index; in reg_for_nir_reg() local
217 gpir_create_load(gpir_block *block, nir_dest *dest, int op, int index, int component) gpir_create_load() argument
231 gpir_create_vector_load(gpir_block *block, nir_dest *dest, int index) gpir_create_vector_load() argument
[all...]
H A Dinstr.c557 int index = 0; gpir_instr_print_prog() local
[all...]
H A Dlower.c52 int index = 0; in gpir_lower_const() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c53 int index = ppir_target_get_dest_reg_index(dest); in ppir_codegen_encode_varying() local
231 int index = ppir_target_get_dest_reg_index(dest); ppir_codegen_encode_vec_mul() local
280 int index = ppir_target_get_src_reg_index(src); ppir_codegen_encode_vec_mul() local
371 int index = ppir_target_get_dest_reg_index(dest); ppir_codegen_encode_vec_add() local
[all...]
H A Dnode.c348 void *ppir_node_create(ppir_block *block, ppir_op op, int index, unsigned mask) in ppir_node_create() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c965 trace_dump_query_result(unsigned query_type, unsigned index, in trace_dump_query_result() argument

Completed in 19 milliseconds

1...<<51525354555657585960>>...160