Searched refs:to_map (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 29 Handle<Map> to_map = args.at<Map>(1); in RUNTIME_FUNCTION() local 30 ElementsKind to_kind = to_map->elements_kind(); in RUNTIME_FUNCTION() 32 ->TransitionElementsKind(object, to_map) in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | csa-load-elimination.cc | 101 for (const std::pair<OuterKey, InnerMap>& to_map : to) { in IntersectWith() 102 InnerMap to_map_copy(to_map.second); in IntersectWith() 103 OuterKey key = to_map.first; in IntersectWith() 105 for (std::pair<Node*, FieldInfo> info : to_map.second) { in IntersectWith()
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 958 Map to_map = FindClosestElementsTransition(isolate, *this, to_kind, cmode); in LookupElementsTransitionMap() local 959 if (to_map.elements_kind() == to_kind) return to_map; in LookupElementsTransitionMap()
|
H A D | elements.cc | 846 Handle<Map> to_map) { in TransitionElementsKindImpl() 850 ElementsKind to_kind = to_map->elements_kind(); in TransitionElementsKindImpl() 865 JSObject::MigrateToMap(isolate, object, to_map); in TransitionElementsKindImpl() 877 JSObject::SetMapAndElements(object, to_map, elements); in TransitionElementsKindImpl() 845 TransitionElementsKindImpl(Handle<JSObject> object, Handle<Map> to_map) TransitionElementsKindImpl() argument
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 296 for (i::Address to_map = virtual_base; to_map < virtual_end; 297 to_map += kChunkSize) { 303 reinterpret_cast<void*>(to_map)); 308 munmap(virtual_alloc, (to_map - virtual_base));
|
Completed in 23 milliseconds