Home
last modified time | relevance | path

Searched defs:map (Results 976 - 1000 of 1204) sorted by relevance

1...<<31323334353637383940>>...49

/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc3234 NEONFormatMap map = {{22}, {NF_2S, NF_2D}}; in VisitNEONScalarPairwise() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc38 Map map = read_only_roots().heap_number_map(); in NewHeapNumber() local
60 Map map = Map::GetInstanceTypeMap(roots, type); in NewStruct() local
78 Map map = read_only_roots().code_data_container_map(); in NewCodeDataContainer() local
112 NewFixedArrayWithMap( Handle<Map> map, int length, AllocationType allocation) NewFixedArrayWithMap() argument
132 NewFixedArrayWithFiller( Handle<Map> map, int length, Handle<Oddball> filler, AllocationType allocation) NewFixedArrayWithFiller() argument
173 Map map = read_only_roots().fixed_double_array_map(); NewFixedDoubleArray() local
183 NewWeakFixedArrayWithMap( Map map, int length, AllocationType allocation) NewWeakFixedArrayWithMap() argument
340 Map map = read_only_roots().shared_function_info_map(); CloneSharedFunctionInfo() local
556 Map map = read_only_roots().coverage_info_map(); NewCoverageInfo() local
649 NewRawStringWithMap( int length, Map map, AllocationType allocation) NewRawStringWithMap() argument
674 Map map = read_only_roots().one_byte_string_map(); NewRawOneByteString() local
683 Map map = read_only_roots().string_map(); NewRawTwoByteString() local
844 Map map = read_only_roots().shared_function_info_map(); NewSharedFunctionInfo() local
896 Map map = read_only_roots().one_byte_internalized_string_map(); AllocateRawOneByteInternalizedString() local
920 Map map = read_only_roots().internalized_string_map(); AllocateRawTwoByteInternalizedString() local
968 NewWithImmortalMap(Map map, AllocationType allocation) NewWithImmortalMap() argument
974 AllocateRawWithImmortalMap( int size, AllocationType allocation, Map map, AllocationAlignment alignment) AllocateRawWithImmortalMap() argument
1015 Map map = read_only_roots().swiss_name_dictionary_map(); NewSwissNameDictionaryWithCapacity() local
1047 MaybeHandle<Map> map; GetInPlaceInternalizedStringMap() local
1074 Handle<Map> map; GetStringMigrationSentinelMap() local
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1454 Handle<Map> map = Handle<Map>::cast(frame->values_[value_index].GetValue()); in InitializeCapturedObjectAt() local
1519 MaterializeFixedDoubleArray(TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map) MaterializeFixedDoubleArray() argument
1594 Handle<Map> map = Handle<Map>::cast(frame->values_[value_index].GetValue()); EnsureCapturedObjectAllocatedAt() local
1757 EnsurePropertiesAllocatedAndMarked( TranslatedValue* properties_slot, Handle<Map> map) EnsurePropertiesAllocatedAndMarked() argument
1794 EnsureJSObjectAllocated(TranslatedValue* slot, Handle<Map> map) EnsureJSObjectAllocated() argument
1842 InitializeJSObjectAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeJSObjectAt() argument
1890 InitializeObjectWithTaggedFieldsAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeObjectWithTaggedFieldsAt() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc30 void cleanupExpiredWeakPointers(Map& map) { in cleanupExpiredWeakPointers() argument
H A Dvalue-mirror.cc1731 v8::Local<v8::Map> map = value.As<v8::Map>(); in create() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1865 TNode<Map> map = LoadMap(CAST(object)); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/objects/
H A Dmap.cc48 base::Optional<JSFunction> Map::GetConstructorFunction(Map map, in GetConstructorFunction() argument
61 Map map; in GetInstanceTypeMap() local
81 GetVisitorId(Map map) GetVisitorId() argument
432 CopyWithField(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<FieldType> type, PropertyAttributes attributes, PropertyConstness constness, Representation representation, TransitionFlag flag) CopyWithField() argument
468 CopyWithConstant(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Object> constant, PropertyAttributes attributes, TransitionFlag flag) CopyWithConstant() argument
875 ContainsMap(MapHandles const& maps, Map map) ContainsMap() argument
935 FindClosestElementsTransition(Isolate* isolate, Map map, ElementsKind to_kind, ConcurrencyMode cmode) FindClosestElementsTransition() argument
975 TransitionElementsTo(Isolate* isolate, Handle<Map> map, ElementsKind to_kind) TransitionElementsTo() argument
1027 AddMissingElementsTransitions(Isolate* isolate, Handle<Map> map, ElementsKind to_kind) AddMissingElementsTransitions() argument
1059 TryAsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind, ConcurrencyMode cmode) TryAsElementsKind() argument
1068 AsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind) AsElementsKind() argument
1256 CopyNormalized(Isolate* isolate, Handle<Map> map, PropertyNormalizationMode mode) CopyNormalized() argument
1291 TransitionToImmutableProto(Isolate* isolate, Handle<Map> map) TransitionToImmutableProto() argument
1298 EnsureInitialMap(Isolate* isolate, Handle<Map> map) EnsureInitialMap() argument
1323 CopyInitialMapNormalized(Isolate* isolate, Handle<Map> map, PropertyNormalizationMode mode) CopyInitialMapNormalized() argument
1330 CopyInitialMap(Isolate* isolate, Handle<Map> map, int instance_size, int inobject_properties, int unused_property_fields) CopyInitialMap() argument
1355 CopyDropDescriptors(Isolate* isolate, Handle<Map> map) CopyDropDescriptors() argument
1368 ShareDescriptor(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, Descriptor* descriptor) ShareDescriptor() argument
1437 CopyReplaceDescriptors(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, TransitionFlag flag, MaybeHandle<Name> maybe_name, const char* reason, SimpleTransitionFlag simple_flag) CopyReplaceDescriptors() argument
1506 Handle<Map> map = split_map; AddMissingTransitions() local
1542 CopyAsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind, TransitionFlag flag) CopyAsElementsKind() argument
1613 Handle<Map> map = AsLanguageMode() local
1628 CopyForElementsTransition(Isolate* isolate, Handle<Map> map) CopyForElementsTransition() argument
1651 Copy(Isolate* isolate, Handle<Map> map, const char* reason) Copy() argument
1689 CopyForPreventExtensions( Isolate* isolate, Handle<Map> map, PropertyAttributes attrs_to_add, Handle<Symbol> transition_marker, const char* reason, bool old_map_is_dictionary_elements_kind) CopyForPreventExtensions() argument
1786 UpdateDescriptorForValue(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) UpdateDescriptorForValue() argument
1808 PrepareForDataProperty(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) PrepareForDataProperty() argument
1819 TransitionToDataProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, PropertyConstness constness, StoreOrigin store_origin) TransitionToDataProperty() argument
1904 TransitionToAccessorProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, InternalIndex descriptor, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) TransitionToAccessorProperty() argument
2017 CopyAddDescriptor(Isolate* isolate, Handle<Map> map, Descriptor* descriptor, TransitionFlag flag) CopyAddDescriptor() argument
2040 CopyInsertDescriptor(Isolate* isolate, Handle<Map> map, Descriptor* descriptor, TransitionFlag flag) CopyInsertDescriptor() argument
2056 CopyReplaceDescriptor(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, Descriptor* descriptor, InternalIndex insertion_index, TransitionFlag flag) CopyReplaceDescriptor() argument
2223 SetShouldBeFastPrototypeMap(Handle<Map> map, bool value, Isolate* isolate) SetShouldBeFastPrototypeMap() argument
2233 GetOrCreatePrototypeChainValidityCell(Handle<Map> map, Isolate* isolate) GetOrCreatePrototypeChainValidityCell() argument
2270 IsPrototypeChainInvalidated(Map map) IsPrototypeChainInvalidated() argument
2281 SetPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype, bool enable_prototype_setup_mode) SetPrototype() argument
2304 TransitionToPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype) TransitionToPrototype() argument
[all...]
H A Dcode-inl.h878 Map map = object.map(kAcquireLoad); in IsWeakObjectInOptimizedCode() local
H A Dfeedback-vector.cc1035 Handle<Map> map = maps_and_handlers[current].first; in ConfigurePolymorphic() local
1067 Handle<Map> map = config()->NewHandle(it.map()); in ExtractMapsAndFeedback() local
1089 Handle<Map> map = config()->NewHandle(it.map()); ExtractMapsAndHandlers() local
[all...]
H A Djs-date-time-format.cc213 std::map<const std::string, const std::string> map; member in v8::internal::__anon14825::PatternData
853 Handle<Map> map; in ToLocaleDateTime() local
1510 New( Isolate* isolate, Handle<Map> map, Handle<Object> locales, Handle<Object> input_options, const char* service) New() argument
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc718 ExternalReference map = ExternalReference::re_word_character_map(); in CheckSpecialCharacterClass() local
731 ExternalReference map = ExternalReference::re_word_character_map(); in CheckSpecialCharacterClass() local
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc625 ExternalReference map = ExternalReference::re_word_character_map(); in CheckSpecialCharacterClass() local
639 ExternalReference map = ExternalReference::re_word_character_map(); in CheckSpecialCharacterClass() local
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.cc60 void Serializer::CountAllocation(Map map, int size, SnapshotSpace space) { in CountAllocation() argument
411 SerializePrologue(SnapshotSpace space, int size, Map map) SerializePrologue() argument
621 Map map; SerializeExternalStringAsSequentialString() local
808 Map map = object_->map(serializer_->cage_base()); SerializeObject() local
851 SerializeContent(Map map, int size) SerializeContent() argument
1225 SerializeCode(Map map, int size) SerializeCode() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c853 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_slabs() local
943 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() local
1561 void *map = (void *) (uintptr_t) mmap_arg.addr_ptr; iris_bo_gem_mmap_legacy() local
1615 void *map = mmap(0, bo->size, PROT_READ | PROT_WRITE, MAP_SHARED, iris_bo_gem_mmap_offset() local
1631 void *map = NULL; iris_bo_map() local
[all...]
H A Diris_program.c205 void *map = in iris_upload_ubo_ssbo_surf_state() local
2420 void *map = upload_state(ice->state.bindless_uploader, ref, in iris_get_scratch_surf() local
H A Diris_resource.c919 void *map = NULL; in iris_resource_init_aux_buf() local
1252 static const uint64_t map[] = { tiling_to_modifier() local
1959 struct iris_transfer *map = (void *) xfer; iris_flush_staging_region() local
1982 iris_unmap_copy_region(struct iris_transfer *map) iris_unmap_copy_region() argument
1990 iris_map_copy_region(struct iris_transfer *map) iris_map_copy_region() argument
2111 iris_unmap_s8(struct iris_transfer *map) iris_unmap_s8() argument
2143 iris_map_s8(struct iris_transfer *map) iris_map_s8() argument
2215 iris_unmap_tiled_memcpy(struct iris_transfer *map) iris_unmap_tiled_memcpy() argument
2244 iris_map_tiled_memcpy(struct iris_transfer *map) iris_map_tiled_memcpy() argument
2289 iris_map_direct(struct iris_transfer *map) iris_map_direct() argument
2395 struct iris_transfer *map; iris_transfer_map() local
2493 struct iris_transfer *map = (void *) xfer; iris_transfer_flush_region() local
2512 struct iris_transfer *map = (void *) xfer; iris_transfer_unmap() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h180 void *map; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h111 const void *map; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c480 uint8_t *map; in u_vbuf_translate_buffers() local
545 uint8_t *map; in u_vbuf_translate_buffers() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1302 map() { in map() function
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c2569 uint8_t *map; in CSMT_ITEM_NO_WAIT_WITH_COUNTER() local
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1722 void *map; in trace_context_transfer_map() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c569 void *map = crocus_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); in crocus_resource_init_aux_buf() local
784 static const uint64_t map[] = { in tiling_to_modifier() local
1202 struct crocus_transfer *map = (void *) xfer; in crocus_flush_staging_region() local
1225 crocus_unmap_copy_region(struct crocus_transfer *map) crocus_unmap_copy_region() argument
1233 crocus_map_copy_region(struct crocus_transfer *map) crocus_map_copy_region() argument
1371 crocus_unmap_s8(struct crocus_transfer *map) crocus_unmap_s8() argument
1404 crocus_map_s8(struct crocus_transfer *map) crocus_map_s8() argument
1477 crocus_unmap_tiled_memcpy(struct crocus_transfer *map) crocus_unmap_tiled_memcpy() argument
1505 crocus_map_tiled_memcpy(struct crocus_transfer *map) crocus_map_tiled_memcpy() argument
1553 crocus_map_direct(struct crocus_transfer *map) crocus_map_direct() argument
1646 struct crocus_transfer *map; crocus_transfer_map() local
1743 struct crocus_transfer *map = (void *) xfer; crocus_transfer_flush_region() local
1785 struct crocus_transfer *map = (void *) xfer; crocus_transfer_unmap() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c1122 void *map; in rbug_context_buffer_map() local
1149 void *map; in rbug_context_texture_map() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c387 char *map; in util_font_create_fixed_8x13() local

Completed in 63 milliseconds

1...<<31323334353637383940>>...49