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

/external/google-breakpad/src/processor/
H A Dmodule_serializer.cc58 int map_index = 0; local
59 map_sizes_[map_index++] = files_serializer_.SizeOf(module.files_);
60 map_sizes_[map_index++] = functions_serializer_.SizeOf(module.functions_);
61 map_sizes_[map_index++] = pubsym_serializer_.SizeOf(module.public_symbols_);
63 map_sizes_[map_index++] =
65 map_sizes_[map_index++] = cfi_init_rules_serializer_.SizeOf(
67 map_sizes_[map_index++] = cfi_delta_rules_serializer_.SizeOf(
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c81 int map_index = (mb_row * cm->mb_cols); local
105 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
161 if (cpi->segmentation_map[map_index + mb_col] <= 3) {
163 cpi->segmentation_map[map_index + mb_col];
174 x->active_ptr = cpi->active_map + map_index + mb_col;
204 if (cpi->consec_zero_last[map_index + mb_col] < 255) {
205 cpi->consec_zero_last[map_index + mb_col] += 1;
207 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) {
208 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1;
211 cpi->consec_zero_last[map_index
[all...]
H A Dencodeframe.c337 int map_index = (mb_row * cpi->common.mb_cols); local
388 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
442 if (cpi->segmentation_map[map_index + mb_col] <= 3) {
444 cpi->segmentation_map[map_index + mb_col];
455 x->active_ptr = cpi->active_map + map_index + mb_col;
486 if (cpi->consec_zero_last[map_index + mb_col] < 255) {
487 cpi->consec_zero_last[map_index + mb_col] += 1;
489 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) {
490 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1;
493 cpi->consec_zero_last[map_index
[all...]
/external/v8/src/builtins/
H A Dbuiltins-constructor.cc46 Variable map_index(this, MachineType::PointerRepresentation());
83 map_index.Bind(SelectIntPtrConstant(is_strict,
91 map_index.Bind(IntPtrConstant(Context::GENERATOR_FUNCTION_MAP_INDEX));
97 map_index.Bind(IntPtrConstant(Context::ASYNC_FUNCTION_MAP_INDEX));
103 map_index.Bind(IntPtrConstant(Context::CLASS_FUNCTION_MAP_INDEX));
109 map_index.Bind(
120 LoadFixedArrayElement(native_context, map_index.value());
/external/v8/src/compiler/
H A Djs-builtin-reducer.cc238 int map_index = -1; local
243 map_index = Context::FAST_ARRAY_KEY_ITERATOR_MAP_INDEX;
245 map_index = kind == IterationKind::kValues
252 map_index += static_cast<int>(receiver_map->elements_kind());
261 map_index += (Context::GENERIC_ARRAY_VALUE_ITERATOR_MAP_INDEX -
268 map_index = Context::TYPED_ARRAY_KEY_ITERATOR_MAP_INDEX;
272 map_index = (kind == IterationKind::kValues
280 map_index = Context::GENERIC_ARRAY_KEY_ITERATOR_MAP_INDEX;
282 map_index = Context::GENERIC_ARRAY_VALUE_ITERATOR_MAP_INDEX;
284 map_index
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c262 int map_index = mi_row * cm->mi_cols + mi_col; local
263 if (cyclic_refresh_segment_id(seg_map[map_index]) == CR_SEGMENT_ID_BOOST1)
265 else if (cyclic_refresh_segment_id(seg_map[map_index]) ==
H A Dvp9_encodeframe.c4601 int map_index = 0; local
4611 map_index++;
/external/v8/src/
H A Daddress-map.h117 uint32_t map_index() const { function in class:v8::internal::SerializerReference
H A Dcode-stub-assembler.cc2059 Heap::RootListIndex map_index = IsFastDoubleElementsKind(kind) local
2062 DCHECK(Heap::RootIsImmortalImmovable(map_index));
2063 StoreMapNoWriteBarrier(array, map_index);
8137 Node* map_index =
8141 map_index, IntPtrConstant(kBaseMapIndex +
8143 CSA_ASSERT(this, IntPtrLessThan(map_index,
8147 var_map_index.Bind(map_index);
8155 Node* map_index = IntPtrAdd(IntPtrConstant(kBaseMapIndex),
8157 var_map_index.Bind(map_index);
8165 Node* map_index
[all...]
H A Dfactory.cc1549 int map_index = local
1551 Handle<Map> initial_map(Map::cast(context->native_context()->get(map_index)));
1560 int map_index = local
1562 Handle<Map> initial_map(Map::cast(context->native_context()->get(map_index)));
H A Dobjects.cc8936 int map_index = Context::FunctionMapIndex(language_mode, kind); local
8938 Map::cast(isolate->native_context()->get(map_index)));
/external/v8/src/snapshot/
H A Ddeserializer.cc363 int index = back_reference.map_index();
H A Dserializer.cc137 return reference.map_index() < num_maps_;
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc3170 Heap::RootListIndex map_index = mode == MUTABLE local
3183 LoadRoot(heap_number_map, map_index);
3193 AssertRegisterIsRoot(map, map_index);
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc3062 Heap::RootListIndex map_index = mode == MUTABLE local
3065 AssertIsRoot(heap_number_map, map_index);
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc2832 Heap::RootListIndex map_index = mode == MUTABLE local
2835 AssertIsRoot(heap_number_map, map_index);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4865 Heap::RootListIndex map_index = mode == MUTABLE local
4870 LoadRoot(kScratchRegister, map_index);
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4224 Heap::RootListIndex map_index = mode == MUTABLE local
4227 AssertIsRoot(heap_number_map, map_index);
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc2610 Heap::RootListIndex map_index = mode == MUTABLE local
2613 AssertIsRoot(heap_number_map, map_index);
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc4349 Heap::RootListIndex map_index = mode == MUTABLE
4352 AssertIsRoot(heap_number_map, map_index);

Completed in 985 milliseconds