/external/google-breakpad/src/processor/ |
D | module_serializer.cc | 58 int map_index = 0; in SizeOf() local 59 map_sizes_[map_index++] = files_serializer_.SizeOf(module.files_); in SizeOf() 60 map_sizes_[map_index++] = functions_serializer_.SizeOf(module.functions_); in SizeOf() 61 map_sizes_[map_index++] = pubsym_serializer_.SizeOf(module.public_symbols_); in SizeOf() 63 map_sizes_[map_index++] = in SizeOf() 65 map_sizes_[map_index++] = cfi_init_rules_serializer_.SizeOf( in SizeOf() 67 map_sizes_[map_index++] = cfi_delta_rules_serializer_.SizeOf( in SizeOf()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 82 int map_index = (mb_row * cm->mb_cols); in thread_encoding_proc() local 106 x->mb_activity_ptr = &cpi->mb_activity_map[map_index]; in thread_encoding_proc() 160 if (cpi->segmentation_map[map_index + mb_col] <= 3) { in thread_encoding_proc() 162 cpi->segmentation_map[map_index + mb_col]; in thread_encoding_proc() 173 x->active_ptr = cpi->active_map + map_index + mb_col; in thread_encoding_proc() 203 if (cpi->consec_zero_last[map_index + mb_col] < 255) { in thread_encoding_proc() 204 cpi->consec_zero_last[map_index + mb_col] += 1; in thread_encoding_proc() 206 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in thread_encoding_proc() 207 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in thread_encoding_proc() 210 cpi->consec_zero_last[map_index + mb_col] = 0; in thread_encoding_proc() [all …]
|
D | encodeframe.c | 334 int map_index = (mb_row * cpi->common.mb_cols); in encode_mb_row() local 385 x->mb_activity_ptr = &cpi->mb_activity_map[map_index]; in encode_mb_row() 437 if (cpi->segmentation_map[map_index + mb_col] <= 3) { in encode_mb_row() 439 cpi->segmentation_map[map_index + mb_col]; in encode_mb_row() 450 x->active_ptr = cpi->active_map + map_index + mb_col; in encode_mb_row() 481 if (cpi->consec_zero_last[map_index + mb_col] < 255) { in encode_mb_row() 482 cpi->consec_zero_last[map_index + mb_col] += 1; in encode_mb_row() 484 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in encode_mb_row() 485 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in encode_mb_row() 488 cpi->consec_zero_last[map_index + mb_col] = 0; in encode_mb_row() [all …]
|
/external/v8/src/builtins/ |
D | builtins-constructor.cc | 46 Variable map_index(this, MachineType::PointerRepresentation()); in EmitFastNewClosure() local 83 map_index.Bind(SelectIntPtrConstant(is_strict, in EmitFastNewClosure() 91 map_index.Bind(IntPtrConstant(Context::GENERATOR_FUNCTION_MAP_INDEX)); in EmitFastNewClosure() 97 map_index.Bind(IntPtrConstant(Context::ASYNC_FUNCTION_MAP_INDEX)); in EmitFastNewClosure() 103 map_index.Bind(IntPtrConstant(Context::CLASS_FUNCTION_MAP_INDEX)); in EmitFastNewClosure() 109 map_index.Bind( in EmitFastNewClosure() 120 LoadFixedArrayElement(native_context, map_index.value()); in EmitFastNewClosure()
|
/external/v8/src/compiler/ |
D | js-builtin-reducer.cc | 238 int map_index = -1; in ReduceArrayIterator() local 243 map_index = Context::FAST_ARRAY_KEY_ITERATOR_MAP_INDEX; in ReduceArrayIterator() 245 map_index = kind == IterationKind::kValues in ReduceArrayIterator() 252 map_index += static_cast<int>(receiver_map->elements_kind()); in ReduceArrayIterator() 261 map_index += (Context::GENERIC_ARRAY_VALUE_ITERATOR_MAP_INDEX - in ReduceArrayIterator() 268 map_index = Context::TYPED_ARRAY_KEY_ITERATOR_MAP_INDEX; in ReduceArrayIterator() 272 map_index = (kind == IterationKind::kValues in ReduceArrayIterator() 280 map_index = Context::GENERIC_ARRAY_KEY_ITERATOR_MAP_INDEX; in ReduceArrayIterator() 282 map_index = Context::GENERIC_ARRAY_VALUE_ITERATOR_MAP_INDEX; in ReduceArrayIterator() 284 map_index = Context::GENERIC_ARRAY_KEY_VALUE_ITERATOR_MAP_INDEX; in ReduceArrayIterator() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 262 int map_index = mi_row * cm->mi_cols + mi_col; in vp9_cyclic_refresh_postencode() local 263 if (cyclic_refresh_segment_id(seg_map[map_index]) == CR_SEGMENT_ID_BOOST1) in vp9_cyclic_refresh_postencode() 265 else if (cyclic_refresh_segment_id(seg_map[map_index]) == in vp9_cyclic_refresh_postencode()
|
D | vp9_encodeframe.c | 4866 int map_index = 0; in compute_frame_aq_offset() local 4876 map_index++; in compute_frame_aq_offset()
|
/external/v8/src/ |
D | address-map.h | 117 uint32_t map_index() const { in map_index() function
|
D | code-stub-assembler.cc | 2059 Heap::RootListIndex map_index = IsFastDoubleElementsKind(kind) in AllocateFixedArray() local 2062 DCHECK(Heap::RootIsImmortalImmovable(map_index)); in AllocateFixedArray() 2063 StoreMapNoWriteBarrier(array, map_index); in AllocateFixedArray() 8137 Node* map_index = in CreateArrayIterator() local 8141 map_index, IntPtrConstant(kBaseMapIndex + in CreateArrayIterator() 8143 CSA_ASSERT(this, IntPtrLessThan(map_index, in CreateArrayIterator() 8147 var_map_index.Bind(map_index); in CreateArrayIterator() 8155 Node* map_index = IntPtrAdd(IntPtrConstant(kBaseMapIndex), in CreateArrayIterator() local 8157 var_map_index.Bind(map_index); in CreateArrayIterator() 8165 Node* map_index = in CreateArrayIterator() local [all …]
|
D | factory.cc | 1549 int map_index = in NewFunctionFromSharedFunctionInfo() local 1551 Handle<Map> initial_map(Map::cast(context->native_context()->get(map_index))); in NewFunctionFromSharedFunctionInfo() 1560 int map_index = in NewFunctionFromSharedFunctionInfo() local 1562 Handle<Map> initial_map(Map::cast(context->native_context()->get(map_index))); in NewFunctionFromSharedFunctionInfo()
|
D | objects.cc | 8936 int map_index = Context::FunctionMapIndex(language_mode, kind); in AsLanguageMode() local 8938 Map::cast(isolate->native_context()->get(map_index))); in AsLanguageMode()
|
/external/python/cpython3/Lib/ |
D | tarfile.py | 627 self.map_index = 0 684 data, start, stop, offset = self.map[self.map_index] 688 self.map_index += 1 689 if self.map_index == len(self.map): 690 self.map_index = 0
|
/external/v8/src/snapshot/ |
D | serializer.cc | 137 return reference.map_index() < num_maps_; in BackReferenceIsAlreadyAllocated()
|
D | deserializer.cc | 363 int index = back_reference.map_index(); in GetBackReferencedObject()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 3170 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 3183 LoadRoot(heap_number_map, map_index); in AllocateHeapNumber() 3193 AssertRegisterIsRoot(map, map_index); in AllocateHeapNumber()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 3062 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 3065 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 2832 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 2835 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 2610 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 2613 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4865 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 4870 LoadRoot(kScratchRegister, map_index); in AllocateHeapNumber()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 4224 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 4227 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 4349 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local 4352 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
|