Searched refs:CopyDropTransitions (Results 1 – 6 of 6) sorted by relevance
493 function->initial_map()->CopyDropTransitions(); in FunctionSetPrototype()
381 CALL_HEAP_FUNCTION(isolate(), src->CopyDropTransitions(), Map); in CopyMapDropTransitions()
2906 { MaybeObject* maybe_obj = CopyDropTransitions(); in GetFastElementsMap()2919 { MaybeObject* maybe_obj = CopyDropTransitions(); in GetSlowElementsMap()
1917 { MaybeObject* maybe_map = CopyDropTransitions(); in GetExternalArrayElementsMap()3066 { MaybeObject* maybe_new_map = map()->CopyDropTransitions(); in PreventExtensions()3654 MaybeObject* Map::CopyDropTransitions() { in CopyDropTransitions() function in v8::internal::Map5786 { MaybeObject* maybe_new_map = map()->CopyDropTransitions(); in SetPrototype()7004 { MaybeObject* maybe_new_map = map->CopyDropTransitions(); in SetPrototype()
654 { MaybeObject* maybe_map_or_failure = proto->map()->CopyDropTransitions(); in RUNTIME_FUNCTION()661 { MaybeObject* maybe_map_or_failure = jsobject->map()->CopyDropTransitions(); in RUNTIME_FUNCTION()1022 { MaybeObject* maybe_new_map = old_map->CopyDropTransitions(); in RUNTIME_FUNCTION()1041 { MaybeObject* maybe_new_map = old_map->CopyDropTransitions(); in RUNTIME_FUNCTION()
3751 MUST_USE_RESULT MaybeObject* CopyDropTransitions();