Home
last modified time | relevance | path

Searched defs:to_kind (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-array.cc30 ElementsKind to_kind = to_map->elements_kind(); in RUNTIME_FUNCTION() local
47 ElementsKind to_kind = static_cast<ElementsKind>(args.smi_value_at(1)); in RUNTIME_FUNCTION() local
104 ElementsKind to_kind = can_use_type_feedback ? site->GetElementsKind() in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/objects/
Delements-kind.cc175 ElementsKind to_kind) { in IsMoreGeneralElementsKindTransition()
Delements-kind.h426 ElementsKind to_kind) { in IsSimpleMapChangeTransition()
435 ElementsKind to_kind) { in GetMoreGeneralElementsKind()
Dallocation-site-inl.h213 ElementsKind to_kind) { in DigestTransitionFeedback()
Dmap.cc936 ElementsKind to_kind, in FindClosestElementsTransition()
956 Map Map::LookupElementsTransitionMap(Isolate* isolate, ElementsKind to_kind, in LookupElementsTransitionMap()
976 ElementsKind to_kind) { in TransitionElementsTo()
1029 ElementsKind to_kind) { in AddMissingElementsTransitions()
Dmap-updater.cc360 ElementsKind to_kind = old_map.elements_kind(); in TryUpdateNoLock() local
560 ElementsKind to_kind = new_elements_kind_; in FindRootMap() local
Djs-objects.cc2868 ElementsKind to_kind, in PrintElementsTransition()
3372 ElementsKind to_kind) { in GetElementsTransitionMap()
3383 ElementsKind to_kind = GetMoreGeneralElementsKind(map_kind, obj_kind); in AllocateStorageForMap() local
5215 ElementsKind to_kind) { in UpdateAllocationSite()
5246 ElementsKind to_kind) { in TransitionElementsKind()
Delements.cc197 FixedArrayBase to_base, ElementsKind to_kind, in CopyObjectToObjectElements()
232 ElementsKind to_kind, uint32_t to_start, in CopyDictionaryToObjectElements()
850 ElementsKind to_kind = to_map->elements_kind(); in TransitionElementsKindImpl() local
910 ElementsKind from_kind, ElementsKind to_kind, uint32_t capacity) { in BasicGrowCapacityAndConvertImpl()
2045 ElementsKind to_kind = Subclass::kind(); in AddImpl() local
2513 ElementsKind to_kind = KindTraits::Kind; in CopyElementsImpl() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-handler-gen.cc93 TNode<Int32T> from_kind, TNode<Int32T> to_kind, in DispatchForElementsKindTransition()
162 [=, &miss](ElementsKind from_kind, ElementsKind to_kind) { in Generate_ElementsTransitionAndStore()
Dbuiltins-string-gen.cc1548 ElementsKind to_kind = to_one_byte ? UINT8_ELEMENTS : UINT16_ELEMENTS; in CopyStringCharacters() local
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc266 ElementsKind from_kind, ElementsKind to_kind, Label* bailout) { in TryRewriteElements()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4416 const ElementsKind to_kind = PACKED_ELEMENTS; in ExtractToFixedArray() local
4998 ElementsKind to_kind, TNode<FixedArrayBase> to_array, in CopyFixedArrayElements()
5249 ElementsKind to_kind, Label* if_hole) { in LoadElementAndPrepareForStore()
5268 ElementsKind to_kind, Label* if_hole) { in LoadElementAndPrepareForStore()
5342 ElementsKind from_kind, ElementsKind to_kind, TNode<TIndex> capacity, in GrowElementsCapacity()
11472 ElementsKind to_kind, in TransitionElementsKind()
/third_party/python/Objects/
Dunicodeobject.c1571 unsigned int from_kind, to_kind; in _copy_characters() local