Home
last modified time | relevance | path

Searched refs:map_index (Results 1 – 20 of 20) sorted by relevance

/external/google-breakpad/src/processor/
Dmodule_serializer.cc58 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/
Dethreading.c81 int map_index = (mb_row * cm->mb_cols); in thread_encoding_proc() local
105 x->mb_activity_ptr = &cpi->mb_activity_map[map_index]; in thread_encoding_proc()
161 if (cpi->segmentation_map[map_index + mb_col] <= 3) { in thread_encoding_proc()
163 cpi->segmentation_map[map_index + mb_col]; in thread_encoding_proc()
174 x->active_ptr = cpi->active_map + map_index + mb_col; in thread_encoding_proc()
204 if (cpi->consec_zero_last[map_index + mb_col] < 255) { in thread_encoding_proc()
205 cpi->consec_zero_last[map_index + mb_col] += 1; in thread_encoding_proc()
207 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in thread_encoding_proc()
208 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in thread_encoding_proc()
211 cpi->consec_zero_last[map_index + mb_col] = 0; in thread_encoding_proc()
[all …]
Dencodeframe.c337 int map_index = (mb_row * cpi->common.mb_cols); in encode_mb_row() local
388 x->mb_activity_ptr = &cpi->mb_activity_map[map_index]; in encode_mb_row()
442 if (cpi->segmentation_map[map_index + mb_col] <= 3) { in encode_mb_row()
444 cpi->segmentation_map[map_index + mb_col]; in encode_mb_row()
455 x->active_ptr = cpi->active_map + map_index + mb_col; in encode_mb_row()
486 if (cpi->consec_zero_last[map_index + mb_col] < 255) { in encode_mb_row()
487 cpi->consec_zero_last[map_index + mb_col] += 1; in encode_mb_row()
489 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in encode_mb_row()
490 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in encode_mb_row()
493 cpi->consec_zero_last[map_index + mb_col] = 0; in encode_mb_row()
[all …]
/external/v8/src/builtins/
Dbuiltins-constructor.cc46 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/
Djs-builtin-reducer.cc238 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/
Dvp9_aq_cyclicrefresh.c262 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()
Dvp9_encodeframe.c4601 int map_index = 0; in compute_frame_aq_offset() local
4611 map_index++; in compute_frame_aq_offset()
/external/v8/src/
Daddress-map.h117 uint32_t map_index() const { in map_index() function
Dcode-stub-assembler.cc2059 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 …]
Dfactory.cc1549 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()
Dobjects.cc8936 int map_index = Context::FunctionMapIndex(language_mode, kind); in AsLanguageMode() local
8938 Map::cast(isolate->native_context()->get(map_index))); in AsLanguageMode()
/external/v8/src/snapshot/
Dserializer.cc137 return reference.map_index() < num_maps_; in BackReferenceIsAlreadyAllocated()
Ddeserializer.cc363 int index = back_reference.map_index(); in GetBackReferencedObject()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3170 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/
Dmacro-assembler-arm.cc3062 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local
3065 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2832 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local
2835 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
/external/v8/src/s390/
Dmacro-assembler-s390.cc2610 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local
2613 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4865 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local
4870 LoadRoot(kScratchRegister, map_index); in AllocateHeapNumber()
/external/v8/src/mips/
Dmacro-assembler-mips.cc4224 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local
4227 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc4349 Heap::RootListIndex map_index = mode == MUTABLE in AllocateHeapNumber() local
4352 AssertIsRoot(heap_number_map, map_index); in AllocateHeapNumber()